搜索资源列表
muParser
- Many applications require the parsing of mathematical expressions. The main objective of this project is to provide a fast and easy way of doing this. muParser is an extensible high performance math parser library. It is based on transforming an expr
jode-1.1.2
- java反编译领域经典之作,能够反编译java字节码.-java decompiler classic in the field, can decompile java bytecode.
Java-VariablesDemo
- 这是一个输出简单数据类型的取值范围的程序,已经编译出字节码文件。-This program is an output range of simple data types, and has compiled bytecode files.
JavaSimpleDataType
- 这是一个描述数据类型之间转换的程序,已经编译出字节码文件。-This is a descr iption of the data type conversion between the program has been compiled bytecode files.
Java-Student
- 该程序是学生选课的学生信息类,已经编译出字节码文件。-The program is a student elective class students, has been compiled bytecode file.
Shopping
- The Java platform consists of several programs, each of which provides a portion of its overall capabilities. For example, the Java compiler, which converts Java source code into Java bytecode (an intermediate language for the JVM), is provided as pa
1KG_20150915_HD
- 要学会使用ASM的最佳方式是编写一个Java源文件就相当于你想生成,然后使用字节码纲要插件Eclipse的ASMifier模式(或ASMifier工具)看到相当于ASM代码是什么。如果你想实现一个级变压器,写两个Java源文件(改造前,后),并使用插件的比较视图ASMifier模式比较等效的ASM代码。-The best way to learn to use ASM is to write a Java source file that is equivalent to what you
java
- 这是一个漂亮的电子音乐相册JAVA小程序,图片循环播放,人物漂亮,界面美观,多首音乐可供选择,可供休闲娱乐 1.程序主要功能为:图片旋转播放,同时播放乐曲,为节省空间,截取乐曲较短,建议播放时点击“循环播放”按钮。 2.程序添加“图片旋转暂停1.5秒”功能,方便您在喜欢的角度欣赏图片。 3.用下拉式列表选择要播放的曲目,选中后点击即可收听,默认播放曲目为第一首乐曲“爱不释手”。 我提交的压缩包内有:源代码,字节码文件,乐曲,图片,程序说明。请您查看评分,谢谢。 -This is a beauti
java上机
- 将上面的程序代码保存成HelloWorld.java文件,然后进入cmd界面,切换到HelloWorld.java文件所在的目录,使用javac HelloWorld.java编译,如果编译成功则目录下会出现HelloWorld.class文件,这就是所谓的字节码文件,或者叫中间代码文件,这个class文件就是跨平台的那个东东,然后呢,使用java HelloWorld命令执行就能看到结果,注意大小写。(The above code will be saved as a HelloWorld.j
XJad2.2
- 可以将编译后的java字节码文件反编译为java文件,更好的查看源代码(You can decompile the compiled Java bytecode file into a java file to better view the source code)
asm-5.2
- asm源码,版本是5.2,支持jdk1.8及以下的版本。是个可以对字节码操作的java语言写的框架(ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformat
bytecode-to-cfg-master
- Bytecode to python converter