integer division
常見(jiàn)例句
- It's doing integer division.
這是整數(shù)的除法。 - Because filenum will always be less than filecount, the integer division filenum/filecount will always produce zero, so each iteration of the loop will echo
由於 filenum 始終小於 filecount,整數(shù)除法 filenum/filecount 將始終生成 0,因此每次疊代循環(huán)都將生成 - In such cases, integer division and modulus operations are performed in software —something to think about if you're designing a hash table or doing lots of math.
這種情況下,整型除法和求模運(yùn)算是通過(guò)軟件實(shí)現(xiàn)的,就像儅你設(shè)計(jì)Hash表,或是做大量的算術(shù)那樣。 - It's doing integer division.
這是整數(shù)的除法。
麻省理工公開(kāi)課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 integer division