ints
美
英 
- 網(wǎng)絡(luò)國家綜合電信系統(tǒng)(integrated national telecommunication system);位整數(shù);網(wǎng)絡(luò)內(nèi)部時(shí)隙(inter network time slot)
例句
The problem arises when passing the sum of signed and unsigned ints as long.
在將有符號整型和無符號整型的和作為long類型傳遞時(shí)就會(huì)出現(xiàn)問題。
Also, notice that you can't just pass any old Strings and ints and arrays as the expectation arguments.
另外注意,不能作為預(yù)期參數(shù)傳遞任何String、int和數(shù)組。
Specifically, complex numbers became incomparable to other numbers, including both other complex numbers and ints, floats, and longs.
具體地說,復(fù)數(shù)無法與其他數(shù)字進(jìn)行比較了,包括其他復(fù)數(shù)以及整數(shù)、浮點(diǎn)數(shù)和長整數(shù)。
Use ints where they make sense, but don't agonize over the performance implications of int versus Number.
在int具有意義的地方使用int,但是不要被int與Number的性能問題所煎熬。
Indeed, when working with integers, floats and doubles can have decidedly worse accuracy than ints and longs.
相反,浮點(diǎn)數(shù)和雙精度數(shù)處理整數(shù)時(shí)獲得的精度遠(yuǎn)比整型數(shù)和長型數(shù)差。
Addition of two signed ints results in a signed int.
兩個(gè)有符號整數(shù)相加的結(jié)果是一個(gè)有符號整數(shù)。
For actually working with the data, ints are far more convenient and efficient than Strings.
當(dāng)實(shí)際使用數(shù)據(jù)時(shí),int遠(yuǎn)比String更便利和有效。
Moreover, not being able to compare among floats, ints, and longs (or, for example, decimal) would be awkward.
另外,不能在浮點(diǎn)數(shù)、整數(shù)和長整數(shù)(比如decimal)之間進(jìn)行比較是非常不方便的。
Give me an algorithm to shuffle a deck of cards, given that the cards are stored in an array of ines.
給我算法拖著腳走一塊卡片的甲板,假使卡片被儲存在一系列ints里。
For addition, spu_add, when given two vector unsigned ints as parameters, will generate the a (32-bit add) instruction.
另外,當(dāng)spu_add被傳遞兩個(gè)vectorunsignedint作為參數(shù)時(shí),就會(huì)生成一條a(32位加法)指令。
To enable memory access, it provides put and set methods for ints, chars, and bytes.
為允許內(nèi)存訪問,它為int、char和byte提供了put和set方法。
It is not guaranteed to work if pointers are larger than ints.
如果指針比int類型所占用的位數(shù)多,這就不能保證可以工作。
Moving simple types between the kernel and user-space (such as ints or longs) is accomplished easily with get_user and put_user.
要在內(nèi)核和用戶空間移動(dòng)一些簡單類型(例如int或long類型),可以使用get_user和put_user輕松地實(shí)現(xiàn)。
James Lowden's proposal allows longs to be used as array indices in place of 32-bit ints.
JamesLowden提案將長整型作為數(shù)組索引以代替32位的整型。
Consider the following class hierarchy for binary trees of ints.
考慮以下的int二元樹的類層次結(jié)構(gòu)。
Objectively speaking, viewed from the angle of western ideology, Singh's po-ints do have some reasons.
客觀的說,辛格的觀點(diǎn)并不無道理,至少以西方意識形態(tài)的角度來審視,這個(gè)觀點(diǎn)至少沒有錯(cuò)誤。
You can fill a matrix with random ints and complexes.
您可以在矩陣中填充隨機(jī)整數(shù)和復(fù)數(shù)。
When old clients send ints, the integer characters are still characters, and they can be sent as strings as well as ints.
當(dāng)舊客戶端發(fā)送int時(shí),保持原有整型數(shù)的特性,它們既可以被作為字符串也可以作為整數(shù)(ints)發(fā)送。
The assertions used in this example show how we can pass as many ints as desired.
這個(gè)例子中所用的斷言顯示了我們如何傳入任意多的int類型的參數(shù)。
spu_splats((unsigned int)5) creates a vector of unsigned ints with each element having the value 5.
spu_splats((unsignedint)5)創(chuàng)建了一個(gè)unsignedint類型的向量,每個(gè)元素的值都是5。
UNIX systems follow the LP64 model, where long and pointer types are 64 bits, but ints remain 32 bits.
UNIX系統(tǒng)則遵循LP64模型,其中long和指針類型都是64位的,但是int仍然保持為32位。
INTS Integrated National Telecommunication System
全國性綜合電信系統(tǒng)
Listing 1. Class hierarchy for binary trees of ints
清單1.int二元樹的類層次結(jié)構(gòu)