In the code above, the constructor of the parent class takes one argument, an integer representing the layout.
在上述代码中,父类的构造函数接受一个参数,一个表示布局的整型参数。
Because this result is held in an integer variable, a message to display the value should use a formatting code to pad to four characters with leading zeros for codes that are numbered less than 1000.
由于这个结果保存在一个整数变量中,因此,显示值的消息应该使用一个格式化代码,为代码填充具有前导零的四个字符。该代码数量不到1000个。
RDF literals can be given data types such as "integer", "string", "date", or even "morse code".
可以为RDF文字给定数据类型,如“整数”、“字符串”、“日期”或甚至是“莫尔斯代码”。
Usually, coordinate values are stored in numeric columns (float, decimal, or even integer), and the specific type will not affect the code presented here.
通常,坐标值存储在数字列中(浮点、小数,甚至是整数),具体的类型并不影响这里给出的代码。
The hash code is an integer that should return a unique number of each unique key.
散列码是一个整数,应该对每个键返回唯一的数字。
A CCSID is a 16-bit unsigned integer that uniquely identifies a particular code page.
CCSID是一个16位的无符号整数,惟一地标识一个特定的代码页。
In other words, I can simply take the integer portion of the output and use that as the appropriate digit of the expected output code.
换句话说,我可以只取输出的整数部分并使用它作为预期输出代码的合适位。
The code provided in this article is limited to integer operations.
本文中提供的代码仅限于整数操作。
You could also write code that USES a positive integer's factors to determine if it is a prime number (defined as an integer greater than 1 whose only factors are 1 and the number itself).
您还可以编写代码,用一个正整数的因子来确定它是否为素数(定义为大于1的整数,该数字仅有的因子为1和本身)。
Adding methods to Integer allows you to create much more expressive code because you can use real Numbers to represent numeric values.
向Integer添加方法允许您创建更具表达性的代码,因为您可以使用真实的数字表示数值。
The structural encoding scheme of XMill assigns each distinct element and attribute name an integer code, which serves as the key into the element and attribute name dictionaries.
XMill的结构编码方案为每个不同的元素和属性名称分配一个整数代码,作为进入元素和属性名称词典的密钥。
We can get a column? S value either by specifying the column index as an integer or the column name as a String object. I show both approaches in the code.
通过指定整数类型的列索引,或String对象类型的列名,就可以获得一个列的值。
For example, in the previous expression, by putting both integer data items together (" Retailer type code "and" Retailer code "), the error message disappears.
例如,在前面的表达式中,把两个整数数据项(“Retailertypecode”和“Retailer code”)放在一起,错误消息就会消失了。
In both cases, metadata can instruct a code-analysis tool that although the parameter type is Object, an Integer is what's really desired.
在这两种情况中,元数据可以指示代码分析工具,虽然参数类型是Object,但Integer才是真正需要的。
Some processors can handle unsigned integer arithmetic considerably faster than signed (this is also good practice, and helps make for self-documenting code).
一些处理器在处理无符号整型数要比处理符号整型数快得多,这也是一个好的习惯,有利于代码的自我文档化(self- documenting)。
While some applications dealing with monetary quantities will need a high precision, you might want to use a simple integer sequence that is easier to deal with in your code.
尽管一些处理金额的应用程序需要很高的精度,但是您可能希望使用简单的整数序列,这更便于在代码中处理。
For example, if the key is an integer, this value might serve as the hash code.
例如,如果键是整数,该值应该作为散列码。
People don't generally live beyond 32,000 years, after all — and I think it's safe to suggest that if that does ever become a concern, you'll be able to refactor the code back to an integer field.
毕竟,通常没有人能活过32,000岁——而且我相信,即使真的有那么长寿的人,仍然可以重构代码,将该字段改回整型。
Just pass an integer value to the function within your SQL code and it will be implicitly cast to an nvarchar and the appropriate group will be returned.
仅将整数值传递给SQL代码中的函数,它会隐式地转换为nvarchar并且返回相应的组。
A32-bit signed integer hash code.
32位有符号整数哈希代码。
For example, a value can be cast to another type by using the type name as if it were a function. So you could cast a value to an unsigned integer using the code fragment in Listing 12.
例如,通过使用类型名称可以将一个值强制转换为另一种类型,就象是一个函数一样。
Each cell has a state, which you can think of as an integer between 0 and n. Listing 1 shows how to declare a cellular automaton universe in Java code.
每个细胞都有一个状态,可以是0到n之间的任意整数。
For example, in a prototype reference implementation of closures, one can find the following code, which defines a simple closure supporting Integer addition.
例如,在一个闭包的典型参考实现中,找到如下代码,它定义了一个简单的支持整数加法的闭包。
The function returns an integer, which represents the exit code for the child process.
这个函数返回一个整数,代表子进程的退出码。
Unless otherwise specified, the functions return an integer error code; zero indicates success.
整型的错误码;如果是零就表示操作成功。
The error code, which is a 32-bit integer, contains a bitwise combination of numeric values that correspond to errors.
错误代码(32位整数)包含与错误对应的数值的按位组合。
However currently, most of the source code auditing tools have limitation in detecting integer flaws, which can only detect integer overflow.
目前大多数的源码安全审计工具在整型错误的检测上具有局限性,往往只能检测整型溢出类型的漏洞。
The input for each game begins with an integer specifying N (the length of the code).
输入从一个指定的N(密码的长度)开始。之后一行就是密码,由N个整数表示。
The input for each game begins with an integer specifying N (the length of the code).
输入从一个指定的N(密码的长度)开始。之后一行就是密码,由N个整数表示。
应用推荐