搜索资源列表
compile123148
- 非常好的编译源代码 将一个l语言转换为中间代码 java版本-very good source code will compile a l converted to intermediate language code java version
compiler.rar
- decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,调用 java -jar tac.jar blackjack.tac
flex++-2.3.8-7.tar.Z
- 生成C++的词法/语法分析的Flex语法分析器 ,Flex syntactic and phrase parser which can produce C++ code
cffxq
- 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
java
- java的antlr词法\语法分析代码,版本针对java1.5-java lexical antlr parsing the code, version for java1.5
Main
- java语言写的词法分析器,编译原理课的实验源代码-written in java language lexical analyzer, the principle of classes to compile the source code of the experiment
CompilerDesign
- This a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.-This is a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.
java-scanner
- 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language
GJC1.42_SRC
- GJC(Generic Java Compiler)的源码,是学习编译原理的好材料。代码的结构性很好,就是注释少了点。-GJC (Generic Java Compiler) source code is compiled to study the principle of good material. Good structural code is少了点Notes.
javafanbianyi
- 一款很好的java反编译程序,能准确详细地反编译为原码。-A good java decompiler program, can accurately detail decompile the original code.
jd-gui-0.3.0.windows
- 最強大返組譯java程式碼JAR或class整包還原比DJ_Java_Decompiler還真-Back to assemble the most powerful java code JAR or class than the DJ_Java_Decompiler really the whole package to restore the
Lex
- 此法分析器生成工具 Lex 设计实例 含源码 运行程序-This method Lex parser generation tool design examples with source code to run programs
20076111711553381
- JAVA编写的QR码源码,QR是英文“Quick Response”的缩写,欢迎大家交流-QR code written in JAVA source code, in 1994 by the Japanese company Denso-Wave invention (QB06102506). QR is in English " Quick Response" stands for the exchange welcome
SNLCompiler
- 编译程序通常包括:词法分析、语法分析、语义分析、中间代码生成、目标代码生成、错误处理、表格管理,如图所示。由于能力有限,本编译器只做前三部分。-Compiler typically include: lexical analysis, syntax analysis, semantic analysis, intermediate code generation, object code generation, error handling, form management, as shown.
LR0
- 编译原理的LR0分析法,Java源代码,编译原理课程重要试验-Compiler theory of LR0 analysis, Java source code, compile, test theory courses important
JavaAsn1Compiler_3.0
- 此代码主要是 一个用JAVA实现的ASN.1的编译器,能实现正常的ASN.1的编码和解码过程,对学习ASN的同学有帮助。-This code is mainly a JAVA implementation of the ASN.1 compiler, to achieve normal ASN.1 encoding and decoding process, the students learn ASN helpful.
code
- 上大学时为了完成编译原理试验任务,用Java实现的一个语法分析器。-In college, compiler theory test in order to complete the task, with the Java implementation of a parser.
cifafenxiqi
- 简单但是功能齐全的词法分析器代码,Java实现-Simple but fully functional lexical analyzer code, Java implementation
Lexical-analyzer-code
- 词法分析器代码,用的JAVA语言,比较简单,可以作为课件演示-Lexical analyzer code, with JAVA language, is simpler, can be used as a courseware demonstration
Java-protection-technology
- Java源码保护技术 - 如何有效防止 Java 程序源码被人偷窥? Java 程序的源代码很容易被别人偷看,只要有一个反编译器,任何人都可以分 析别人的代码。-Java source code protection technology- how to effectively prevent the Java program source code is peeping? Java program s source code is easy to be peeking, as long as
