memrootじしょ
英和翻訳
idempotence
Digital commerce
Byzantine army
teamviewer
Ethernet port
signal integrity
idempotent
ITR
re-
nominalism
idempotence
/ˌaɪdəmˈpoʊtəns/
アイデンポテンス
1.
冪等性
ある操作や関数が、複数回適用されても1回適用された場合と全く同じ結果になる特性を指します。特にコンピュータサイエンスや数学で重要な概念です。
In
mathematics,
an
idempotent
operation
is
one
that
can
be
applied
multiple
times
without
changing
the
result
beyond
the
initial
application.
(数学において、冪等な操作とは、最初の適用以降、結果を変更することなく複数回適用できるものです。)
In mathematics
数学の分野で。
an idempotent operation
冪等な操作。
is one that
~であるものです。
can be applied multiple times
何度も適用できる。
without changing the result
結果を変えることなく。
beyond the initial application
最初の適用以降は。
Saving
a
file
is
an
idempotent
operation;
saving
it
multiple
times
doesn't
change
the
file's
content
after
the
first
save.
(ファイルを保存することは冪等な操作です。複数回保存しても、最初の保存以降はファイルの内容は変わりません。)
Saving a file
ファイルを保存すること。
is an idempotent operation
冪等な操作です。
saving it multiple times
それを複数回保存すること。
doesn't change the file's content
ファイルの内容を変更しません。
after the first save
最初の保存以降は。
In
web
development,
a
GET
request
is
typically
idempotent
because
fetching
the
same
resource
multiple
times
yields
the
same
data.
(ウェブ開発において、GETリクエストは典型的には冪等です。なぜなら、同じリソースを複数回取得しても同じデータが返されるからです。)
In web development
ウェブ開発において。
a GET request
GETリクエスト。
is typically idempotent
典型的には冪等です。
because
なぜなら。
fetching the same resource
同じリソースを取得すること。
multiple times
複数回。
yields the same data
同じデータをもたらします。
関連
idempotent
function
operation
side effect
state
immutability