资源列表

« 1 2 ... .18 .19 .20 .21 .22 323.24 .25 .26 .27 .28 ... 1384 »

[编译器/词法分析bnf

说明:BNF 递归下降语法分析器 文法: E->E+T|T T->T*F|F F->(E)|i-BNF recursive grammar decline parser : E-
<keke> 在 2024-10-11 上传 | 大小:3072 | 下载:0

[编译器/词法分析S语言词法分析程序

说明:一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能:  组织源程序的输入  按规则拼写单词,并转换成二元形式  删除空格及无用符号(如回车符,字符常数的引号符等)  发现并定位错误  建立单词表、符号表、常数
<范鹏> 在 2024-10-11 上传 | 大小:77824 | 下载:0

[编译器/词法分析gs02

说明:  原来一些32位版发表在 http://www.x86asm.com   因暂停。更新的版本改上传于你处。    在原来的基础上。 增加了简单的宏指令. 增加了链接分散的汇编文本能力. 增加了完全的32位寻址格式. 例如: MOV EAX,[9*EDX] 也即MOV EAX,[EDX+8*EDX] 又如 ADD [ESI+ECX+某单或四字节数],另某数 其中: 某单或四字节数,默认为单字节偏移.(有些
<兰根顺> 在 2024-10-11 上传 | 大小:32768 | 下载:0

[编译器/词法分析jp jp(0)

说明:是词法分析程序,可以对词法分析有更深的了解与认识,源程序已经经过调试,可用-is lexical analysis procedure of lexical analysis can have a better understanding, the source has already debugging, available
<周文明> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[编译器/词法分析syydm

说明:编译作业,包括词法,LL1,-compiler operations, including morphology, LL1, etc.
<周某> 在 2024-10-11 上传 | 大小:6144 | 下载:0

[编译器/词法分析jellrap

说明:形式文法分析JAVA工具包 本JAVA Applets程序提供对LL(1),LL(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统的提示和帮助构造出相应文法的分析表,以及动态显示分析过程.本JAVA包能够很好地帮助学生理解语法分析器的制作过程和语法分析器的工作原理. -form grammar analysis of the Java tool kit for Java Applets procedu
<欧滨> 在 2024-10-11 上传 | 大小:164864 | 下载:0

[编译器/词法分析zhanghui

说明:布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式-Boolean expressions translation of input to judge the legitimacy of grammar and expression output inverse Poland
<离间> 在 2024-10-11 上传 | 大小:3072 | 下载:0

[编译器/词法分析操作模块

说明:ns2的tcl脚本的解析器,能够解析简单的有限网络下的tcl脚本,并保存为.data文件-NS2 scr ipt parser parses a simple limited network of peers scr ipt, and to preserve. data document
<李艳萍> 在 2024-10-11 上传 | 大小:232448 | 下载:0

[编译器/词法分析递归下降分析(大作业)

说明:递归下降词法分析,很不错的一个词法分析器-recursive drop lexical analysis, a very good lexical analyzer
<an> 在 2024-10-11 上传 | 大小:282624 | 下载:0

[编译器/词法分析cpl

说明:pl0编译器,包括词法分析,语法语义分析,以及解释执行-pl0 compiler, including lexical analysis, grammar, semantic analysis, and interpretation of the implementation of
<牛芮> 在 2024-10-11 上传 | 大小:16384 | 下载:0

[编译器/词法分析plx

说明:词法.语法编译器 to 汇编语言 附带一个测试程序 -morphology. Grammar compiler to compile a fringe language test procedures
<谈住> 在 2024-10-11 上传 | 大小:259072 | 下载:0

[编译器/词法分析用Bison实现pl0语言编译器

说明:简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the scr ipt lexical analysis and semantic analysis scr ipt s
<罗鹏魁> 在 2024-10-11 上传 | 大小:941056 | 下载:2
« 1 2 ... .18 .19 .20 .21 .22 323.24 .25 .26 .27 .28 ... 1384 »

源码中国 www.ymcn.org