By analyzing the bytecode of Java language,This passage finds out the reasons that why bottle-neck comes into being in the programmes,and also gives some optimization methods for the programmes.
本文通过使用Javap对Java语言的字节[代]码进行分析,找到程序中产生瓶颈的原因,给出程序的优化方法。
Suggestions on using unit symbols of “bit” and “byte” normally;
“比特”与“字节”单位符号规范化标注建议
The basic principle of it is to divide 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字符来传输。