-
国防工业出版社的编译原理的词法分析器的编制的c语言原程序...
国防工业出版社的编译原理的词法分析器的编制的c语言原程序-defense industry publishers compile the lexical analyzer principle the establishment of procedures for the original language c
- 2022-07-11 22:31:34下载
- 积分:1
-
flex 词法分析器 识别token单元
flex 词法分析器 识别token单元-syntax analysis
- 2023-01-24 13:30:04下载
- 积分:1
-
用汇编和C写的32位C语言编译器,支持C++,也可编译Windows程序和DLL文件...
用汇编和C写的32位C语言编译器,支持C++,也可编译Windows程序和DLL文件- 32 C language compiler write which with the assembly and C,
supports C, also may translate the Windows procedure and the DLL
document
- 2022-02-21 14:46:37下载
- 积分:1
-
编译原理语法分析器
编译原理语法分析器-parser compiler theory
- 2022-03-15 21:40:46下载
- 积分:1
-
示范利用 Delphi 制作 BASIC 程序语言解释器
示范利用 Delphi 制作 BASIC 程序语言解释器- The demonstration manufactures the BASIC program language
interpreter using Delphi
- 2022-09-08 14:30:03下载
- 积分:1
-
一个很好的编译原理课程设计,要下来看看哦
一个很好的编译原理课程设计,要下来看看哦-Compilation Principle of a good curriculum design, it is necessary to look down Oh
- 2022-07-11 13:50:01下载
- 积分:1
-
LL (1) parser
LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一:
若X=a=’#’,则宣布分析成功,停止分析过程;
若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号;
若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
- 2022-04-20 05:21:39下载
- 积分:1
-
新编的编译原理程序
新编的编译原理程序- Newly organized translation principle procedure
- 2022-04-21 11:52:00下载
- 积分:1
-
这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行....
这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.
-This is a source of Hoffman codec, you can use it to achieve efficient coding Huffman decoding, notes in detail, better readability. Compressed packet including the source file only, and then run vc.
- 2022-03-16 21:22:44下载
- 积分:1
-
thread 多线程演示
thread 多线程演示-thread multithreading demonstrates
- 2022-03-03 16:10:02下载
- 积分:1