integer division
常見例句
- 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.
這種情況下,整型除法和求模運算是通過軟件實現(xiàn)的,就像當(dāng)你設(shè)計Hash表,或是做大量的算術(shù)那樣。 - It's doing integer division.
這是整數(shù)的除法。
麻省理工公開課 - 計算機科學(xué)及編程導(dǎo)論課程節(jié)選 返回 integer division