Suggestions on using unit symbols of “bit” and “byte” normally;
“比特”与“字节”单位符号规范化标注建议
The basic principle of it is to pide every three continuous byte (24bit) into four six-bit values, and then convey each six-bit value as a NVT ASCII character.
它的基本原理是将每个连续的三个字节 ( 2 4位 )数据组合表示为四个六位数值 ,再把每六位数值当作一个NVTASCII字符来传输。
Analysis of information flow in exception handling of Java bytecode;
Java字节码异常处理中信息流的分析
Design and Implementation of A Dynamic Java Bytecode Generator Based on Template;
基于模板的动态Java字节码生成器的设计和实现
This paper analyzed the execution of Java bytecode and direct threaded optimization technology of interpreter,proposed and implemented a new performance optimization solution of embedded Java VM based on direct threaded technology specially for ARM7 platform.
分析了Java字节码的解释执行和基于解释执行的Direct Threaded Interpreter性能优化技术。