modulo
🇬🇧/ˈmɒdjʊləʊ/ 🇺🇸/ˈmɑːdjəˌloʊ/ 7(in number theory) with respect to or using a modulus of a specified number.
preposition [其他介词]以……为模
The Checksum Word contains the twos complement of the modulo 256 sum of the.
校验字包含两个数据信息的和与256的模的两个补码。
adjective [原级]按模的
This technique requires a variable modulo counter, another counter for the selection, and logic for state control.
这技术以柜台为模需要一个变数,另外的一个柜台为选择,和逻辑对于州控制。
单词造句:
- 网友用“Modulo”造句精选
- 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)];。