资源列表
Canvas
- Canvas class in a header file
warplan2006
- Program to make a Warplan in Prolog
STYLE1
- Example of Style loop in C
DYNLINK
- Example of Dynamic Link in C
cifafenxiqi
- 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
Polygon
- Drawing a polygon in opengl
fx
- 词法分析程序,编译原理实验。。。 词法分析程序,编译原理实验-Lexical analysis program, the compiler of-principle experiment. . . Lexical analysis program, the compiler of-principle experiment. . .
Cpp1
- 递归下降分析算法,编译原理实验。。。 c++ 递归下降-Recursive descent parsing algorithm, the compiler of-principle experiment. . . c++ recursive descent
diguixiajiangfenxifa
- 根据某一文法编制调试递归下降分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对递归下降分析法的理解-diguixiajiangfenxifa
Irony
- this a new idea for generating syntax parsing code,it can be used instead of lex and yacc toolz-this is a new idea for generating syntax parsing code,it can be used instead of lex and yacc toolz
W32dsm
- 这可是修正的汉化版本呀。反汇编的极品工具。破解必备!一个在WiNDOWS9X上的反汇编追踪程序-This is a Chinese version of the amendment, but呀. The Need for tools for disassembly. Crack must have! WiNDOWS9X on a follow-up procedures for disassembly
compile
- 编译原理大作业,完成了词法分析,递归下降分析,LL(1)分析,算符优先分析,中间代码生成等-Compiler Construction Principles large operations, completed a lexical analysis, recursive descent analysis, LL (1) analysis, operator priority analysis, intermediate code generation, etc.
