资源列表
volt
- Program in C (CCS to compiler) for the PIC16F84. It is a voltmeter 0 to +5 volts that dispaly the reading in a screen LCD-Program in C (CCS to compiler) for the PIC16F84. It is a voltmeter 0 to+5 volts that dispaly the reading in a screen LCD
PROGRAMMA
- vigerene encryption in vb
keshe
- 编译原理 LR分析 课设word 有分析表等 我计算机的-LR analysis of the principle of compiler-based word classes
c1
- 编译原理 中词法分析实验 文件打开方式-lex
zishangerxifenxiqi
- 编译原理这门课程中,课程设计里自上而下语法分析器,供参考-Compiling principle of this curriculum, curriculum design in top-down parser for reference
I2C-Output
- this code is programmed for I2C interface
SPI-Output
- I programmed this code for SPI interface
RTC
- Code is programmed for RTC in ARM family
ADC
- I program this code for ADC feature in ARM family
ll
- 是用Visual C++实现的一个LL(1)分析过程模拟-With Visual C++ realization of a LL (1) Analysis of Process Simulation
do_while
- 编译原理实验。DO—while循环语句翻译程序,LL(1)算法,输出三地址形式。可以嵌套循环。VS2008调试通过-Compiler experiment. DO-while loop translation procedures, LL (1) algorithm, the output form of the three addresses. Nested loops can be. VS2008 debugging through
ok
- 小语言编译器[包含具体代码] TMMY.c 为TMMY虚拟机完整源代码 smmy.c 为小语言编译器完整源代码 大家玩的时候,先使用 “编译.bat” 编译try.tny代码将生成: THE1.txt (代码初始处理) 语法树.txt (初看和try.tny中的代码相似,但其实是通过生成好的语法树结构还原生成的代码。如果此代码和try.tny 有出路,那就是语法有误) 汇编代码.txt (最终目标代码) 再使用 “运行.bat” 就