资源列表

« 1 2 ... .45 .46 .47 .48 .49 1350.51 .52 .53 .54 .55 ... 1383 »

[编译器/词法分析bycksj

说明:编译原理课程设计之条件语句的翻译程序设计(LR方法、输出三地址表示) -Compiler Design Principle conditional statement translation program design (LR, said output three addresses)
<孙伟> 在 2008-10-13 上传 | 大小:1.79kb | 下载:0

[编译器/词法分析csmile_1_0.src

说明:C-smile OOL is a scr ipting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode C-smile 面向对象语言在语法上比较像C++的脚本化的语言,它有一个编译器,一个运行字节码的虚拟机,和可扩展的C++运行时。它是为运行独立的可插
<远超> 在 2008-10-13 上传 | 大小:316.14kb | 下载:0

[编译器/词法分析0123

说明:条件语句if,then,else的简单优先法,输出三地址码,显示简单优先矩阵.-conditional statement if, then, else the simple priority method, the output addresses three yards, showing simple priority matrix.
<闵若琼> 在 2008-10-13 上传 | 大小:8.71kb | 下载:0

[编译器/词法分析词法分析经典源代码器

说明:词法分析器 源代码 可以用于学生编译原理课程设计编写 是一个有用的程序-lexical analyzer source code can be compiled for students preparing curriculum design principle is a useful procedure
<刘飘> 在 2008-10-13 上传 | 大小:1.44kb | 下载:1

[编译器/词法分析有限自动(编译原理)源代码机

说明:有限自动机 是编译原理课程设计源代码 可以用来借鉴与参考,可以运行。-Finite Automata Theory courses is to compile the source code design can be used to make a reference, can run.
<刘飘> 在 2008-10-13 上传 | 大小:1009byte | 下载:0

[编译器/词法分析递归下降分析法(编译原理).tex

说明:递归下降分析法 是编译原理课程设计的源代码 可用来研究递归下降算法-decline recursive analysis is to compile the curriculum design principle source code can be used to study decline recursive algorithm
<刘飘> 在 2008-10-13 上传 | 大小:916byte | 下载:0

[编译器/词法分析bnf

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

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

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

[编译器/词法分析gs02

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

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

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

[编译器/词法分析syydm

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

[编译器/词法分析jellrap

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

源码中国 www.ymcn.org