资源列表
lab3
- only for verilog , this is single cycle code for verilog
Desktop
- in this you can serialy transmit date from computer.image is first converted to gray and then transmitted colomn by colomn
Morphology-analyzer
- 一个简单的词法分析器,里面对预处理命令进行了一些简单的处理,注释部分也进行了处理-A simple lexical analyzer, which command the pretreatment processing some simple processing, the comments section
2025L-lehua-write
- rtd 2021+rtd 2025 方案乐华烧录软件-to rtd 2021+rtd 2025 program Leroy burning software
pl0
- PL0编译器的功能扩展,编译原理课设要求,对for的增加,包括测试程序与头文件-PL0 compiler extensions, compiler theory courses set requirements for the increase, including the test program and header files
Compiler1
- 使用C++编写的编译器,里面 包括了词法分析程序scanner.cpp,无符号数识别程序ucon.cpp,算符优先法语法语义处理程序SF.cpp,SLR1语法语义处理程序SLR1.cpp。比较强大。源程序输入有program.txt,输出包括窗口和compiled.txt-Using C++ to write compiler, which includes lexical analysis program scanner.cpp the number of symbols identifica
montadormips
- implementation of assembly program for MIPS 32 bits, the program was developed in portuguese
CPP
- 输入若干个百分制成绩,输出对应的五分制成绩,输入结束后再分别输出这五个分段的人数。五分制成绩用字母A、B、C、D和E分别表示百分制成绩的100~90、89~80、79~70、69~60、59~0-Input several centesimal system performance, the output of the five grade marking system corresponding to the input end result, after the five output re
digital-temperature
- 本文提出的多功能数字温度计系统设计, 采用了AT 89S52 单片机、DS18B20 单总线数字温度传感器、DS1302 时钟日历芯片、ISD1420 语音录放芯片等器件。该数字温度计的测量范围为0~ 120 e , 可实现多点测控。显示分辨 率为0. 1 e , 误差[ ? 0. 5 e 。交替显示实时日期、时间、温度 通过按键设置日期、时间、报警温度的上限和下限值。 当温度超过设定的上限或下限时, 能发出声、光报警提示。能实现实时语音播报日期、时间、温度等。该系统具有测量 精
MATLAB
- these are some modification of the spectrum sensing method
cifa
- 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program division, and gives the basic
From-top-to-bottom-grammar-analyzer
- 一个自上而下的语法分析器,具有建立语法分析过程的功能-A top-down parser, with the establishment of the parsing process