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性能优化技术。
Research and Realization of Bytecode Encryption Technology Based on JVMTI and JNI;
基于JVMTI和JNI的字节码加密技术的研究及实现
This paper discusses low level security system of Java platform, including the three major aspects of Java security model: bytecode verifier, class loader and security manager.
详细讨论了Java平台的底层安全系统 ,主要包括Java安全模型的 3个主要方面 :bytecodeverifier(字节码验证机 )、classloader(类装入器 )和securitymanager(安全管理器 )。
A design of the Java card bytecode optimize based on redefined instructions and basic-block compression is put forward in this paper.
因此,对下载到卡中的字节码进行优化是十分必要的。