搜索资源列表
cint5.15.tar
- C/C++的解释器源代码,很漂亮的,我使用过-C / C interpreter source code, a very nice, I used
编译原理实验一
- 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
jellrap
- 形式文法分析JAVA工具包 本JAVA Applets程序提供对LL(1),LL(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统的提示和帮助构造出相应文法的分析表,以及动态显示分析过程.本JAVA包能够很好地帮助学生理解语法分析器的制作过程和语法分析器的工作原理. -form grammar analysis of the Java tool kit for Java Applets procedures for LL (1) LL (2) and LR (
源代码
- 上课时老师用过的SNL编译器- Attends class when teacher has used SNL compiler
nz
- 请你们使用一下!可能你们喜欢这个.我在我的电脑上使用过.-you use! You may like this. In my computer use.
jiafaqimiaoshu
- 一个简单的加法器描述,以前在别的网站上被发过,现在存在这里.-a simple adder described previously in other websites have been made, and now exist here.
jicifenpinqi
- 别人编写的奇次分频器,用VHDL写的,我已经在QUARTUS上验证过了-others prepared by the odd dividers, VHDL write, I have QUARTUS tested the
vbexplorer1.1
- vb反编译软件,比较好用。32位。不过我没有用过。自己试验-vb anti-compiler software, better quality. 32. However, I am not used. His trial
cmd_SNL_C_complier
- snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL language lexical analysis, parsing,
visual_SNL_C_complier
- snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL language lexical analysis, parsing,
3-3
- 4位七段显示、3x3键扫实验 希望能有用,已经测试过的-four paragraph 107, 3x3 bond So useful experiments hope to have tested the
6bit
- 6位八段码显示(汇编语言,扩展名asm) 也是测试过的了-six eight shows code (assembly language extensions asm2) is also tested in the
传教士和野人过河问题程序
- 传教士和野人过河问题程序- The missionary and the savage cross river the question procedure
frame_diff
- 本人自己改进过的帧间差分方法,并且调试过,对于学习车辆检测算法的朋友,有些帮助
spectral3
- 产生波函数labview文件特别推荐感兴趣的过来看一下啦
c-compiler1
- 我见过的写得最好的一个C-语言分析器. 包括词法,语法
smpso
- 改进型pso ,可以在matlab7.0环境下运行,其他版本的还未运行过,不能保证
Tiny C Complier-0.9.20.tar
- 一个GNU的C语言编译器源代码,源代码过万行.- A GNU C language compiler source code, source code ten thousand lines
15123644777
- 编译原理实验代码,都调试过的。可以运行,环境是vc6.0。很不错,乐意分享。
cifafenxiqi
- 一个简单的词法分析器,能过做简单的词法分析。