modulo
prep. 以……为模
adj. 按模的
例句
The Checksum Word contains the twos complement of the modulo 256 sum of the.
校验字包含两个数据信息的和与256的模的两个补码。
This technique requires a variable modulo counter, another counter for the selection, and logic for state control.
这技术以柜台为模需要一个变数,另外的一个柜台为选择,和逻辑对于州控制。
Use modulo to simulate rolling the wheel: $result1 = $wheel1[rand(count($wheel1), 10*count($wheel1)) % count($wheel1)];.
使用模数来模拟滚动转轮:$result1 = $wheel1[rand(count($wheel1), 10*count($wheel1)) % count($wheel1)];。