资源列表
gcc-html.tar
- GCC compiler reference for study It s my crazy language
Structures-and-unions
- Example of using structures in C-Example of using structures in C++
cifaV1.0
- 词法分析器,Java做的,课程设计的作品,不好请指教-The lexical analyzer to do in Java, curriculum design works, bad please advise
hjmcu
- 1602液晶显示 编译器:KEIL -1602 LCD Compiler: KEIL
buffering
- buffering code source in vba
PMSM_comparison_with_matlabgggggggggg
- DOL has a magnet synchronous machine on the network
7-segment-LED-display
- 74LS49 是一个BCD码——7段LED显示译码器,它具有四位二进制输入信号bi(3)到bi(0)和熄灭信号b1_n,以及7段LED驱动信号a,b,c,d,e,f,g-74LS49 is a BCD code- 7 segment LED display decoder, it has four binary input signal bi (3) bi (0) and extinguished signal b1_n, and 7-segment LED drive signals a, b
HUFFUMAN-TREE
- 根据输入概率,建立霍夫曼树,并显示生成的霍夫曼树-According to the input probability, and established the Hoffman tree, and displays the generated tree Hoffman
compiler
- 简单C语言编译器, 只能编译表达式.(字数补丁V1.0)-simple C compiler (number of words++)
blbdz
- 关键字:编译原理;算法;波兰表达式 描述:逆波兰表达式使得程序对运算式的运算更加的简单并能判断运算式是否出错。-Compilation principle algorithm Expression of Poland
LL1ALG
- 关键字:编译原理;算法;LL1文法 描述:LL1文法主要思想是根据产生式当中终结符或非终结符的先后关系来确定字符串是否符合文法,在写程序之前用First集合Follow集制定出一个程序的走向表,通过该表来判断字符串,当对应的表格为空时字符串不合文法。-Compilation principle algorithm LL1 grammar
LR0ALG
- 关键字:编译原理;算法;LR文法 描述:LR文法也具有一定得通用性,也是只要用一张万能表就可以判断字符串是否符合文法。-Compilation principle algorithm LR grammar