您要查找的是不是:
- Inside the byte code, there is no concept of code blocks as such. 在字节码代码中,却没有代码作用域的概念。
- If a single byte gets lost, all data from that point forward is corrupted. 如果损失了一个字节,此后的数据就全部无法用了。
- No, UDT can transfer a data buffer from one single byte to multiple tera-bytes, as long as your system can provide enough resources. 不,UDT可以传输一个数据缓存,从一个字节到大量字节,只要你的系统能够提供足够的资源。
- They are intended for character sets where a character does not fit into a single byte. 它们由不能用单个字节表达字符的字符集利用。
- The JSP gets compiled into servlet byte code to process the Web browser request to a database or another application. JSP被编译成servlet(服务器小程序)字节码,以处理对数据库或另一个应用程序的Web浏览器请求。
- Block cipher algorithms encrypt data in block units, rather than a single byte at a time. 块密码算法以块为单位加密数据,而不是逐个字节地加密数据。
- JDO achieves transparency through byte code enhancement; JDO 2 will relax this constraint somewhat. JDO通过字节码增强机制实现了透明性。JDO 2多少会放松这个限制。
- One of the Windows single byte encodings, or one of the Windows double byte encodings. Windows单字节编码之一或Windows双字节编码之一。
- Programmers can compile the Python source code to java byte code,running it on JVM(Java Virtual Machine). 程序员可以把Python源代码编译成Java的字节码,并在Java虚拟机上运行此代码。
- Command line arguments containing double byte characters are truncated to a single byte. 包含双字节字符的命令行参数被截断为单个字节。
- WML scripts need to be compiled into byte code on a server before they can run in a WAP browser. WML脚本在WAP浏览器上运行之前,必须在服务器上被编译为字节代码。
- When subHeader zero is used, a second byte is not needed;the single byte value is mapped through the subArray. 当子表头为0 时,不再需要第二字节的值,可直接通过子数组映射单字节的值。
- They can be executed. For example, the instruction 3+5 requires 24 bits using the ASCII coding scheme. 所有指令与数据在修改成二进制前;他们都能被执行.;例如;指令3+5必要的24进制运用在ASCII的编码方案上
- Serial.print(b, BYTE) prints b as a single byte followed by a carriage return and a linefeed. 以单个字节输出b,并同时跟随一个回车和换行符。
- Therefore, the system can select an appropriate modulation and coding scheme (MCS) to transmit data based on some SNR. 换句话而言,系统可以根据讯杂比来选择合适的调变和合适的编码方式来传送资料。
- Unicode proposes a 16-bit coding scheme, with a capacity of 65,536 codes. 统一码提议一个16位元方案编码,藉由65,536编码的能力。
- Our detector needs to maintain state only during the byte code scanning phase, because we re looking for a method-level problem. 我们的检测器只需要在字节码扫描阶段维护状态,因为我们查找的是方法级的问题。
- One novel shift-invariance coding scheme is firstly proposed for the MC V-BLAST system. 该文首先为MC V-BLAST系统提出了一种新颖的移不变性编码方法。
- Documents written using ASCII characters are the fastest to parse because each character is guaranteed to be a single byte and map directly to its equivalent Unicode value. 用ASCII字符编写的文档解析起来是最快的,因为每个字符都肯定是单字节的,可以直接映射到对应的Unicode值。
- It has joined the open source JBoss application server project, Javassist through the use of byte code for the operating dynamic JBoss AOP framework. 它已加入了开放源代码JBoss 应用服务器项目,通过使用Javassist对字节码操作为JBoss实现动态AOP框架。