资源列表
twst
- 1602液晶显示 ps/2键盘 atmega16-atmega16 ps/2 1602
light
- 交通灯,红黄绿三色循环,可以设置持续时间-Traffic lights, red green and yellow three-color cycle, you can set the duration
yimaqi
- 3位二进制译码器,实现三位二进制数到1~8的对应,实现138译码器的功能-Three binary decoder
burgers.tar
- burgers equation using matlab
Lua_ZWJC
- lua电子书,Lua本身是以简单优雅为本,着眼于处理那些C不擅长的任务。借助C/C++为其扩展,Lua可闪现无穷魅力。Lua本身完全遵循ANSI C而写成,只要有C编译器的地方,Lua便可发挥她的力量。Lua不需要追求Python那样的大而全的库,太多的累赘,反而会破坏她的优美。-lua book
lecicalAnalysis
- 针对c语言的词法分析程序,用天提取一个个单词-lexical analysis prcess
1212
- 编译原理 字符集,比较齐全.这个是实验课的代码, 没有全,需要的可以找我-bianyiyuanli zifuji aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
main
- 使用如下文法: E E+T | T T T*F | F F (E) | id 实现:对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法输出对应的动作部分。-Use the following syntax:E T E+T |* F F T T |F ( E ID ) |Implementation: for any given input string ( lexical mark flow )
yxBasic144
- YX-BASIC 1.44 用BC3.1设计的一款BASIC解释器,它基于QBASIC的语法构建, 并扩充CD-ROM控制语句而成。此为编译好后打包。-YX-BASIC 1.44 The BASIC interpreter development with BC3.1, which is based on the QBASIC, and expand the CD-ROM control. It s compiled package.
YXIDE_src
- YX-BASIC 1.44 集成环境源码 用BC3.1设计的一款BASIC解释器,它基于QBASIC的语法构建, 并扩充CD-ROM控制语句而成。-YX-BASIC 1.44 IDE Source Code The BASIC interpreter development with BC3.1, which is based on the QBASIC, and expand the CD-ROM control.
YXBASIC_src
- YX-BASIC 1.44 用BC3.1设计的一款BASIC解释器,它基于QBASIC的语法构建, 并扩充CD-ROM控制语句而成。此为编译器源代码。-YX-BASIC 1.44 The BASIC interpreter development with BC3.1, which is based on the QBASIC, and expand the CD-ROM control. It s compiler source code.
compile3
- c++实现的编译程序。编译原理实验课编写。 包括词法分析 、语法分析(block)/以及代码生成过程。 -compiler that achieve by c++。