资源列表
11912908PL_0code
- PL/0编译器,c++实现 学习编译时可参考-PL/0 compiler
Bascom_Voltmeter
- Bascom Voltmeter. This is a voltmeter project with bascom compiler!
yacc.tar.Z
- 伯克利的语法分析器的创建工具
yacc.tar.Z
- 伯克利的语法分析器的创建工具 -Creator for Berkeleys syntactic analysis
编译原理实验一
- 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
NetworkRS485
- It is a network rs485 with a master and three slaves. The CPU is 8051. The program is written in assembler. The transmission series (except the teacher) is realized using interruptions. The task of the slaves: RTU1: It measures voltage of a potentiom
mini词法分析器
- 编译原理课程设计-词法分析器-Course Design Compiler Principle - lexical analyzer
LED30
- 5509开发板测试程序,通过观测XF引脚是否有方波来初步估计试验板硬件是否有问题-5509 development board testing procedures by observing whether XF pin-square test to preliminary estimates plate hardware is there a problem
temperature-item
- IAR编译环境下,基于ATMEGA16 MCU+DS18B20的,数码管温度显示程序。原创版,可以移植到各种编译器。-IAR compiler environment, based on ATMEGA16 MCU+ DS18B20, the digital temperature display program. Original version, can be ported to a variety of compilers.
hanzishibie_c
- mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能-mydate.dat Click on the first character of the file, open spots, Reading into the character study of character has been preserved automatic keyboard characters,
08144107606
- id3算法代码,用C 语言实现的.小弟急需JAVA语言写的ID3算法代码,麻烦有的大哥大姐共享下,
compiling
- 编程实现一个小语言的词法/语法分析器程序,通过课程设计加深对词法分析、语法分析及中间代码生成理论的理解。