The binary representation of the decimal number may not be exact.
十进制数的二进制表示形式可能不精确。
The binary representation of the decimal number may not be exact.
二进制代表十进制数可能不准确。
The complement strategy is to flip the bits of its binary representation.
补充策略就是按二进制位反转。
Does the C99 standard guaranteed the binary representation of unsigned int?
是C99标准保证无符号整数的二进制表示形式?
Punched CARDS were invented, which marked the beginning of binary representation.
采用二进制的打孔卡出现了。
Floating-point decimal values generally do not have an exact binary representation.
一般而言,十进位浮点数值并没有精确的二进位表示式。
An AIX core is a binary representation of the process in memory at some instance in time.
AIX核心是进程某一时间在内存中的二进制表示形式。
Listing 6 shows how the XOP package recognizes a binary representation of the data that was removed.
清单6显示了xop包如何识别已被删除的数据的二进制表示。
It is this binary representation that is used in the index entry when a number column is indexed.
当数字列建立索引时,正是这个二进制表示用于索引项中。
In the paper the similar binary representation and qualities of the positive integers are discussed.
本文论述了正整数的似二进制表示及其性质。
A binary representation of the SQL statements is created in a separate serialized profile (.ser file).
sql语句的二进制表示是在一个单独的序列化概要文件(. ser文件)中创建的。
The intermediate result is encoded in a binary representation and appended at the beginning by an encoded counter.
该中间结果用二进制形式编码表示,并通过一个经过编码的计数器逐渐增加。
Column 4 is showing three bytes and these three bytes are the internal binary representation of the number 1,234.
列4显示了三个字节,这三个字节就是数1,234的内部二进制表示。
Binary representation of floating-point values affects the precision and accuracy of floating-point calculations.
二元代表性浮点值影响的精密度和准确度的浮点计算。
If annotated fields are found, the class is modified to include a generated toString method and the modified binary representation is returned.
如果找到带注释的字段,该类将被修改以包含生成的toString方法,而修改后的二进制表示将被返回。
The 10xxxxxx byte is a continuation byte with the XXXXXX bit positions filled with the bits of the character code number in binary representation.
字节10xxxxxx是一个扩展字节,它的xxxxx x位位置被以二进制表示的字符代码号的位所填充。
It is proved by experiments that real-valued vector representation is better than binary representation in dealing with the complicated problem.
实验证明实值向量表示方法在处理复杂问题时优于二进制表示方法。
Output a line with an integer representing the total number of digits 1 in the binary representation of all the integers from A to B, inclusive.
题目要求: 输入一个整数,求该整数的二进制表示中有多少个1。
When a PHP script is requested, PHP reads the script and compiles it into what's called Zend opcode, a binary representation of the code to be executed.
请求一个php脚本时,php会读取该脚本,并将其编译为Zend操作码,这是要执行的代码的一种二进制表示形式。
Assemblers work principally at the same, low level of abstraction, even though it's somewhat easier to remember a mnemonic like MOV instead of its corresponding binary representation.
汇编程序大体上是一样的,低层次的抽象,即使记住像MOV的助记符号而取代其相应的二进制表示要稍微容易。
The xop: Include element contains an attribute information item with a link to the part of the xop package that carries a binary representation of the data removed from the original element.
Include元素包含一个属性信息项,带有指向xop包部分的链接,xop包承载从原始元素中删除的数据的二进制表示。
To access generics information without loading classes into the JVM, you need a way of reading the generics information stored inside the binary class representation.
要想在不将类载入JVM的情况下访问泛型信息,您需要一种读取存储在二进制类表示内的泛型信息的方法。
Because the class is not a parameterized type, no signature is added to the binary class representation for the class itself.
由于类并非参数化类型,所以未为该类本身的二进制类表示添加任何签名。
The XML representation of a message is a plain text file, so it is generally much larger than an equivalent representation in another format (such as delimited, binary, or custom formats).
消息的XML表示是纯文本文件,因此它通常比其他格式(如分隔符、二进制或定制格式)的等价表示要大得多。
Enhanced JFS2 USES a binary tree representation while performing inode searches, which is a much better method than the linear method used by JFS.
增强的JFS2在执行索引节点搜索时使用二叉树表示形式,与JFS使用的线性方法相比,这种方法要好得多。
A large chunk of binary data takes up less space than its encoded representation, so MTOM can reduce transmission time (although it incurs some processing overhead).
大块二进制数据所占的空间比其编码的表示形式更小,因此MTOM可以减少传输时间(尽管它会引入某些处理开销)。
Because the Listing 2 class is a parameterized type, the class signature needs to be present in the binary class representation.
由于清单2中的类为参数化类型,所以类签名需要以二进制类形式表示。
Now you have a binary file on disk that contains a Xerces-C++ representation of the XMLGrammarPool instance containing all the schema documents of interest to your application.
现在已经有了一个二进制文件,其中包括XMLGrammarPool实例的Xerces-C++表示,缓冲池中包含应用程序用到的所有模式文档。
The new binary literals are represented with either a prefixed 0b or 0b (that is, a zero followed by an uppercase or lowercase b). The representation of decimal 21 in binary is then.
新的二进制数则以前缀0b或0 b(即,数字零后跟一个大写或小写的字母b)开头。
Suppose the binary data is three bytes long: 0xea, 0x51, and 0xa9. If you map these bytes to characters in the Unicode table, their representation will depend on the underlying encoding.
假设二进制数据有三个字节:0xea、0x51和0xa9。
应用推荐