资源列表

« 1 2 ... .17 .18 .19 .20 .21 522.23 .24 .25 .26 .27 ... 1384 »

[编译器/词法分析Lexical-analyzer-(scanner)

说明:词法分析程序(扫描器)的设计-编译原理实验-Lexical analyzer (scanner) of the design- build principle experiment
<浮云> 在 2024-10-14 上传 | 大小:178176 | 下载:0

[编译器/词法分析Recursive-descent-parser

说明:递归下降语法分析程序设计 - 编译原理实验-Recursive descent parser design- build principle experiment
<浮云> 在 2024-10-14 上传 | 大小:192512 | 下载:0

[编译器/词法分析LL-(1)-parser

说明:LL(1)语法分析器设计 1.如下为给定的LL(1)文法。 G[<P>]: 1) <P>->program <D> : <T> begin <S> end {program} 2) D->i D’ {i} 3) D’->, i D’ {,} 4) D’->ε {:} 5) S->s S’ {s} 6) S’-&g
<浮云> 在 2024-10-14 上传 | 大小:190464 | 下载:0

[编译器/词法分析Design-of-operator-precedence

说明:算符优先分析器设计 给定定义算术表达式的算符优先文法如下: G[E]: (1)E->E+T (2)E->E-T (3) E->T (4)T->T*F (5)T->T/F (6)T->F (7)F->P^F (8)F->P (9)P->(E) (10)P->i 编程实现此文法的算法优先分析器,并设输入的文法的句
<浮云> 在 2024-10-14 上传 | 大小:198656 | 下载:0

[编译器/词法分析LR-parser

说明: LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1
<浮云> 在 2024-10-14 上传 | 大小:212992 | 下载:0

[编译器/词法分析shumaguan

说明:这是一个七段译码器的labview程序 可以显示0到9任意数字-This is a seven-segment decoder labview program can display any number from 0 to 9
<叶林> 在 2024-10-14 上传 | 大小:8192 | 下载:0

[编译器/词法分析prog4

说明:A program that takes as argument a list of data types, and it prints the data type size in bytes under the current system
<cool> 在 2024-10-14 上传 | 大小:162816 | 下载:0

[编译器/词法分析prog1A

说明:A program that takes as argument a list of data types, and it prints the data type size in bytes under the current system
<cool> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[编译器/词法分析HuffmanCoding

说明:用哈弗曼进行编码的简单压缩,解码小软件(只对txt文件进行压缩,内容仅限与阿拉伯数字和字母)-Encoded by Ha Fuman simple compression, decoding a small software (only the txt file compression, content only with Arabic numerals and letters)
<杜心> 在 2024-10-14 上传 | 大小:19505152 | 下载:0

[编译器/词法分析4

说明:IC compiler design planning user guide
<秦问> 在 2024-10-14 上传 | 大小:7741440 | 下载:0

[编译器/词法分析6

说明:IC compiler error message & quick reference
<秦问> 在 2024-10-14 上传 | 大小:11843584 | 下载:0

[编译器/词法分析VB-decompiler

说明:VB反编译工具源代码,用VB编写的EXE文件反编译工具,通过这个工具可以看到EXE内部的函数、程序代码等,对于学习编程大有帮助。-VB decompiler
<胡渊> 在 2024-10-14 上传 | 大小:165888 | 下载:1
« 1 2 ... .17 .18 .19 .20 .21 522.23 .24 .25 .26 .27 ... 1384 »

源码中国 www.ymcn.org