搜索资源列表
retroguard-v2.3.1gpl
- retroguard 混淆器 Included in this release are the following files and directories: Readme.txt : This file. License.txt : For commercial projects, RetroGuard Pro is distributed under an annual subscr iption-based commercial license. -OR
UnLinker编译原理实验
- 编译原理实验 为UnLinker.java文件中的UnLinker类实现成员函数String clean(String text). 函数clean的功能是屏蔽字符串参数text中的网页链接信息,并返回屏蔽后的结果;如果无需屏蔽,则返回原来的字符串. 每个网页链接从左至右依次分成前缀,域名和后缀三部分-Compilation Principle experiment UnLinker.java file UnLinker class implements member functions Str
DFA
- 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
TinyCforJAVA
- JAVA TinyC课程设计 从csdn.net上下载的-JAVA TinyC curriculum design downloaded from csdn.net
COMPILE
- 一个简单的JAVA编译原理作业 词法分析 语法分析 语义分析 -JAVA compile a simple operating principle of lexical semantic analysis of grammatical analysis
PL0_java
- 用JAVA语句实现的PL/0编译器,内有测试程序及代码说明-Achieved using JAVA language PL/0 compiler, there are testing procedures and code descr iption
Java-Scanner
- 词法分析器(编译原理) Java语言词法分析器的设计与实现-Lexical Analyzer (Compilation Principle) Java language lexical Analyzer Design and Implementation
antlr-2_7_0
- Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
javadecafe
- java反编译工具,可以把class字节码转换成java语言,发上来共享-java decompiler tools, can be converted into java byte code class language, made up to share
compilerWithJava.tar
- 用java实现的编译器. 包括语法分析,词法分析,生成目标代码等,代码很简单,本人已经测试过,很完美.-this is the lightweight java compiler, it contains syntactical analysis,lexer analysis and the target generate. the codes is so simply,i works so perfect...i think you can do it..
yufafenxi
- 语法分析器 java版 编译课程综合训练-Java version of the compiler parser comprehensive training courses
8-puzzle-(java)
- 8puzeel program by java-8puzeel program by java
PL0-Compile-java-version
- 一个用java编写的简单Pl0文法编译器,可用于编译原理课程的学习-a compile used for pl0 grammer
Cavaj.Java.Decompiler
- java 反编译工具,-java decompiler tools, 11111111111111111111
FileIODemo.java
- Reading and writing to a file in Java
JAVA
- 这个文件夹里是经典的Java源代码,其中包括类加法器,记事本等。-adder.java, notepad.java and so on
DBMS(java)
- java写的数据库 SQL解析器 分客户端和后端底层实现-Java write SQL parser Sub client and back-end implementation
protobuf-java-3.0.0.tar
- Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准,目前已经正在使用的有超过 48,162 种报文格式定义和超过 12,183 个 .proto 文件。他们用于 RPC 系统和持续数据存储系统。 Protocol Buffers 是一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,或者说序列化。它很适合做数据存储或 RPC 数据交换格式。可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式
lab5.tar
- 用java javacup实现的简单编译器 lab5(Simple compiler implemented with Java javacup)
java反编译工具xjad
- Java反编译器反编译成源代码。非常好用!!(The Java decomcompiler is decomposed into source code.)