Welcome![Sign In][Sign Up]
Location:
Search - compiler

Search list

[ELanguageoxcc1434

Description: OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.
Platform: | Size: 1278976 | Author: 肖逸 | Hits:

[ELanguagelsic330c

Description: LSI C-86 compiler,小日本写的C语言编译器-LSI C-86 compiler, the small Japanese written in C language compiler
Platform: | Size: 364544 | Author: 肖逸 | Hits:

[ELanguagesimplec-018.tar

Description: Simple C Compiler, Release 0.1.6 Simple C is a portable C compiler based on Small C/386. It is designed to run on Linux, but it should be usable on any Unix-like operating system for the x86 with minimal effort.
Platform: | Size: 86016 | Author: 肖逸 | Hits:

[Embeded-SCM Developased2099

Description: 是TCL的另外一个编译(解释)器,TCL是国外制作GUI的模板化工具-TCL is another compiler (interpretation) device, TCL is produced abroad template GUI tools
Platform: | Size: 429056 | Author: 马龙骧 | Hits:

[ELanguagec compiler

Description: c compiler 源码 能帮助你学习编译器-can help you learn compiler
Platform: | Size: 184320 | Author: 周新鹤 | Hits:

[matlabvcmatlab7src

Description: MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Compiler is a built-in MATLAB Compiler, it will be m documents into C, C p, or other types of source code and generating executable required documents lib files (libraries), dll files or documents S function. MATLAB 6.5 The compiler includes MATLAB C \ C math library functions and graphics library. Dynamic link library (dll) software is commonly used to prepare a technical, MATLAB M will provide the documentation dll file into the method, on how the document Matlab6.5 will m z into dll file, and then call in the VC dll file.
Platform: | Size: 41984 | Author: 林林 | Hits:

[JSP/Java电子词典

Description: 一个用JAVA程序编写的发音电子词典编译器-a JAVA programming with the pronunciation of electronic dictionary compiler.
Platform: | Size: 177152 | Author: 骆炎坤 | Hits:

[Education soft systemCWB

Description: 编译工作台 是本人编写的用于编译原理教学的工具,它是一个自由软件,现在已经发布(主页为http://download.enet.com.cn/html/030792005091701.html,上有软件介绍和截图)。 软件的源代码在压缩包的src目录中。WB.zip是主程序,其编译后生成WB.exe;LLDemo.zip是LL动态演示程序,其编译后生成Demo.exe,将其改名成LLDemo.exe;LRDemo.zip是LR动态演示程序,其编译后生成Demo.exe,将其改名成LRDemo.exe。将这3个exe文件和help目录中的所有文件拷贝到同一目录即可。 另外,sample目录中有例子文件,CWB_SETUP.exe是安装程序。-compiler worktable is my preparation for teaching the principles of compiler tools, it is a free software, has now released (for http://download.enet.com.cn/html/030792005091701.html Home, a software presentations and screenshots). The software source code in the compressed src directory. Yes WB.zip main program, compiled WB.exe generation; LL LLDemo.zip is dynamic demo program, compiled generation Demo.exe, to be renamed as LLDemo.exe; LRDemo.zip LR is dynamic demo program, compiled Demo.exe generation, its name into LRDemo.exe. These three exe files and help directory of all files are copied to the same directory can be. In addition, the sample directory is an example, CWB_SETUP.exe installation procedures.
Platform: | Size: 1184768 | Author: 尹涛 | Hits:

[Other马踏棋盘C

Description: 一个数据结构的实验。马踏棋盘的程序。已经通过编译了。-a data structure experiments. Horse riding chessboard procedures. The compiler has been passed.
Platform: | Size: 2048 | Author: 张东岳 | Hits:

[ELanguagePIO2

Description: PL/0语言是Pascal语言的一个子集,我们这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。以下源程序是以清华大学出版社《编译原理》中的源代码为基础作了少量改动而成。 程序在Turbo Pascal 7.0上编译运行通过。 -PL/0 language Pascal language is a subset of, we have here the analysis of PL/0 compilers including the right PL/0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL/0 language compiler to use syntax analysis of the core, the compiler again scanning methods. Lexical analysis, and code generation as an independent for the subroutine call syntax analysis procedures. Grammatical analysis at the same time, provided a report errors and error recovery functions. The source did not compile the wrong circumstances, PCODE category called to explain the interpretation and implementation of procedures generated PCODE category code. Following is the source Qinghua University Press, &quo
Platform: | Size: 18432 | Author: 姚紫欣 | Hits:

[ELanguagecsmile_1_0.src

Description: C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode C-smile 面向对象语言在语法上比较像C++的脚本化的语言,它有一个编译器,一个运行字节码的虚拟机,和可扩展的C++运行时。它是为运行独立的可插入的模块。-C-smile OOL is a scripting language with C- like grammar. It has compiler, VM running bytecodes and C extendible runtime. Intended to run in embedded mode standlone and C- smile object-oriented language in grammar more like C++ scripting language, it has a compiler, a byte code running virtual machines, and extensible C++ runtime. It is to run an independent modules can be inserted.
Platform: | Size: 323584 | Author: 远超 | Hits:

[File Operate词法分析qi

Description: 词法分析器运用软件 词法分析是编译的第一个阶段,它的主要任务是从左到右逐个字符地对源程序进行扫描,产生一个个单词序列,用以语法分析-lexical analyzer used lexical analysis software is a compiler of the first stage, its main task is to whatever individual characters to the source scan generated a sequence of words, for the syntax analysis
Platform: | Size: 36864 | Author: 李坤 | Hits:

[ELanguage用Bison实现pl0语言编译器

Description: 简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the script lexical analysis and semantic analysis script syntax into C language compiler.
Platform: | Size: 941056 | Author: 罗鹏魁 | Hits:

[ELanguagePasCompiler

Description: 一个pascal编译器,其中编译模块是独立的,可以进行任何slr语法分析,这个编译器还在实现中,目前已经完成到生成中间文件.-a compiler, which build the module is independent, can any slr syntax analysis, the compiler also realize that the current generation has been completed to document the middle.
Platform: | Size: 649216 | Author: 杨兵 | Hits:

[OS programsimpleCompiler

Description: 简单的编译器代码,对应的参考书为<编译原理及实践>-simple compiler code, corresponding to the reference books
Platform: | Size: 364544 | Author: 王大鹏 | Hits:

[ELanguagesmall_c_compiler

Description: 一个小的c语言的编译程序源代码,不需要密码直接解压。-a small c language compiler source code, not directly extracting passwords.
Platform: | Size: 88064 | Author: 糖果 | Hits:

[ELanguagea_c_compiler

Description: 又一个c语言的编译器,不需要密码直接解压-also a language compiler, not directly extracting passwords
Platform: | Size: 303104 | Author: 糖果 | Hits:

[SCMATT7028

Description: 三相电能量计量芯片ATT7028的驱动程序。C51源程序,Keil C51编译环境,已验证通过。-three-phase electric energy metering chip ATT7028 the driver. C51 source, Keil C51 compiler environment has verified through.
Platform: | Size: 2048 | Author: 金永生 | Hits:

[Other resourcevc61667782466_newasp

Description: 语法词法分析器 编译原理课程设计 用vc++实现语法词法分析器-grammar lexical analyzer compiler theory of curriculum design using vc achieve grammar lexical analyzer
Platform: | Size: 245760 | Author: byf | Hits:

[DSP programDSP_Filter1

Description: 一个滤波器和一个音效处理程序 TI 的CCS 编译器编程。-a filter and an audio processing TI's CCS compiler program.
Platform: | Size: 168960 | Author: | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net