联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 编译器/解释器(126) 
按平台查找All Unix_Linux(126) 

[编译器/解释器] flex

此程序是lex的示例,在linux环境编写,是基本的词法编辑器,适合学习编译的人使用。
This program is an example of lex in linux prepared environment is a basic lexical editor for study compiled people. (2017-03-15, Unix_Linux, 16KB, 下载1次)

http://www.pudn.com/Download/item/id/1489589568259311.html

[编译器/解释器] GCC

本文档总结了gcc编译器编译通过预处理、编译、汇编、链接四个过程把.c文件变成可执行文件的过程及其指令。
the passage has summarised the process of program combination and instructions, based on gcc. (2015-06-16, Unix_Linux, 90KB, 下载2次)

http://www.pudn.com/Download/item/id/1434404863826261.html

[编译器/解释器] gh_cpp.tar

一个C语言预处理器,能够在预处理过程中自动检测一些MISRA C规则的违反。
A C language preprocessor, in the pretreatment process can automatically detect the number of MISRA C rules violation. (2013-11-29, Unix_Linux, 23KB, 下载2次)

http://www.pudn.com/Download/item/id/2413333.html

[编译器/解释器] json_pase

c语言的json解析器 仅实现了解析 没有实现组json 权当学习练习了 勿见笑
c language to parse json parser implements only group did not achieve a json right when learning exercises do not laugh (2013-06-18, Unix_Linux, 24KB, 下载6次)

http://www.pudn.com/Download/item/id/2282405.html

[编译器/解释器] gcc-1.40

gcc早期版本源代码,代码量较小,可以用于研究编译器的实现
earlier versions of gcc source code, the code smaller, can be used to study the implementation of the compiler (2013-06-10, Unix_Linux, 2032KB, 下载15次)

http://www.pudn.com/Download/item/id/2275747.html

[编译器/解释器] FROM-SOURCE-TO-BINARY

关于编译器的故事,讲述了ASCII字符的代码怎么样变成程序在机器上运行的原理
Story about the compiler about the ASCII character code for how to become the principle of the program running on the machine (2013-04-10, Unix_Linux, 1192KB, 下载2次)

http://www.pudn.com/Download/item/id/2194212.html

[编译器/解释器] myjit-0.7.0.2

一个JIT编译器的源代码,功能很齐全,关键是短小精干,值得借鉴
A JIT compiler source code, the function is complete, the key is small and lean, it is worth learning from (2012-12-18, Unix_Linux, 126KB, 下载9次)

http://www.pudn.com/Download/item/id/2087977.html

[编译器/解释器] A-Guide-To-Lex-a-Yacc-

在1975年之前,编写编译器一直是一个非常费时间的工作。这一年Lesk[1975]和 Johson [1975] 发表了关于lex 和yacc 的论文。这些工具极大地简化了编写编译器的工作。在Aho[1986] 中 描写了关于如何具体实现lex 和yacc 的细节
Before 1975, has been a very time-consuming work of writing compilers. Lesk [1975] this year and Johson [1975] published papers on lex and yacc. These tools greatly simplify the work of writing compilers. Aho [1986] in the description of the details on how concrete realization of lex and yacc (2012-12-14, Unix_Linux, 341KB, 下载5次)

http://www.pudn.com/Download/item/id/2083560.html

[编译器/解释器] cinterp

用C语言实现的简单的C语言解释器。 更详细的介绍与笔记请参考 http://longqzh.is-programmer.com
C language implementation of a simple C language interpreter. More detailed introduction and notes refer to http://longqzh.is-programmer.com (2012-07-26, Unix_Linux, 9KB, 下载14次)

http://www.pudn.com/Download/item/id/1949698.html

[编译器/解释器] gcc_manual.tar

主要讲解gcc编译器的编译选项,已经相关的环境变量等等内容,中文版的,比较方便的查阅工具。
Explain the gcc compiler, compiler options, environment variables, and so involved. Chinese version. It s convenient for your reference. (2012-06-07, Unix_Linux, 577KB, 下载2次)

http://www.pudn.com/Download/item/id/1905484.html

[编译器/解释器] leeos.tar

