Location:
Search - bytecode
Search list
Description: Java Bytecode Editor 是一个 JAVA 的字节码反汇编和修改器。它可以很方便的修改已经编译成 Class 文件的 JAVA 文件。
Platform: |
Size: 1081234 |
Author: aosp |
Hits:
Description: 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 expression into a bytecode and pre-calculating constant parts of it.
Platform: |
Size: 451233 |
Author: Gavin |
Hits:
Description: This the first release (version 0.0) of the Peersim
high level P2P network simulator.
This archive contains the javadoc generated documentation,
and a java archive containing the simulator source and bytecode
and some examples.
Platform: |
Size: 461699 |
Author: 童孞 |
Hits:
Description: Java Bytecode Editor 是一个 JAVA 的字节码反汇编和修改器。它可以很方便的修改已经编译成 Class 文件的 JAVA 文件。-Java Bytecode Editor 脢脟脪 禄赂 枚 JAVA 渭脛 脳 脰 陆 脷脗毛
Platform: |
Size: 1081344 |
Author: aosp |
Hits:
Description: 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 expression into a bytecode and pre-calculating constant parts of it.
Platform: |
Size: 450560 |
Author: Gavin |
Hits:
Description: This the first release (version 0.0) of the Peersim
high level P2P network simulator.
This archive contains the javadoc generated documentation,
and a java archive containing the simulator source and bytecode
and some examples.
Platform: |
Size: 461824 |
Author: 童孞 |
Hits:
Description: fast lua plugin indexing module, can cache lua bytecode functions for c programs. useful for building plugin index trees
Platform: |
Size: 6144 |
Author: Bug Me Not |
Hits:
Description: Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
-Lua is a fast language engine with small footprint that you can embed easily into your application. Lua has a simple and well documented API that allows strong integration with code written in other languages. It is easy to extend Lua with libraries written in other languages. It is also easy to extend programs written in other languages with Lua. Lua has been used to extend programs written not only in C and C++, but also in Java, C#, Smalltalk, Fortran, Ada, and even in other scripting languages, such as Perl and Ruby.
Platform: |
Size: 1725440 |
Author: xuyong |
Hits:
Description:
马萨诸塞州技术学院的一篇论文,共21页,本文讨论了JAVA支持参数多态性,描述了执行机制
-This paper extends Java in one area where more power is
needed: support for parametric polymorphism,which allows
the defi nition and implementation of generic abstractions.
The paper discusses both the rationale for our design
decisions and the impact of the extension on other parts
of Java, including arrays and the class library. It also
describes an implementation of the mechanism, including
extensions to the Java virtual machine, and designs for the
bytecode verifi er and interpreter. The bytecode interpreter
has been implemented it provides good performance for
parameterized code in both execution speed and code
size, and does not slow down programs that do not use
parameterized code.
Platform: |
Size: 129024 |
Author: lijuan |
Hits:
Description: Minijoe是一个小巧的Java版Javascript脚本引擎,采用Bytecode-Minijoe is a small Java version of Javascript scripting engine, using Bytecode
Platform: |
Size: 462848 |
Author: tonyhu |
Hits:
Description: 本文的主题则是:如何利用Java对绘图的支持,编写一个根据统计数据绘制曲
线的小程序(Applet)Plot,通过把Plot编译生成的字节码文件Plot.class嵌入到H
TML脚本中,从而实现在网页上发布统计曲线的目的。
-The theme of this paper is: how to use Java for graphics support, the preparation of statistical data in accordance with a drawn curve applet (Applet) Plot, the Plot by the generated bytecode compiled files Plot.class embedded into H TML script, and thus published on the web page to achieve the purpose of statistical curve.
Platform: |
Size: 13312 |
Author: kevin |
Hits:
Description: Java Bytecode Inlining Tool. JavaGO performs global optimization of Java byte code with assumption that it has information about all classes used in application. Source & Binary
Platform: |
Size: 55296 |
Author: Jeff |
Hits:
Description: Lua to IL (Intermediate Language) bytecode interpreter (virtual machine) written for .NET CLR in CSharp
Platform: |
Size: 111616 |
Author: horemheb |
Hits:
Description: 关于如何使用字节码加载的源代码,可以使用asm方式插入java字节代码-bytecode
Platform: |
Size: 819200 |
Author: xunavy |
Hits:
Description: java反编译领域经典之作,能够反编译java字节码.-java decompiler classic in the field, can decompile java bytecode.
Platform: |
Size: 500736 |
Author: gh |
Hits:
Description: Delphi编程设计阵字体字节码源代码Delphi Programming bytecode code matrix fonts
-Delphi Programming bytecode code matrix fonts
Platform: |
Size: 256000 |
Author: 李锐 |
Hits:
Description: 专门用来操作java 字节码文件的开源框架,可以像sax,dom解析xml一样,解析class文件,并对class文件进行操作,hibernate等开源框架都是用它-Designed to operate in the open source java framework for bytecode file, can be like sax, dom, like xml parsing, parsing class files, and file class action, hibernate and other open source frameworks are to use it
Platform: |
Size: 854016 |
Author: 刘金良 |
Hits:
Description: JDK(Java Developer Kit, Java开发工具包)是Sun公司提供的Java开发工具。开发JSP必须使用JDK工具包,它包含Java编译器、解释器和虚拟机(JVM),为JSP页面文件、Servlet程序提供编译和运行环境。JSP引擎使用JDK提供的编译器,将Servlet源代码文件编译为字节码文件。Servlet引擎使用JDK提供的虚拟机(JVM)运行servlet字节码文件。-JDK (Java Developer Kit, Java Development Kit) is Sun' s Java development tools provided. JSP must use the JDK development kit, which contains the Java compiler, interpreter and virtual machine (JVM), the page file for the JSP, Servlet program provides compiler and runtime environment. JSP engine uses the JDK provides a compiler, the Servlet source code file is compiled to bytecode files. Servlet engine uses JDK provides a virtual machine (JVM) to run servlet byte code files.
Platform: |
Size: 402432 |
Author: 梁秋云 |
Hits:
Description: it is java bytecode and decompiler viewer
Platform: |
Size: 2344960 |
Author: asdfasdfasdf123 |
Hits:
Description: Bytecode to python converter
Platform: |
Size: 112640 |
Author: sirohi |
Hits: