CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - java A

搜索资源列表

  1. grammatica-1.4.tar.gz

    0下载:
  2. Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:633058
    • 提供者:
  1. gaoxing

    0下载:
  2. 用java语言实现的简单词法分析器 实现了界面操作-use simple language to achieve a lexical analyzer interface operation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18152
    • 提供者:高兴
  1. bsh

    0下载:
  2. BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt. 你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1430290
    • 提供者:limu7475
  1. XJad

    0下载:
  2. 一个非常好的java反编译软件,大家可以-a very good anti - java compiler software, we can try
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:866030
    • 提供者:larry
  1. javacifa

    0下载:
  2. 本程序是用JAVA语言编写的一个小的词法分析器,可实现输入语句的词法分析。-this program is written in Java and a small lexical analyzer can achieve input sentences of lexical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18322
    • 提供者:苏艳
  1. jpascal

    0下载:
  2. java实现的一个pascal编译器,可以运行。-achieve a pascal compiler can run.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:856551
    • 提供者:邓瑞龙
  1. CFFC_1

    0下载:
  2. java写的PLO词法分析,刚交了作业 没什么大内容,仅供参考-java write lexical analysis of the PLO, has just paid a little big operation, for reference purposes only
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2797
    • 提供者:wyutao
  1. compile123148

    0下载:
  2. 非常好的编译源代码 将一个l语言转换为中间代码 java版本-very good source code will compile a l converted to intermediate language code java version
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:818482
    • 提供者:Wenzhe Shi
  1. gc6.7

    0下载:
  2. gc6.7 一个适用于C\\C++的内存垃圾回收器,可以像Java中那样随意的分配内存而不用释放,也不必担心内存泄漏了-gc6.7 an application to the C \\ C memory for the garbage collector. Java can be as arbitrary as the allocation of memory instead of the release, there is no need to worry about a memory lea
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:774652
    • 提供者:mastercn
  1. Java

    0下载:
  2. Java 反编译器(在一起的还有 rar 包的一个)-Java Decompiler (still with a package rar)
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:821117
    • 提供者:李若东
  1. accidenceAnalyzer

    0下载:
  2. 一个简单的词法分析器,刚学习编译原理时写的··大家可以看下-A simple lexical analyzer, just when the principles of learning to compile written that we can Kanxia! ! ~
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-04-14
    • 文件大小:3072
    • 提供者:xiaodeng
  1. javafanbianyi

    0下载:
  2. 一款很好的java反编译程序,能准确详细地反编译为原码。-A good java decompiler program, can accurately detail decompile the original code.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:762701
    • 提供者:longlong
  1. Turing_machine_simulator_(Java)

    0下载:
  2. a simple Java program for simulating an abstract Turing machine. This demonstrates that Java is Turing-complete (with the caveat that limitations in word size limit the effective addressable memory).
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2609
    • 提供者:Felippe
  1. Report_compiler

    0下载:
  2. 一个简单的编译器的实现报告,详细介绍了如何实现一个minijava到mips的编译器如何一步一步实现,以及所使用的工具等-A simple compiler implementation report, detailing how to implement a minijava to mips compiler step by step how to achieve, and the tools used
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1073598
    • 提供者:llx
  1. porter-stemmer

    0下载:
  2. The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usually done when setting up Infor
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:3938
    • 提供者:s
  1. JavaAsn1Compiler_3.0

    0下载:
  2. 此代码主要是 一个用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.
  3. 所属分类:Compiler program

    • 发布日期:2016-01-26
    • 文件大小:1482752
    • 提供者:家英
  1. My-Java

    0下载:
  2. 本人开发的一款java编译器,当年学java时候用的。 主要功能:1.*.java文件编辑、2.*.java文件编译及运行、3.自动判断主类名(java文件保存时体现)、4.JDK环境变量检测及设置(winXP证实可用,理论上支持win7)... 开发环境:Microsoft Visual Studio 2005(Visual Basic 2005)。 仅供学习,如要盗版,请经过本人同意。 联系方式:QQ747192928。 可能存在Bug,请多包涵。- I
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:344038
    • 提供者:lala
  1. LL1

    1下载:
  2. java实现的一个LL1语法分析程序,eclipse下可以执行,以供参考-java implementation of a LL1 parser, eclipse can be performed under the order for reference
  3. 所属分类:Compiler program

    • 发布日期:2017-03-21
    • 文件大小:6449
    • 提供者:马博
  1. LL1_java

    0下载:
  2. 这是一个用java实现的编译原理中的ll1语法分析演示系统。能够实现简单的ll1语法分析。-This is a compilation of principles to achieve java in ll1 parsing demonstration system. To achieve a simple ll1 parsing.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:408300
    • 提供者:哈哈
  1. Java-protection-technology

    0下载:
  2. 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
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:12013
    • 提供者:郑成汉
« 1 23 4 5 6 »
搜珍网 www.dssz.com