1153万例文収録!

「代入」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

代入を含む例文一覧と使い方

該当件数 : 777



例文

絶対代入例文帳に追加

Both absolute assignment  - JM

代入する値。例文帳に追加

Value assigned  - PEAR

6.3 代入文 (assignment statement)例文帳に追加

6.3 Assignment statements  - Python

例文

集合体代入例文帳に追加

aggregate assignment  - 研究社 英和コンピューター用語辞典


例文

代入演算子例文帳に追加

assignment operator  - 研究社 英和コンピューター用語辞典

代入文[式]例文帳に追加

an assignment statement [expression]  - 研究社 英和コンピューター用語辞典

19.3.2 代入ノード例文帳に追加

19.3.2 Assignment nodes  - Python

代入する値例文帳に追加

the value being assigned  - Python

例文

代入されます。例文帳に追加

is substituted.  - Python

例文

$nの順に代入されます。例文帳に追加

$n .  - JM

がerrnoに代入される。例文帳に追加

is stored in errno .  - JM

代入要素の使用例文帳に追加

Using the Assign Element  - NetBeans

代入アクティビティー。例文帳に追加

Assign activity.  - NetBeans

パラメータの再代入例文帳に追加

Reassigning a parameter  - NetBeans

6.3.1 累算代入文 (augmented assignment statement)例文帳に追加

6.3.1 Augmented assignment statements  - Python

代入先の名前例文帳に追加

name being assigned to  - Python

スライス指定の代入例文帳に追加

Slice Assignment  - Python

先立って変数代入が指定されている場合には、代入例文帳に追加

before the  - JM

代入先のリスト、代入記号(=)ごとにひとつ例文帳に追加

a list of assignment targets, one per equal sign  - Python

方程式の y に ax を代入する例文帳に追加

substitute ax for y in the equation  - 研究社 英和コンピューター用語辞典

addrが NULL の時は何も代入されない。例文帳に追加

When addr is NULL nothing is filled in.  - JM

代入要素のプロパティー例文帳に追加

Assign Element Properties  - NetBeans

代入アクティビティーシナリオ例文帳に追加

Assign Activity Scenario  - NetBeans

条件での代入 (if x = y)。例文帳に追加

An assignment in a conditional (if x = y).  - NetBeans

$xmlstringに代入された XML の出力例文帳に追加

The XML output in $xmlstring:  - PEAR

代入先をあらわす属性例文帳に追加

attribute as target of assignment  - Python

代入先のリスト要素のリスト例文帳に追加

list of list elements being assigned to  - Python

代入先のタプル要素のリスト例文帳に追加

list of tuple elements being assigned to  - Python

配列の定数代入方法例文帳に追加

METHOD FOR SUBSTITUTING CONSTANT OF ARRAY - 特許庁

代入文を使って位置パラメータへの代入を行うことはできません。例文帳に追加

Positional parameters may not be assigned to with assignment statements.  - JM

配列の代入はname=(value1 . valuen)という形式の複合代入 (compound assignment) を用いて行います。例文帳に追加

Arrays are assigned to using compound assignments of the form name=(value1 .  - JM

これ以降、代入文を用いて値を代入したり unset したりできなくなります。例文帳に追加

These names cannot then be assigned values by subsequent assignment statements or unset.  - JM

代入アクティビティーは、値を変数またはパートナーリンクに代入します。例文帳に追加

The Assign activity assigns values to variables or partner links.  - NetBeans

これらの変数には、式で使われる代入と同様の代入を行うことが可能です。例文帳に追加

All of these variables may have values assigned to them as well as used in expressions.  - JM

例えば、"a=1" は代入文であり、"(a=1)" は代入文が埋め込まれた演算式です。例文帳に追加

For example, "a=1" is an assignment statement and "(a=1)" is an expression that has an embedded assignment.  - JM

last に値を代入することも可能で、その場合、前回表示された値が代入値で上書きされます。例文帳に追加

Assigning to last is legal and will overwrite the last printed value with the assigned value.  - JM

新しく代入した値は、次に数が表示されるか別の値が last に代入されるまで有効です。例文帳に追加

The newly assigned value will remain until the next number is printed or another value is assigned to last.  - JM

Δ_i にΔ_i+1 の値を代入し、iにi+1を代入する(ステップ28)。例文帳に追加

The value of Δ_i+1 is substituted in Δ_i, and (i+1) is substituted in (i) (step 28). - 特許庁

その値をもとの方程式に代入する例文帳に追加

substitute the value in [into] the original equation  - 研究社 英和コンピューター用語辞典

式1と2を式3に代入し,....に対して解いた。例文帳に追加

Eqs. 1 and 2 can be substituted into Eq. 3 and solved for..... - 英語論文検索例文集

RANDOMに値を代入すると、乱数の列を初期化できます。例文帳に追加

COMP_LINE The current command line.  - JM

FUNCNAMEへの代入は効果がなく、エラーステータスを返します。例文帳に追加

Assignments to FUNCNAME have no effect and return an error status.  - JM

場合によっては、bashがデフォルト値を変数に代入します。例文帳に追加

The default value is ~/.bash_history.  - JM

新しい値が代入される前には、anameの設定は消されます。例文帳に追加

aname is unset before any new values are assigned.  - JM

"var = expr"式の値が変数に代入されます。例文帳に追加

The variable is assigned the value of the expression. "var <op>= expr"  - JM

例えば、"x=1 3" は変数 x に値 13 を代入します。例文帳に追加

For example, "x=1 3" would assign the value 13 to the variable x.  - JM

フィールドに値を代入することもできます。例文帳に追加

Fields need not be referenced by constants:  - JM

で囲みます。 アクションは通常の代入、条件文、例文帳に追加

Action statements consist of the usual assignment, conditional, and looping  - JM

例文

と演算子代入 (他の形式) がサポートされています。例文帳に追加

and operator-assignment (the other forms) are supported.  - JM

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
英語論文検索例文集
©Copyright 2001~2024 , GIHODO SHUPPAN Co.,Ltd. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS