资源列表
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.
43680542LexSeu
- 多次诉讼,,tingdsfhoaso-xc
tinyxml_2_5_3_fullsource
- 1.一款精致小巧但非常犀利的xml解析器,能够在windows和linux编译的使用。 2.源代码附带了测试程序,但并不能直接编译通过,笔者做了小徐改动,保证能够在VC6.0的环境下编译通过。 3.附带了详细xml中文指南。-1. A compact but very sharp xml parser can be compiled in windows and linux use. 2. The source code with the test procedure, but can
abbr_140
- Lex与Yacc简明教程 作者  :Thomas  Niemann  翻译: 傅惠忠-A Concise Guide to Lex and Yacc Author: Thomas Niemann Translation: Fu Huizhong
test
- MFC 列表框的使用,包括列表框的调用和显示.以及选项的获取.-the use of listbox in MFC,includding call and diaplay of listbox,and how we can checked
