-
词法分析程序,这是一个词法分析程序,是在编译原理课编写下来的,经过多次修改。还能够分析对10+9e这样的单词。比较全面...
词法分析程序,这是一个词法分析程序,是在编译原理课编写下来的,经过多次修改。还能够分析对10+9e这样的单词。比较全面-lexical analysis, this is a lexical analysis procedure is compiled in principle prepared from the lesson, after several revisions. Also to analyze 10 9e of the word. More comprehensive
- 2022-06-01 00:11:00下载
- 积分:1
-
a fat, do not know well, or how, welcomed the guidance.
发一次,不知道不好,还是怎么了,欢迎指导。-a fat, do not know well, or how, welcomed the guidance.
- 2022-03-07 18:35:59下载
- 积分:1
-
这是一个编译器的程序代码
这是一个编译器的程序代码- This is a compiler procedure code
- 2022-07-12 05:01:56下载
- 积分:1
-
该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。...
该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。-The paper describes the expression of the C language grammar, grammar generated by the operator priority matrix and operator priority function to discuss the C language features of the expression and grammar analysis.
- 2022-08-16 05:23:38下载
- 积分:1
-
PL/0语法分析程序原代码(TURBOL PASCAL)
PL/0语法分析程序原代码(TURBOL PASCAL)-PL/0 grammar analysis program original code (TURBOL PASCAL)
- 2023-07-05 16:45:03下载
- 积分:1
-
雏形java的解释器源码。配合flex和bison可以工作
雏形java的解释器源码。配合flex和bison可以工作-Embryonic java source of the interpreter. With flex and bison can work
- 2022-01-24 13:00:45下载
- 积分:1
-
LCC4.2 C编译器源码,移植到VC6.0平台下,可将C代码,编译为80X86的汇编代码,C文件为99.C,汇编程序保留在98文件中。强烈推荐
C编译器源...
LCC4.2 C编译器源码,移植到VC6.0平台下,可将C代码,编译为80X86的汇编代码,C文件为99.C,汇编程序保留在98文件中。强烈推荐
C编译器源代码,构件自己具有专业,产品级水平的C编译器。-LCC4.2 C compiler source, the transplantation of VC6.0 platform can be C code, the compiler to compile code 80X86, C document 99.C, assembler retained in the 98 documents. Strongly recommended C compiler source code, their professional components, product level C compiler.
- 2022-10-30 08:40:03下载
- 积分:1
-
这是关于小Python的实现
this is about tiny python implementation
- 2022-06-02 23:04:16下载
- 积分:1
-
自己写的一个C子集的编译程序,包括源码和说明文件,以及文法的扩充BNF表达式...
自己写的一个C子集的编译程序,包括源码和说明文件,以及文法的扩充BNF表达式-himself wrote a subset of the C compiler, including source code and documentation, and the expansion of BNF grammar expression
- 2022-07-03 02:36:52下载
- 积分:1
-
1招文档生成工具。打开命令行2.input tricktest用法:电…
生成Trick文件工具
1.Open command line
2.input tricktest
Usage: TrickTest -f -o -i
-f source mpeg2 file to trick
-o trick output directory
-i output file id
-m max coding error, default 0
-b max bitrate for trick generate, default 0 mean no limit
-s trick buffer block size, must be n*188
-l log file, default c: ricktest.log
example:
tricktest -f 黑鹰行动.mpg -o c: emp -i A -m 1000 -b 3750000
soure file: 黑鹰行动.mpg
output directory: c: emp
filename: 000000A,000000A.ff,000000A.fr,000000A.vvx
max coding error: 1000
trick generation speed: 3750000 bps
a-Trick document generation tool 1.Open command line 2.input tricktest Usage: TrickTest-f-o-i-f source mpeg2 file to trick-o trick output directory-i output file id-m max coding error, default 0-b max bitrate for trick generate, default 0 mean no limit-s trick buffer block size, must be n* 188-l log file, default c: tricktest.log example: tricktest-f Black Hawk operations. mpg-oc: temp-- i A-m 1000-b 3750000
- 2022-03-16 15:10:37下载
- 积分:1