月亮词典
首页
查询
modulo
英音[ ˈmɒdjʊləʊ ] 美音[ ˈmɑːdjəˌloʊ ]
模数
常用释义
词性释义
prep.
以……为模
adj.
按模的
例句
全部
模数
Running
this
code
verifies
that
exponentiation
works
(
modulo
the
bug
I
mentioned
earlier
),
so
half
of
the battle
is
now
complete
.
运行这段代码确保可以求幂(忽略我之前提到的bug),这样就完成了一半的工作。
If
it
is
combined
with
the
modulo-3 addition
circuit
,
the
linear
feedback
shift
register
can
be
realized
easily
.
它可与传统的三值模和电路配合,即可实现三值线性反馈移位寄存器。
Multiscale
boundary
detection
is
equivalent
to
searching
out the
local
extremum
of
wavelet
transform
modulo
of
image
.
多尺度边缘检测等价于寻找图像的小波变换模局部极值。
The
analysis
and
example indicted that the
design
method
is
feasible
.
It
develops the
way
of
design
modulo
-N
counter
with
MSI
.
分析与设计举例表明该设计方法是可行的,它拓宽了采用MSI设计任意进制计数器的途径。
Hence
there is
only
at
most
a
double
root
modulo
any
prime
,
and
therefore
the
conductor
is
square
-
free
.
因此,只有在最根本的双重模任何总理,因此,导体平方米的自由。
Thus
,
the
server
never
does
anything
more
complicated
than
the
simple
one-step
diamond
divergence
(
modulo
some
operation
composition
).
因此,服务器永远不用负责比单步菱形分歧更复杂的问题(操作组合的模型)。
The
operation
in
protocol
was
simple
and
fast
because
only
modulo
addition
and
modulo
multiplication
were involved
.
协议中只含模加与模乘运算,运算简单、快速。
Class to
perform
a
modulo
operation
on
the
hash
code
returned
by the
.
方法返回的哈希代码执行求模操作。
Use
unsigned
types
only
when
you
need
modulo
arithmetic
or
very very
large
numbers
.
仅在你需要模算术或需要很大很大的数字时,才使用无符号类型。
Line
1:
One
single
integer number
representing
the
number
of
possible
pedigrees
MODULO
9901
.
第1行:一个整数,表示可能的家谱树的个数除以9901的余数。
The
Checksum
Word
contains
the
twos
complement
of
the
modulo
256
sum of the
.
校验字包含两个数据信息的和与256的模的两个补码。
A
method
to
process
division
and
modulo
stably
using
*PHDD is
introduced
.
给出了一种使用*PHDD稳定处理除法运算和取模运算的方法。
Group
of
units
of
order
2pq of
modulo
n
residue
class
ring
.
单位群的阶为2pq的模n剩余类环。
This
is
the
modulo
operator
from
mathematics
,
or
the
%
operator
in
the
Java
language
.
这是数学里的模运算符或Java语言里的%运算符。
foot is
12
inches
.
To
ensure
normalized
values
(
inches
12
.
0
),
the
constructor
performs
modulo
12
arithmetic
.
为了确保使用标准形式的值(英寸12.0),构造函数执行模为12的运算。
A
Fast
Algorithm
Suited
Embedded
Environment
for Multiplicative
Inverse
of
a
Modulo
一种快速适合嵌入式环境的求模逆元算法
Steganography
Using
Dual-
Modulo
Arithmetic
without
Introducing
Histogram
Abnormality
采用两次模运算的无直方图异常安全密写法
Research
of
mathematical
foundation
for
modulo
reduction
algorithms
模归约算法的数学基础研究
Minimize
total
tardiness
of
the
parallel
machine
with
modulo
constrain
有模具约束的平行机台最小拖期和调度问题
Modulo
(
finds the
remainder
after
division
)
模(除之后的余数)
1·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)];。