搜索资源列表
up_VC_Prolog
- VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载
SNReplace
- 可以替换掉Csharp工程中的强名称,使得工程进一步反编译-CSharp can replace the strong name of the project, making the project further decompile
lex
- 编译原理课程设计 词法分析器,功能十分齐全,包含整个工程源代码-scanner for c minus
GCC_manual
- 本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义. 除非有人自愿维护,否则本手册页不再更新.如果发现手册页和软件之间有所矛盾,请查对Info文件, Info文件是权威文档. 如果我们发觉本手册页的内容由于过时而导致明显的混乱和抱怨时,我们就停止发布它.不可能有其他选择,象更新Info文件同时更新man手册,因为其他维护GNU CC的工作没有留给我们时间做这个. GNU工程认为man手册是过时产物,应该把时间用到别的地方.-This manual page is an ex
MyParser3
- 用C++实现了语法分析器 《编译原理》 功能强大,是一个项目工程,希望能对大家有一定的帮助哈-Use C++ parser compiler theory "
databaseV1.0
- 生物医学工程关于团委的数据库系统,使用VB语言,内含有代码、数据、界面等-Biomedical engineering database system on the Communist Youth League, the use of the VB language, contains code, data, and interface
GramAnlis
- 本节主要分析程序的代码结构和代码工程文件的划分。(程序由两个类组成: Scanner类和Parser类,分别为词法分析和语法分析类。-The division of this section of program code structure and code engineering documents. (Program consists of two classes: the Scanner class and Parser class, lexical analysis and parsi
PL0-Compiler.rar
- PL0编译器源码。实现了if-else、for、++、--等扩充功能。压缩包内包含整个工程文件,后缀名为pl0的文件为测试文档。,PL0 compiler source code. If-else, for,++,- extension. Contains the entire project file compression package, the suffix named pl0 file for test documentation.
99S
- 本设计可以实现99秒的倒计时,包含源程序,.HEX文件以及KEIL工程,C语言编程的程序,直接上仿真无误。-The design can achieve a 99-second countdown, including source code, HEX files, and KEIL project, C language programming program directly on the simulation is correct.
123
- 数码管工程,想要学习数码管的人要-The digital tube Engineering want to learn digital tube to take a look
mma8451
- 本资源是关于MMA8451加速度计的可用工程,方便广大自学者和相关工作者的学习与应用-This resource is available on the MMA8451 accelerometer works to facilitate the majority autodidact and related workers to learn and apply! !
neopascal
- vs2005下的psacal编译器工程,可以用于学习编译前端技术-vs2005 under psacal compiler construction, can be used to study compiled front-end technology
CMMintepre
- CMM(自定义) 是C 语言的一个子集,本程序对用这种语言写成的程序进行分析并输出相关的分析结果,解释器使用C语言写成.由词法分析程序、语法分析程序和语义分析程序组成。资源中包括程序源代码、可运行程序及测试程序、一个VC工程和相关设计用CMM语言设计文档。-CMM (custom) is a subset of the C language, the procedures of programs written in this language analysis and analysis rel
bison
- 用bison实现的四则运算逆波兰表达式计算器。其中的词法分析用flex实现。里面是VC的工程文件。有已经生成的exe.使用时注意输入的格式: 如 3+4 输入时为3 4 +,其中的空格不能少。-Reverse Polish Notation calculator with bison achieve four operations.
fortran90
- FORTRAN语言是Formula Translation的缩写,意为“公式翻译”。它是为科学、工程问题或企事业管理中的那些能够用数学公式表达的问题而设计的,其数值计算的功能较强。-I am attempting to convert some old fortran codes and becoming somewhat annoyed by the apparent jumping of code. WOuld I be correct in assuming that the code i
semanticAnalysis
- 这是编译原理实验三语义分析的完整JAVA代码 可供哈威软件工程的同学作为参考-This is a complete code of semantic analysis. Students of Software Engineering at HITWH can have a look to bring you guys new ideas.(NB: Only code, no document for explaining!)
testms5534
- 基于msp430F149单片机,模拟spi,驱动ms5534测量程序。含工程文件方便调用。-Based msp430F149 microcontroller, atmospheric pressure measurement module MS5534 drivers, analog spi, including engineering test program.
6.4.2
- ABAQUS中,input文件,源文件,隧道工程计算方向的,可以直接运行-The ABAQUS, input files, source files, tunnel engineering calculations direction, can be run directly
xmake-2.0.5.tar
- 一个基于Lua的轻量级自动构建工具 简单的工程描述 target( console ) set_kind( binary ) add_files( src .c ) 构建工程 $ xmake 运行目标 $ xmake run console 调试程序 $ xmake run -d console 支持特性 Tasks Macros Actions Options Plugins Temp
diguixiangxia
- 编译原理里的递归向下分析程序,vs2013编译好的工程代码(Compiler principles of recursive down analysis program)