资源列表
Oxygen
- 采用Java语言,面向对象方法实现,Oxygen词法分析器和语法分析器,无其他说明
code
- 编译原理课程的上机作业,一个简单的小语言词法分析器,在txt文件中软件测试程序,而后在txt中输出词法分析结果-A simple language lexical analyzer, in the txt file, software testing procedures, then the output of lexical analysis results in txt
LSA
- LSA 用于文本语义分析的潜在语义分析算法LSA(Latent Semantic Analysis),包含详细的函数说明和原理分析- LSA 用于文本语义分析的潜在语义分析算法LSA(Latent Semantic Analysis),包含详细的函数说明和原理分析
snlwork
- snl编译器,具有编译器的所有功能,包括词法分析、语法分析、语义分析这些主要功能。-snl compiler
nasmdoc
- nasm汇编的语法等详细文档,英文官方版,对编译器,反编译器,语言格式,16,32,64位汇编等都有介绍-nasm assembler syntax and detailed documentation, official English version, compiler, decompiler, language, format, 16, 32, 64-bit assembly has introduced
lua
- Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。Lua并没有提供强大的库,这是由它的定位决定的。所以Lua不适合作为开发独立应用程序的语言-Written in Lua by the standard C, almost all operating systems and platforms can be compiled and run. Lua does not provide a strong library, which is determined by its po
yufa0706230241
- 编译原理语法分析器,实现语法块的识别,同时能够报错。-grammar examing 。
final
- its a compiler program that checks a webpage for some vulnerabilities
fwdfwfwdcompiler
- the document covers some essential information about compiler design
JavaBugChecker1.0
- 源码统计分析器,统计源代码中的代码是否符合语法风格-statistics
Keil
- cxlab_《Keil编译器用户手册中文完整版》-cxlab_ the user manual of the Keil compiler Chinese full version
sizeyunsuan
- 请完成以下描述算术表达式的LL(1)文法的递归下降分析程序G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)| d | i A→+|- M→*|/ 说明:终结符号d为正整数,终结符号i为变量。 其功能为: 从键盘上输入一串四则运算表达式,对照文法G[E]检查输入串的语法是否正确,如果不正确必须指出错误原因。 -Please complete the following descr iption