资源列表
PcapLossGenerator
- Network loss generator software. PcapLossGenerator
3-phase-Inverter-50Hz
- the code fot thre inverte on th microcontroller
3phase-invertertwo-frequency
- there phase inverter with the two frequency
105Khzcuckconverter
- cuck converter pwm code for mosfet generation
7-Switch-Multilevel-of-5-Switch-Type
- seven switch multi level inverter for sine wave generation
120V-Boost-Converter
- inertrer mosfet pwm code generation boost converter
Queue_list
- 用c语言实现队列的一些基本操作:新建-入队-出队等等 编译器为C-fr-Some of the basic operation of the queue using c language: new- into the team- out of a team and so on Compiler for the C-free
Stack_list
- 用c语言实现栈的一些基本操作:新建-入栈-出栈等等 编译器为c-fr-C language stack some basic operations: New- into stack- out stack and so on Compiler for c-free
8Queens
- a recursive program in java that print all the combination to set 8 queens on chess board.
mini_shell
- mini shell of unic in c . just compile and try the commands.
Bianjihuanjishengji
- 编译原理 的 编辑程序环境设计 老师给的一个 资源 希望大家喜欢-Hope you like them to compile a resource to the principle editor of Environmental Design teacher
4SLR
- 编译原理上机—语法分析2 1.目的:熟练掌握自下而上的语法分析方法,并能用C++程序实现。 2. 在已有文法的基础上再加上减法“-”和除法“/”对应的产生式构成最终的文法。从而使得记号流可以处理带括号的加、减、乘、除四则运算。 3. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用SLR分析器来完成。手工构造SLR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id/(id+id)# 输出:移进 按