搜索资源列表
bsh
- BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt. 你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
java_cup_v10k
- 一个可以生成java代码的语法生成器- May produce the java code the grammar production
doctorj-4[1].0.0.tar
- DoctorJ是一套分析JAVA代码的应用程序。除了完成javadoc的功能,它根据标准和代码的准确度来检验文件。产生一个文件或者项目的统计信息,包括每一个类和方法的代码行数以及总数。语法分析器处于开发中-DoctorJ analysis is a set of Java code applications. In addition to completing the javadoc functions, in accordance with the standards and codes to
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!
JAVAyuanmafanbianyi
- 这是一个JAVA代码反编译程序,对需要反编译的人来说是一个值得学习的程序!-This is a JAVA code decompile procedures need to decompile the people is a learning process!
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
wsljjo
- 编译器手工实现,java代码,有汇编代码生成-Compiler by hand to achieve, java code, there are assembly code generation
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
login
- 一個模擬帳號密碼登入的程序 給大家參考-java code
