搜索资源列表
4pascal2c_2.tar.Z
- 又一个Pascal 到C的转换器
pascal2c.tar.Z
- Pascal 到C的转换器
四元转换器
- 四元式分析器。供初学者借鉴和使用。只要使用算符优先算法。-four yuan analyzer. For beginners learn from and use. As long as the operator priority to the use of algorithms.
S语言词法分析程序
- 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能: 组织源程序的输入 按规则拼写单词,并转换成二元形式 删除空格及无用符号(如回车符,字符常数的引号符等) 发现并定位错误 建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
102转换
- 用递归向下文法做的2到10进制转换,本学期编译原理的课程设计-using recursive grammar downward do 2-10 base for the conversion, the compiler semester course design principles
snlying6
- 1、 学会针对DFA转换图实现相应的高级语言源程序。 2、 深刻领会状态转换图的含义,逐步理解有限自动机。 3、 掌握手工生成词法分析器的方法,了解词法分析器的内部工作原理 -1, the Institute against DFA conversion map corresponding high-level language source. 2, deeply understand the state transition map meaning, and graduall
keil_c51_maule
- 个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问 DOS界面的KEIL C编译器的使用方法(^_^) keil51开发系统概述 Keil C51函数(不仅仅是函数,呵呵) Keil C51扩展关键字 Keil C51软件包中的
EXE-COM
- exe转换为com-exe transformation is com
getitem
- 从各种控件中获得数据 自动生成XML文档 并通过XSLT转换为其他形式的XML文档-from a variety of data access controls which automatically generate XML and XSLT through conversion to other forms of XM L Documents
myCompile
- 一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。-a small program, c simple language what the compiler, completed sergeant with the suffix expression between the expression change.
compile123148
- 非常好的编译源代码 将一个l语言转换为中间代码 java版本-very good source code will compile a l converted to intermediate language code java version
Program_11_8
- D/A Converter(D/A转换器)-D / A Converter (D / A converter)
houzhui
- 把中缀表达式转换为后缀表达式并计算结果~~第一个编译试验作业~-sergeant Chinese expression for the conversion and extension expression results ~ ~ a compiler test operations ~
cifaFENXI1
- • 一个词法分析器,他的功能是将字符流(例如源文件)转换为记号(例如关键词,操作符等等).
zidongji
- 编译原理中的NFA转换到DFA(自动机的转换)-compiler principles of the NFA conversion to DFA (automatic machine translation)
24093835if8l_reflector
- 一个小的c#的反编译器,很不错,可以转换多种格式!-a small anti-c # compiler, quite good, and a variety of formats can be converted!
文法等价转换演示程序
- 编译原理-文法等价转换-compiler theory - grammar Conversion
NFA转换成DFA
- C++实现NFA转换成DFA
C转换为pas
- 将c语言代码转换为delphi
InToPost
- 中缀表达式转换成后缀表达式算法,并求算术表达式的方法。-Infix expression into the expression suffix algorithm, and methods for arithmetic expressions.