搜索资源列表
up_VC_Prolog
- VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载
minic
- 输入简单的c语言程序,再通过编译器进行编译,可以得到编译的结果。与c语言的功能相近只是范围较小。还可以生成语法分析树,来看中间是怎么进行编译的。-Enter a simple c language program, and then compiled by the compiler, the results can be compiled. And c function of language is similar to a smaller range. Parse tree can also
Compiler
- (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
cmm-lex
- 参照清华大学《编译原理》写的cmm语言词法分析程序-Reference to Tsinghua University, Compiler Construction Principles written by cmm language lexical analysis program
PLC_SOURCE
- PLC 编译器 VC++ SOURCE CODE-PLC compiler VC++ SOURCE CODE
pl0
- PL0编译器的功能扩展,编译原理课设要求,对for的增加,包括测试程序与头文件-PL0 compiler extensions, compiler theory courses set requirements for the increase, including the test program and header files
Compiler1
- 使用C++编写的编译器,里面 包括了词法分析程序scanner.cpp,无符号数识别程序ucon.cpp,算符优先法语法语义处理程序SF.cpp,SLR1语法语义处理程序SLR1.cpp。比较强大。源程序输入有program.txt,输出包括窗口和compiled.txt-Using C++ to write compiler, which includes lexical analysis program scanner.cpp the number of symbols identifica
testBianyi
- c0编译程序 用c++写的c0的编译程序源码-c0 c0 compiler compiler compiler of c0 compiled program c0 c0 compiler c0 compiler
hw3
- compiler parser use flex to create parser code for simple c program
plo
- 本程序实现了PLO语言的编译工作,包含了词法分析、语法分析,语义分析等工作。-The program to achieve a the PLO language compiler, including lexical analysis, parsing, semantic analysis.
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
CifaTry
- 词法分析器 控制台程序 编译原理的课程设计 适合初学者-The lexical analyzer console program compiler theory curriculum design for beginners
program
- 词法分析器,语法分析器等等可以用,编译原理课程设计-Lexical analyzer, parser, compiler theory curriculum design
Interface-Stepper-Motor
- Code is written in hi tech c plat form in MPLAB compiler.Program to Interface Stepper Motor with PIC18F4550 Micro controller-Code is written in hi tech c plat form in MPLAB compiler.Program to Interface Stepper Motor with PIC18F4550 Micro controller
Compiler
- 本程序为一个用MFC编写的具有图形界面的语法词法编译器,对学习编译原理有帮助-This program is an MFC with a graphical interface written lexical grammar compiler, compiler theory helpful for learning
MATLAB-program-compiled
- MATLAB编译器产生的应用程序或运行库 ;MATLAB编译器的安装及配置;mcc命令详解 -MATLAB Compiler generated applications or runtime installation and configuration of MATLAB compiler mcc command Detailed
cminus
- 简化C编译器的程序示例,该程序采取了最简单的实现方法,用lex&yacc工具的辅助,实现一个C编译器的框架,省略了中间代码生成部分和代码优化,直接生成汇编代码,实现了while语句、加法运算符等的翻译。-Simplified C compiler program example, the program has taken the simplest implementation, auxiliary lex & yacc tools to implement a C compiler f
gwbasic.exe
- GW BASIC COMPILER PROGRAM
compiler-C0
- 北航编译大作业中级,支持简单C0文法程序的编译执行。控制台输入输出,可以直接运行。-Final Assignment of Compiling Tech of BUAA, supporting simple program of C0 grammar. Console input and output.
Grammer_Analyse_veryhuo.com
- 是一个很厉害的编译器个简单的语法分析和语义分析的C#程序,希望能够帮助大家。(Is a very powerful compiler for a simple syntax analysis and semantic analysis of the C# program, I hope to help you.)