资源列表

« 1 2 ... .97 .98 .99 .00 .01 802.03 .04 .05 .06 .07 ... 1384 »

[编译器/词法分析LL1

说明:LL分析器 2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下: E->TE’ (1) E’->+TE’ (2) E’->ε (3) T->FT’ (4) T’->*FT’ (5) T’->ε (6) F->(E) (7)
<chivas> 在 2025-01-21 上传 | 大小:9kb | 下载:0

[编译器/词法分析SLR1

说明:在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲
<chivas> 在 2025-01-21 上传 | 大小:13kb | 下载:0

[编译器/词法分析ISD

说明:this the simple to learn how to play isd stored voice from hte ext adresses-this is the simple to learn how to play isd stored voice from hte ext adresses
<ion> 在 2025-01-21 上传 | 大小:28kb | 下载:0

[编译器/词法分析grammar_analyzer

说明:编译原理的词法分析与语法分析,纯C语言写的-Compiler theory of lexical analysis and syntax analysis, written in pure C
<chenxuhui> 在 2025-01-21 上传 | 大小:450kb | 下载:0

[编译器/词法分析SORTLINK

说明:This Code Sort the LinkList.
<Malik> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[编译器/词法分析expanded_pl0

说明:对清华大学编译原理书后的pl/0编译程序进行以下扩展—— 不等号:<> 指针: & @ if - else for ++ -- += -= 数组 注释比较详细,都是我自己的理解。可能有不足和错误。希望和大家一起学习!-Tsinghua University, compiled the book on the principles of the pl/0 compiler the following
<bach> 在 2025-01-21 上传 | 大小:253kb | 下载:0

[编译器/词法分析Lexicalanalyzer

说明:编译系统的词法分析器的C代码希望可以帮助到大家-Lexical analyzer build system C code hope you can help to
<never> 在 2025-01-21 上传 | 大小:110kb | 下载:0

[编译器/词法分析MP3

说明:在给定*wav格式的音频文件上迭加另一个音频信号(如正弦波、三角波等),然后将迭加后的音频文件播放-In a given* wav format audio files on the superposition of another audio signal (eg sine wave, triangle wave, etc.), and then superimposed upon the audio file playback
<涵子> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[编译器/词法分析jiefangcheng

说明:解N元一次方程组,雅克比迭代法,将方程系数x值和迭代因子代入迭代公式计算-Solution of N-linear equation group, Jacobi iterative method, the equation coefficients of x values and the iterative factor incorporated into the iteration formula
<涵子> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[编译器/词法分析parser

说明:简单的语法分析器,有错误输出错误型号以及error,无错误正常-Simple parser, an error output error models and error, error-free normal
<庞磊> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[编译器/词法分析b

说明:c语言编译器源码,for循环语句翻译 递归下降法 输出三地址码-c language compiler source
<lihaoxin> 在 2025-01-21 上传 | 大小:2kb | 下载:0

[编译器/词法分析suanfuyouxian

说明:算符优先文法分析。《编译原理》课程设计是计算机应用专业的主要实践性教学环节,在学习了《编译原理》及专业基础课的基础上,设计一个实际的程序语言编译系统,目的在于加深学生对程序语言结构和机器处理方式的理解,初步掌握高级语言到机器指令的基本转换方法,提高进行工程设计的基本技能及分析解决实际问题,为毕业设计和以后的工程实践打下良好的基础。-suan fu you xian wen fa fen xi qi de she ji guo cheng
<尹海文> 在 2025-01-21 上传 | 大小:52kb | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 802.03 .04 .05 .06 .07 ... 1384 »

源码中国 www.ymcn.org