leeos.tar.gz是一步一步写嵌入式操作系统的编译器,环境是在linux下的。
Leeos_tools_for_linux. Tar. Gz is embedded operating system step by step to write the compiler, environment is in the Linux. (2012-04-20, Unix_Linux, 36611KB, 下载16次)

http://www.pudn.com/Download/item/id/1836648.html

[编译器/解释器] LexaYacc_ChineseEdition2

《Lex与Yacc》中文第二版 Lex 和 Yacc 是 UNIX 两个非常重要的、功能强大的工具。事实上,如果你熟练掌握 Lex 和 Yacc 的话,它们的强大功能使创建 FORTRAN 和 C 的编译器如同儿戏。Ashish Bansal 为您详细的讨论了编写自己的语言和编译器所用到的这两种工具,包括常规表达式、声明、匹配模式、变量、Yacc 语法和解析器代码。最后,他解释了怎样把 Lex 和 Yacc 结合起来。
" Lex and Yacc" Chinese Second Edition Lex and Yacc is the UNIX two very important, powerful tools. In fact, if you mastery of Lex and Yacc, their powerful functions to create FORTRAN and C compiler as a trifling matter. Ashish Bansal for your detailed discussion of writing their own language and compiler uses these two tools, including regular expressions, statements, matching model, variable, Yacc grammar and parser code. Finally, he explains how to combine Lex and Yacc. (2012-03-30, Unix_Linux, 5610KB, 下载10次)

http://www.pudn.com/Download/item/id/1812616.html

[编译器/解释器] lexForShell

简单的shell解释器的实现,实现了管道,重定向功能,可以执行少数的内部指令,可以后台运行,注释清晰。
Simple shell interpreter to achieve, to achieve the pipes, redirection, you can perform a small number of internal commands can run in the background, clear notes. (2011-11-16, Unix_Linux, 45KB, 下载9次)

http://www.pudn.com/Download/item/id/1700868.html

[编译器/解释器] lex-and-yacc

lex与yacc, 开发编译器的好工具,包含了每个部分的元代码
about lex and yacc,which are good tools for complier construction.It includes every sections codes. (2011-08-21, Unix_Linux, 5615KB, 下载37次)

http://www.pudn.com/Download/item/id/1627422.html

[编译器/解释器] sdcc-src-20110408-6402.tar

Small Device C Compiler 面向Inter8051,Zilog Z80,Dallas 80C390,Motorola HC80等系列单片机的开源C编译器
Small Device C Compiler for Inter8051, Zilog Z80, Dallas 80C390, Motorola HC80 series MCU' s open-source C compiler (2011-05-31, Unix_Linux, 3890KB, 下载6次)

http://www.pudn.com/Download/item/id/1554055.html

[编译器/解释器] howtowritefile

涉及一些关C/C++的编译的知识,这里所默认的编译器是LINUX下的GCC和CC。
Involve a number of related C/C++ compiler' s knowledge, here are the default compiler is GCC under LINUX and CC. (2010-05-14, Unix_Linux, 498KB, 下载1次)

http://www.pudn.com/Download/item/id/1171997.html

[编译器/解释器] GCC_Manual

本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义
This manual page is an excerpt from the complete GNU C compiler, documentation is limited to explain the meaning of the options. (2009-12-10, Unix_Linux, 291KB, 下载4次)

http://www.pudn.com/Download/item/id/1000403.html

[编译器/解释器] lcc-4.2.tar

Unix下具有工业品质的流行C编译器。lcc中运用许多现代编译理论成果,具有很好的借鉴价值。
Unix with the prevalence of industrial quality C compiler. 6,7 use many modern compiler theoretical results, have a good reference value. (2007-02-06, Unix_Linux, 624KB, 下载48次)

http://www.pudn.com/Download/item/id/248106.html

[编译器/解释器] bitmap2sd256

将256色bmp图片转换为yuv格式输出,编译器为g
to 256 color pictures bmp format conversion to yuv output of gcc compiler (2006-12-12, Unix_Linux, 35KB, 下载27次)

http://www.pudn.com/Download/item/id/233075.html

[编译器/解释器] bison-2.1.tar

GNU的词法/语法分析器bison源码,最新版本bison-2.1
GNU/parser bison source, the latest version of bison- 2.1 (2006-07-04, Unix_Linux, 1285KB, 下载62次)

http://www.pudn.com/Download/item/id/200711.html
总计:126