integer怎么读,integer的音标和真人发音
英音  [ˈɪntɪdʒə(r)]    
美音 [ˈɪntɪdʒɚ]    
音节划分:in-te-ger

integer是什么意思,integer的意思是

n.整数

integer 变化形式

复数: integers
所属分类: TEM8
星级词汇:

integer的词源和记忆技巧

integer 整数
in-,不,非,-teg,接触,词源同tangible,intact.即没有接触过的,没有损伤的,用于数学名词整数。

integer 的用法和双语例句“点击”或“选中”例句中的单词,就可以看到词义解释

Remember , k is an integer , so the domain of this function will be k n = - 0,1,2 , l , 1 .
记住,k只可能是一个整数。所以,这个函数的定义域是k=012……
So each ethernet station maintains a maximum backoff time , counted as an integer value that is multiplied by the time it takes to transmit 512 bits .
因此,每个以太网发射站都事先通过“某个整数*传输512比特数据所需的时间”求得一个最大延迟时间。
Consider the following method definition , which , given an integer n , answers the question " is n an even number ? "
考虑下面这个方法定义,给定一个整数n,回答问题“n是偶数吗?”
For example , if a valueof type int is passed to a method where the parameter is declared as a double , the integer is converted into the equivalent floating-point value before it iscopied into the parameter variable .
例如,如果将一个int类型的值传递给一个参数被声明为double的方法,这个整数会在拷贝给形参变量之前转换为相等的浮点型值。
The built-in f2 class has the correct structure for a fold operation : it creates a method that accepts two integer parameters ( these are the two values being folded upon one another ) and the return type .
内置的f2类有着折叠操作的正确结构:其创建了一个接收两个整型参数(这是两个在彼此之上进行折叠的值)和一个返回类型的方法。
Once you get used to the idea of specifying computations in this way , this code reads like the problem statement : apply integer summation to the result of the size method on each element in the collection .
一旦你习惯了以这种方式来指定计算的想法之后,这一代码读起来就像是问题的陈述:把整数的加法应用到集合中的每个元素的size方法的结果上。
A 64-bit integer can be processed by a 64-bit cpu quite easily and quickly , so programmers reasoned that if the chess board could be represented on a 64-bit integer , the cpu would process the application faster and more easily .
一个64位整数可以被一颗64位cpu非常容易和快速的处理,因此程序员们推断,如果棋盘可以被一个64位整数表示,cpu将可以更加快速和容易的处理请求。
Write a method raiserealtopower that takes a floating-point value x and an integer k and returns x ^ k. implement your method so that it can correctly calculate the result when k is negative , using the relationship
编写一个raiserealtopower方法,该方法接收一个浮点型值x和一个整数k,然后返回x^k。实现你的方法使得在k为负数时同样能够正确计算结果,使用下面的公式
One of the simplest kinds of lisp expression is an integer .
一个最简单的lisp表达式是一个整数。
For example , the compiler will recognize that x = 1 + 3 means that x must be an integer .
例如,编译器会识别在x=1+3中x是一个整型。