资源列表
TrickTools
- 生成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
byylsybg2
- 关于语法分析的编译原理实验报告,可以学习一下-Syntax analysis on the experiment report compiler, you can learn about
jieshiqi
- 类高级语言解释器的设计与实现。词法分析,语法分析,语义分析,解释器-Class high-level language interpreter for the design and implementation. Lexical analysis, syntax analysis, semantic analysis, the interpreter
Assembler
- 自己开发的汇编式脚本语言编译器,由VC8控制台编写。-Own compilation-style scr ipting language compiler from the console to prepare VC8.
LALR(1)
- LALR(1)分析器的构造——整套课程设计,打分是良好,附有可运行的整套源代码。改一下小结就可以直接交了。-LALR (1) parser construction- set of curriculum design, scoring is good, with complete source code can be run. Summary of change it can be directly handed over.
gouwuche
- 很简单的购物车。ASP+ACCESS+VBscr ipt语言设计。-Very simple shopping cart. ASP+ ACCESS+ VBscr ipt language design.
DevToolSrcV1_smart
- (32位智能锁)智能锁开发工具的源码 非常不错的源码 VB-(32 bit intelligent lock) intelligent lock development tool source Very good source VB
scaner
- 生成类汇编代码的编译器,输入c语言,输出类汇编代码,中间有语法分析树生成-scaner
turn5
- ASCII编码转换器,非常简单易用。可以自由转换各进制及中文-ASCII Encoding Converter is very easy to use. Are free to convert the binary and Chinese
compile
- 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analysis program. To identify the la
lll
- 实现了LL(1)文法分析,包括构造First、Follow集、预测分析表,并可检查输入串是否被接受。-The implementation of LL(1) analysis, including constructing the First, Follow set, Predictive Parsing Table. It can also test a string whether it is accepeted.
Compiler
- (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这