例文 (44件) |
expression statementの部分一致の例文一覧と使い方
該当件数 : 44件
6.1 Expression statements 例文帳に追加
6.1 式文 (expression statement) - Python
Subsections 6.1 Expression statements 例文帳に追加
6.1 式文 (expression statement) - Python
an assignment statement [expression] 例文帳に追加
代入文[式] - 研究社 英和コンピューター用語辞典
It evaluates the expression before each execution of the statement. 例文帳に追加
statement の実行前に毎回 expression を評価します。 - JM
"if ( expression ) statement1 [else statement2]" The if statement evaluates the expression and executes statement1 or statement2 depending on the value of the expression. 例文帳に追加
"if ( expression ) statement1 [else statement2]"if 文は演算式 expression を評価し、その値に応じて文 statement1 または文 statement2 を実行します。 - JM
An expression statement evaluates the expression list (which may be a single expression).例文帳に追加
式文は式のリスト (単一の式のこともあります) を値評価します。 - Python
Implements the expression statement for the interactive mode. 例文帳に追加
対話モードのための式文を実行します。 - Python
comparisons POSIX bc allows comparisons only in the if statement, the while statement, and the second expression of the for statement. 例文帳に追加
比較POSIX bc では、比較は if 文、while 文、for 文の第 2 式の中でのみ用いることができます。 - JM
"return statement" POSIX bc requires parentheses around the return expression. 例文帳に追加
"return 文"POSIX bc では、return 文の周りに括弧が必要です。 - JM
Termination of the loop is caused by a zero expression value or the execution of a break statement. 例文帳に追加
expression の値が 0 になるか、break 文を実行すると、ループが終了します。 - JM
If the expression is not an assignment statement, the expression is evaluated and printed to the output. 例文帳に追加
そうでなければ、演算式は評価されて出力に表示されます。 - JM
Generation of the output statement based on a statement simplified at a symbolic logic expression level can be realized by taking advantage of the paraphrasing representation from the input statement to a statement simplified at a symbolic logic expression level.例文帳に追加
また、入力文から記号論理式レベルの単純さの文への言い換えを逆用して、記号論理式レベルの単純さの文に基づく出力文生成を実現する。 - 特許庁
A ? is used to start a conditional expression,a kind of if-then statement. 例文帳に追加
? は条件式、つまり if-then 分のようなものを始めるときに使う。 - XFree86
patterns, the associated statement is executed for each input record that matches 例文帳に追加
パターンでは、正規表現 (regular expression) にマッチした入力レコードに対してアクション - JM
a statement of something (a fact or thing or expression) to be explained 例文帳に追加
説明されるべきもの(事実または物語とまたは表現)の報告書 - 日本語WordNet
If the expression starts with "<variable> <assignment> . ", it is considered to be an assignment statement.例文帳に追加
演算式が "<variable> <assignment> ." で始まっていれば、それは代入文として扱われます。 - JM
The while statement is used for repeated execution as long as an expression is true:例文帳に追加
while 文は、式の値が真である間、実行を繰り返すために使われます: - Python
To simplify an input statement to a statement at a symbolic logic expression level; to realize a unified simple method for generating an output statement on the basis of an inference using a simple statement at a symbolic logic expression level and a statement at a symbolic logic expression level; and to realize automatic learning of a logic or a paraphrasing representation by a similar method.例文帳に追加
入力文の記号論理式レベルの文への単純化、記号論理式レベルの単純な文を用いた推論、及び記号論理式レベルの文に基づく出力文の生成の統一的、単純な方法による実現、並びに同様な方法による論理又は言い換え表現の自動的学習の実現。 - 特許庁
For example, "a=1" is an assignment statement and "(a=1)" is an expression that has an embedded assignment. 例文帳に追加
例えば、"a=1" は代入文であり、"(a=1)" は代入文が埋め込まれた演算式です。 - JM
There are two versions of the return statement. The first form, "return", returns the value 0 to the calling expression. 例文帳に追加
return 文には 2 つの形式があり、ひとつめの形式 "return" は、呼び出し元に値 0 を返します。 - JM
A real initial value expression generating part 105 pays attention to an object generation statement and if a dummy initial value expression corresponding to an object generation function which is accessed by the statement by giving its actual argument is already produced, it produces a real initial value expression that substitutes an actual argument for the dummy argument of the dummy initial value expression.例文帳に追加
実初期値式生成部105はソースプログラム中のオブジェクト生成文に着目し、その文が実引数を渡して呼び出すオブジェクト生成関数に対応する仮初期値式が既に作成されていれば、その仮初期値式の仮引数を実引数に置き換えた実初期値式を作成する。 - 特許庁
Inference by a conventional symbolic logic is carried out by using a natural language statement simplified at the same level as for the symbolically logic expression, and thus, conversion from an input statement to an output statement is unified.例文帳に追加
従来記号論理によって行われている推論処理を、記号論理式と同レベルの単純さの自然言語文を用いて行い、それにより入力文から出力文への変換処理を統一する。 - 特許庁
Next, an assignment statement that can be processed by one SIMD instruction are extracted from assignment statements described by using the parallel expression, and a variable used and defined by the assignment statement is substituted with a subreg expression to an SIMD register.例文帳に追加
次いで、parallel式を使って記述されている代入文のうちSIMD命令1つで処理できるものを抽出して、それが使用・定義する変数をSIMDレジスタに対するsubreg式に置換する。 - 特許庁
The second extraction unit 130 traces a relational expression related to the derivation of the value of variables contained in a relational expression of a subsequent condition of the property 110a in the backward direction and extracts a statement containing the relational expression.例文帳に追加
第2の抽出部130は、プロパティ110aの事後条件の関係式に含まれる変数の値の導出に関わった関係式を逆方向から辿り、この関係式を含む命令文を抽出する。 - 特許庁
A continue statement executed in the first suite skips the rest of the suite and goes back to testing the expression.例文帳に追加
continue 文が最初のスイート内で実行されると、スイート内にある残りの文の実行をスキップして、式の真偽評価に戻ります。 - Python
When a real initial value expression represents its member variable with a constant, an object generation statement translating part 107 does not translate an object generation statement into a subroutine call to the effect that an object generation function is accessed but translates it only into object data having constant value shown in the real initial value expression.例文帳に追加
実初期値式がメンバ変数を定数で表したものとなる場合には、オブジェクト生成文翻訳部107は、オブジェクト生成文を、オブジェクト生成関数を呼び出す旨のサブルーチンコールに翻訳せず、実初期値式に示される定数値をもつオブジェクトデータのみに翻訳する。 - 特許庁
To provide a method for rapidly performing vector operations on a loop indicated by a loop control statement using a nonequivalence operator in a continuation condition expression for the loop.例文帳に追加
ループの継続条件式に非等値演算子を使用したループ制御文が示すループのベクトル演算を迅速に実行する方法を提供する。 - 特許庁
Execution of a WHERE statement or WHERE construct makes the evaluation of expressions and assignment of values in array assignment statements according to the value of a logical array expression. 例文帳に追加
WHERE文またはWHERE構造体の実行によって、式の評価と、論理配列式の値に従って配列割当て文中への値の割当てが行われる。 - コンピューター用語辞典
If the claimed invention overlaps with the prior art and is thus likely to lose novelty, etc., making an amendment to exclude only the overlap while leaving the expression of the statement of matters stated in claims before amendment 例文帳に追加
請求項に係る発明が、先行技術と重なるために新規性等を失う恐れがある場合に、補正前の請求項に記載した事項の記載表現を残したままで、当該重なりのみを除く補正。 - 特許庁
The "disclaimer" in the above-described refers to a claim explicitly stating exclusion of only the term "human being" from matters stated in said claims while leaving an expression of the statement of matters stated in claims before amendment. 例文帳に追加
上記における「除くクレーム」は、補正前の請求項に記載した事項の記載表現を残したままで、「ヒト」のみを当該請求項に記載した事項から除外することを明示した請求項をいう。 - 特許庁
return leaves the current function call with the expression list (or None) as return value.When return passes control out of a try statement with a finally clause, that finally clause is executed before really leaving the function.例文帳に追加
return を使うと、式リスト (または None) を戻り値として、現在の関数呼び出しから抜け出します。 return によって、finally 節をともなう try 文の外に処理が引き渡されると、実際に関数から抜ける前に finally 節が実行されます。 - Python
(See section5.3 for the syntax definitions for the last three symbols.)An assignment statement evaluates the expression list (remember that this can be a single expression or a comma-separated list, the latteryielding a tuple) and assigns the single resulting object to each of the target lists, from left to right.例文帳に追加
(末尾の三つのシンボルの構文については5.3 節を参照してください。 )代入文は式のリスト (これは単一の式でも、カンマで区切られた式リストでもよく、後者はタプルになることを思い出してください) を評価し、得られた単一の結果オブジェクトをターゲット (target) のリストに対して左から右へと代入してゆきます。 - Python
Disclaimer refers to claims explicitly stating exclusion of only part of matters included in the claimed inventions from matters stated in said claims, while leaving the expression of the statement of matters stated in the claims. 例文帳に追加
除くクレーム「除くクレーム」とは、請求項に記載した事項の記載表現を残したままで、請求項に係る発明に包含される一部の事項のみを当該請求項に記載した事項から除外することを明示した請求項をいう。 - 特許庁
A retrieval expression automatic generation device 206 automatically generates an SQL retrieval statement while taking the cumulative frequencies, etc., by the item values recorded in the storage part 209 into consideration and presents records including item values selected frequently in the past.例文帳に追加
検索式自動生成装置206 は、格納部209 に記録された各項目値毎の累積回数等を考慮してSQL検索文を自動生成し、過去に数多く選択された項目値を含むレコードを利用者に提示する。 - 特許庁
The part 12 decomposes the mail sentences into the statements corresponding to the feeling expression symbol strings, supplies these symbol strings to a voice parameter selection part 13 and also supplies each decomposed statement (mail text) to a voice synthesizing part 14.例文帳に追加
解析部12は、メール文章を感情表現用記号列に対応づけた文に分解し、感情表現用記号列を音声パラメータ選択部13に供給し、分解された各文(メール本文)を音声合成部14に供給する。 - 特許庁
In case that the statement in the claim does not express a specific medicinal use but a general medicinal use, where the claim directed to a medicinal invention (for example, in case where the statement expresses not a "pharmaceutical agent for disease X consisting of..." but a "pharmaceutical agent consisting of..."), it should not be deemed a violation of Article 36(6)(ii) merely because the statement expresses a general use (i.e., merely because the scope of the claim is relatively broad) unless the expression makes unclear the invention for which a patent is sought. (Refer to Examination Guidelines, Part I, Chapter 1, 2.2.2.2(3)). 例文帳に追加
なお、請求項中に医薬用途を意味する記載のある医薬発明において、医薬用途を具体的なものに限定せずに一般的に表現した請求項の場合(例えば、「~からなる疾病 X 用の医薬」ではなく、単に「~からなる医薬」等のように表現した場合)については、その一般的表現の用語の存在が特許を受けようとする発明を不明確にしないときは、単に一般的な表現であることのみ(すなわち概念が広いということのみ)を根拠として第 36 条第 6 項第2号違反とはしない。 - 特許庁
Disclaimer, which exclude smatters stated in the originally attached description, etc. through amendment while leaving the expression of the statement of matters stated in claims before amendment, is permitted if the "disclaimer" after exclusion is included within a scope of matters stated in the originally attached description, etc. 例文帳に追加
補正前の請求項に記載した事項の記載表現を残したままで、補正により当初明細書等に記載した事項を除外する「除くクレーム」は、除外した後の「除くクレーム」が当初明細書等に記載した事項の範囲内のものである場合には、許される。 - 特許庁
An optimizing object detection processing part 11 detects an instruction statement where an array built-in function is quoted to shift a total array into an array expression within a syntax included in a source program and then decides whether a shift extent is fixedly decided for executing the array built-in function.例文帳に追加
最適化対象検出処理部11は、ソースプログラム中の構文において、配列式中に配列全体をシフトする配列組込み関数の引用がなされている命令文の存在を検出し、配列組込み関数を実行する際のシフト量が固定されて決定されるものであるか否かを判断する。 - 特許庁
Regarding this "material weakness" term (Juyo-na-kekkan in Japanese), in this system, it is already established as a term under the standard, but it is pointed out that this invites the misunderstanding that there is a "defect" in the company itself. Therefore, this was changed to "material weakness" (Kaiji-subeki-juyo-na-fubi in Japanese). However, with this history of the Japanese term's replacement, one must keep in mind that there are no changes in the term's definition, nor in the decision criteria of "material weakness," and that this differs from "significant deficiency" as used in a financial statement audit. C.f. The English expression "material weakness" has not been revised. 例文帳に追加
ただし、そうした経緯から用語を置き換えたものであり、用語の定義や「開示すべき重要な不備」の判断基準は変わらないこと、財務諸表監査において使用されている「重要な不備」とは異なること等に留意が必要である。 - 金融庁
I would welcome a bank’s deliberation on whether to apply for capital injection based on the revised Act on Special Measures for Strengthening Financial Functions or expression of an intention to make an application, as that would represent a statement of the bank’s commitment to supporting local economies and SMEs by properly exercising their financial intermediary function. 例文帳に追加
機能強化法に基づく資本注入を検討していただく、あるいは、そういった表明をしていただくということは、一つには、そういった金融仲介機能をしっかり果たすことによって、地域経済や中小企業を支えていくのだというコミットメントの表れであろうかと思いますので、そういう意味では歓迎すべきものだろうと思っております。 - 金融庁
If the claimed invention includes the term "human being" and thus does not satisfy the requirement of the main paragraph of Article 29, or falls under unpatentable grounds provided in Article 32, and said reason for refusal is eliminated by exclusion of the term "human being," making an amendment to exclude only the term "human being" while leaving an expression of the statement of matters stated in claims before amendment 例文帳に追加
請求項に係る発明が、「ヒト」を包含しているために、特許法第29条第1項柱書の要件を満たさない、あるいは、同法第32条に規定する不特許事由に該当する場合において、「ヒト」が除かれれば当該拒絶の理由が解消される場合に、補正前の請求項に記載した事項の記載表現を残したままで、当該「ヒト」のみを除く補正。 - 特許庁
The claims shall define the matter for which protection is sought in terms of the technical features of the invention. Wherever appropriate the claims shall contain: (a) a statement indicating the designation of the subject matter of the invention and those technical features which are necessary for the definition of the claimed subject matter but which, in combination, are part of the prior art; (b) a characterizing portion preceded by the expression “characterized in that” or “characterized by” -- stating the technical features which, in combination with the features stated in sub-paragraph (a), it is desired to protect; and (c) If the application contains drawings, the technical features mentioned in the claims shall preferably, if the intelligibility of the claim can thereby be increased, be followed by reference signs relating to these features and placed between parentheses. These reference signs shall not be construed as limiting the claim.例文帳に追加
クレームは,保護を求める事項を発明の技術的特徴に基づいて定義する。適切な場合は,クレームには次のものを含める。 (a)発明の主題を指定する記述,及びクレームする主題の定義のために必要とするが,組み合わせると先行技術の一部をなす技術的特徴を示す文言 (b)(a)にいう特徴との組合せで保護を求める技術的特徴を,「を特徴とする」又は「によって特徴付けられる」との表現を先行させて記述した特徴付けの部分,及び (c)出願に図面が含まれる場合に,クレームを理解しやすくするときは,クレームに記載した技術的特徴の後に,これらの特徴と関連付ける参照記号を括弧に入れて付すことが望ましい。これらの参照記号は,クレームを限定するとは解されない。 - 特許庁
例文 (44件) |
Copyright(C) 2025 金融庁 All Rights Reserved. |
Copyright © Japan Patent office. All Rights Reserved. |
Copyright © Japan Patent office. All Rights Reserved. |
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2025 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
Copyright © National Institute of Information and Communications Technology. 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-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. |
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
ログイン |
Weblio会員(無料)になると
|
ログイン |
Weblio会員(無料)になると
|