memrootじしょ
英和翻訳
variable lifetime
variable lifetime
/ˌvɛəriəbəl ˈlaɪftaɪm/
ヴァリアブル・ライフタイム
1.
プログラミングにおいて、変数が作成されてから消滅するまでの期間。
プログラミング言語において、ある特定の変数がメモリ上に割り当てられ、プログラムからアクセス可能である期間全体を指します。スコープやメモリ管理メカニズム(ガベージコレクションなど)によって決まります。
Understanding
variable
lifetime
is
crucial
for
preventing
memory
leaks.
(変数の生存期間を理解することは、メモリリークを防ぐ上で非常に重要です。)
Understanding
~を理解すること
variable lifetime
変数の生存期間
is
~である(ここでは「重要である」のbe動詞)
crucial
非常に重要な
for preventing
~を防ぐために
memory leaks
メモリリーク
The
variable
lifetime
depends
on
its
scope.
(変数の生存期間はそのスコープに依存します。)
The
特定のものを指す定冠詞
variable lifetime
変数の生存期間
depends on
~に依存する
its scope
その(変数の)スコープ
Local
variables
have
a
shorter
variable
lifetime
than
global
variables.
(ローカル変数はグローバル変数よりも短い変数の生存期間を持ちます。)
Local variables
ローカル変数
have
持つ
a shorter
より短い
variable lifetime
変数の生存期間
than
~よりも
global variables
グローバル変数
2.
一般的な文脈で、変化しやすいものの寿命。
物や概念の「寿命」や「持続期間」が一定ではなく、様々な要因によって変動する様子を指す場合があります。プログラミング以外の文脈でも使われます。
The
variable
lifetime
of
trends
makes
it
hard
to
predict.
(トレンドの変化しやすい寿命は、予測を難しくします。)
The
特定のものを指す定冠詞
variable lifetime
変化しやすいものの寿命
of trends
トレンドの
makes
~にする、作る
it
それを(ここではthe variable lifetime of trendsを指す)
hard to predict
予測を難しくする
Certain
electronic
components
have
a
variable
lifetime
depending
on
usage.
(特定の電子部品は使用状況に応じて変化しやすい寿命を持ちます。)
Certain electronic components
特定の電子部品
have
持つ
a variable lifetime
変化しやすい寿命
depending on usage
使用状況に応じて
Understanding
the
variable
lifetime
of
customer
loyalty
is
key
in
marketing.
(顧客ロイヤルティの変化しやすい寿命を理解することは、マーケティングにおいて鍵となります。)
Understanding
~を理解すること
the
特定のものを指す定冠詞
variable lifetime
変化しやすい寿命
of customer loyalty
顧客ロイヤルティの
is key
鍵となる、重要である
in marketing
マーケティングにおいて
関連
scope
memory allocation
garbage collection
persistence
duration