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

搜索资源列表

  1. compiler.rar

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

    • 发布日期:2017-01-06
    • 文件大小:359.25kb
    • 提供者:int
  1. JBookMaker

    0下载:
  2. 非常好用的Java反编译器,将字节码文件反编译为java文件,想要学习别人源码的朋友用的着它的。用于将jar包中的.class文件反编译-Very useful Java Decompiler will decompile byte-code files for the java files, others want to learn the source of a friend with it. Jar used to package. Class files decompile
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:1.18mb
    • 提供者:彩龙
  1. java

    0下载:
  2. java反编译器,将.class文件转化成.java文件,有兴趣学习源码的朋友会需要他的-Decompiler java to. class files into. java files, are interested in learning the source of his friends will need to
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:242.45kb
    • 提供者:彩龙
  1. Card

    0下载:
  2. 利用Card类和循环语句编写一个扑克牌游戏-In this lab, you will finally put the Card class to good use, as we build a proper card game with the assistance of Java loops.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:1.42kb
    • 提供者:莫问
  1. jadlinqi

    0下载:
  2. Jad 是一个 Java 反编译器,在 IE 中读取 Java 类文件,并将他们转换成 Java 原文件,这些原文件可以被重新编译-Jad is a Java decompiler, in IE to read Java class files and converts them into Java of the original documents, which the original files can be re-compiled
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:148.75kb
    • 提供者:张钒
  1. jd-gui

    0下载:
  2. 反编译工具,将.class文件编译成java源代码,以方便查看源代码。-Decompilation tools that will. Class files compiled into a java source code, to facilitate view the source code.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:598.25kb
    • 提供者:zouwei
  1. jd-gui

    0下载:
  2. 反编译JAVA源代码,但中文支持效果不理想,可以用来反编译大量的国外封装的java类-Anti-compile JAVA source code, but the Chinese support the result is not satisfactory, can be used to decompile a large number of foreign package java class
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:596.78kb
    • 提供者:波波
  1. jd-gui-0.3.0.windows

    0下载:
  2. 最強大返組譯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
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:659.01kb
    • 提供者:Chi-Tao.Mao
  1. Eclipse

    0下载:
  2. eclipse的反编译插件,可以很好的将class文件反编译为java文件-anti-compile eclipse plug-ins, can be very good to decompile the java class file file
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:235.84kb
    • 提供者:mikaljian
  1. NetSpell.2.1.7

    0下载:
  2. 是个反编译工具,可以用来反编译java的class文件-Is a decompiler tool to decompile the class files java
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:4.13mb
    • 提供者:Anny
  1. front

    0下载:
  2. java写的类pascal编译器,实现program test(input, output) begin read(x, y) write(gcd(x, y)) end. -java pascal compiler writing class, to achieve program test (input, output) begin read (x, y) write (gcd (x, y)) end.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:23.5kb
    • 提供者:
  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
    • 文件大小:335.97kb
    • 提供者:lala
  1. newproject

    0下载:
  2. 基于JDK的Java IDE的设计与实现。该系统集Java源代码的编辑、编译、运行、 动态显示行号、图形界面中显示程序出错信息、多页编辑源代码等功能于一体, 利用OOA&OOD的方法,通过Java语言来实现。核心设计思想:系统的编辑器用 JTextArea类实例为主体来充当,编译器和解释器则是通过调用JDK开发包中提供的 javac程序和java程序来实现,并通过File类实例建立起编辑器、编译器和解释器的联系。-JDK-based design and
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:63.01kb
    • 提供者:zhiyanqiang
  1. NFA

    0下载:
  2. 编译原理实验 NFA识别语言的java实现,为NFA.java文件中的NFA类实现成员函数boolean recognizeString(int move[][][], int accept_state[], String word).-Principle experiment NFA compile the java language to achieve recognition for NFA.java file NFA class implements member functions b
  3. 所属分类:Compiler program

    • 发布日期:2016-11-02
    • 文件大小:4kb
    • 提供者:陈竑睿
  1. kahlua

    0下载:
  2. kahlua是一款基于CLDC1.1且非常小巧的Lua解释器,它很容易扩展。只需要配合一个Lua编译器,就可以执行编译后的Lua源代码。 The Java source code is just one class file and about 130 lines of easy to read Java. 只用了130行代码就按定lua的引擎!!!!!!!! 同时LUA是魔兽世界使用的脚本哦. -kahlua is a Lua scr ipt language i
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:83.57kb
    • 提供者:zhuxixi327
搜珍网 www.dssz.com