搜索资源列表
exe4j.rar
- java反编译软件,通过它可以将java编程实现的class文件反编译成java文件,有利于看到java源文件。,decompile java software, through its programming can be achieved java decompile class file into java files, will help to see the java source files.
calculator
- 科学计算器程序,由java语言编写,算法是基于编译原理对输入表达式进行求解。-Scientific calculator program written by java, algorithm is based on principles of compiling the input expressions to solve it.
Java-Compiler-V3.0
- Java辅助编译器 V3.0、用于辅助新手编译JAVA。-Java Compiler V3.0
java
- 软件专业学习java基础以及核心的大量练习代码,亲身编译,无错-Software professional learning java foundation, as well as the core of a lot of practice code, personally compiled without error
java
- java编写 实现了基本图框的显示,采用eclipse编译环境,实现了类的基本功能。-java code
src
- 熟悉Java的编程环境,(1) 掌握使用JDK开发Java程序的步骤。掌握Java程序的基本语法;熟练运用Java编译工具编译或运行程序。 -Familiar with the Java programming environment (1) master the steps using JDK develop Java programs. Master the basic syntax of Java programs proficient Java compiler tool to c
java上机
- 将上面的程序代码保存成HelloWorld.java文件,然后进入cmd界面,切换到HelloWorld.java文件所在的目录,使用javac HelloWorld.java编译,如果编译成功则目录下会出现HelloWorld.class文件,这就是所谓的字节码文件,或者叫中间代码文件,这个class文件就是跨平台的那个东东,然后呢,使用java HelloWorld命令执行就能看到结果,注意大小写。(The above code will be saved as a HelloWorld.j
jd-gui
- 反编译软件用于反编译java的.class文件,查看源代码(Decompile the software used to decompile java. Class file, view the source code)
B
- Java 编译的压缩文件, 还有关于此文件的说明txt(Java compilation of the compressed file, and for an explanation of this file TXT)
安卓远控源码%2B编译成品%2B汉化
- 安卓的远控源码+汉化版本 java源码加还有编译成品(Android remote control)
java decompile
- java 代码反编译 工具,帮助那些拿不到源码的程序员解惑.(Java code decompile tool to help those who can not get the source of the programmer doubts)
XJad2.2
- 可以将编译后的java字节码文件反编译为java文件,更好的查看源代码(You can decompile the compiled Java bytecode file into a java file to better view the source code)
jd-gui
- 反编译java代码,可以在任何平台中使用,跨平台,跨语言无需安装便可以使用(Decompile java code, can be used in any platform, cross platform, cross language, without installation, you can use)
jd-gui
- 反编译class的java代码,用于java编程中的反编译代码,查看源码(Decompile class's Java code)
java反编译工具
- 反编译java的class文件。。。。。(The class file for decomcompiling Java.)
反编译
- 简单快捷的java jar包反编译软件,界面简洁,没有其他插件(Simple and quick Java jar package decompile software)
apk反编译
- 首先将apk文件后缀改为zip并解压,得到其中的classes.dex,它就是java文件编译再通过dx工具打包而成的,将classes.dex复制到dex2jar.bat所在目录dex2jar-0.0.9.9文件夹。 在命令行下定位到dex2jar.bat所在目录,运行 dex2jar.bat classes.dex 生成 classes_dex2jar.jar 然后,进入jdgui文件夹双击jd-gui.exe,打开上面生成的jar包classes_dex
experiment1
- 编译原理-简单计算器的设计1,java,GCU(Compiler principle - simple calculator design 1, Java, GCU.)
experiment2
- 编译原理,简易计算器的java实现,GCU(Java implementation of simple calculator, GCU.)
二维码生成器
- 一个二维码生成程序,非常好用,只用导入eclipse编译就能自动生成你想要的二维码,扫描可以得到背后文件信息