def ifilter(predicate, iterable):if predicate is None:predicate = boolfor x in iterable:if predicate(x):yield x
この関数は以下のスクリプトと同等です: def ifilter(predicate, iterable):if predicate is None:predicate = boolfor x in iterable:if predicate(x):yield x - Python
def ifilterfalse(predicate, iterable):if predicate is None:predicate = boolfor x in iterable:if not predicate(x):yield x
この関数は以下のスクリプトと同等です: def ifilterfalse(predicate, iterable):if predicate is None:predicate = boolfor x in iterable:if not predicate(x):yield x - Python
Predicate Scenario
述語シナリオ - NetBeans
predicate nominative
述語主格 - 日本語WordNet
a predicate adjective
叙述形容詞 - 斎藤和英大辞典
Make an iterator that filters elements from iterable returning only those for which the predicate is True.If predicate is None, return the items that are true.Equivalent to: predicateがTrueとなる要素だけを返すイテレータを作成します。 predicateがNoneの場合、値が真であるアイテムだけを返します。 - Python
Make an iterator that filters elements from iterable returning only those for which the predicate is False.If predicate is None, return the items that are false.Equivalent to: predicateがFalseとなる要素だけを返すイテレータを作成します。 predicateがNoneの場合、値が偽であるアイテムだけを返します。 - Python
A sentence consists of subject and predicate.
文は主格と賓辞よりなる - 斎藤和英大辞典
Make an iterator that returns elements from the iterable as long as the predicate is true. predicateが真である限りiterableから要素を返すイテレータを作成します。 - Python
A sentence consists of a subject and a predicate.
文は主格と賓辞よりなる - 斎藤和英大辞典
occurring within the predicate phrase
述語句の範囲内で起こること - 日本語WordNet
Once you create a predicate, you can use the predicate in an assignment. 述語を作成すると、その述語を割り当ての中で指定できます。 - NetBeans
the word class that serves as the predicate of a sentence
文の述語として機能する品詞 - 日本語WordNet
make the (grammatical) predicate in a proposition
命題において(文法的な)述部を作る - 日本語WordNet
XIfEvent, XCheckIfEvent,XPeekIfEvent - check the event queue with a predicate procedure
XIfEvent, XCheckIfEvent, XPeekIfEvent \\- 述語手続きでイベントキューをチェック - XFree86
interchange of subject and predicate of a proposition
対象の置き換えと提案に関する述部 - 日本語WordNet
To create a predicate:
述語を作成するには、次の手順に従います。 - NetBeans
To delete a predicate:
述語を削除するには、次の手順に従います。 - NetBeans
Make an iterator that drops elements from the iterable as long as the predicate is true; afterwards, returns every element. predicateが真である限りは要素を無視し、その後は全ての要素を返すイテレータを作成します。 - Python
predicate Specifies the procedure that is to be called to determine if the next event in the queue matches what you want. predicate 1iキューの中の次のイベントが必要なものか決定するために呼ばれる手続きを指定。 - XFree86
the term in a syllogism that is the predicate of the conclusion
結論の述語である三段論法の名辞 - 日本語WordNet
You can edit or delete an existing predicate.
既存の述語を編集または削除できます。 - NetBeans
To edit a predicate:
述語を編集するには、次の手順に従います。 - NetBeans
The mx series is based on first order predicate calculus. MXシリーズは微積分に 基づいた予測で動くんです - 映画・海外ドラマ英語字幕翻訳辞書
The mx series is based on first order predicate calculus. mxシリーズは微積分に 基づいた予測で動くんです - 映画・海外ドラマ英語字幕翻訳辞書
This function requires you to give a predicate.
この関数には、述語を指定する必要があります。 - PEAR
use of a series of subjects with a single predicate 1つの述語を持った多数の主語の連続の使用 - 日本語WordNet
Use XPath functions to create the condition for the predicate.
XPath 関数を使用して、述語の条件を作成します。 - NetBeans
the grammatical relation of a word or phrase to a predicate 単語または句の述語に対する文法的関係 - 日本語WordNet
Map the result to the predicate node in the destination tree pane. 結果を宛先ツリー区画内の述語ノードへマッピングします。 - NetBeans
an expression including a subject and predicate but not constituting a complete sentence
主語と述語を含むが完全文を形成しない表現 - 日本語WordNet
Note,the iterator does not produce any output until the predicate is true, so it may have a lengthy start-up time. このイテレータは、predicateが真の間は全く要素を返さないため、最初の要素を返すまでに長い時間がかかる場合があります。 - Python
If the predicate procedure finds no match, XCheckIfEvent returns False, and the output buffer will have been flushed. )述語手続きがマッチしなかった場合は、XCheckIfEventはFalseを返す。 - XFree86
The BPEL Mapper enables you to create a predicate that consists of XPath functions. BPEL マッパーを使用すると、XPath 関数からなる述語を作成できます。 - NetBeans
The predicate `dog' is predicated of the subject `Fido' in the sentence `Fido is a dog'
述語『犬』は文の述語『ファイドーは、犬である』の『ファイドー』である - 日本語WordNet
Removes all the files that follow a given predicate from file $URL.
指定した条件を満たすすべてのファイルを$URL から削除します。 - PEAR
the premise of a syllogism that contains the major term (which is the predicate of the conclusion)
(結論の述語である)大名辞を含む三段論法の前提 - 日本語WordNet
The pop-upmenu of these nodes contains the New Predicate option.
それらのノードのポップアップメニューには、「新規述語」オプションが含まれています。 - NetBeans
A predicate applies a condition to a node that can have multiple values. 述語は、複数の値を持つことができるノードに条件を適用します。 - NetBeans
The following example shows how the mapping appears in the Predicate window.Once you click OK, you can use the predicate node in a copy assignment. 次の例は、「述語」ウィンドウにマッピングが表示される方法を示しています。 「了解」をクリックすると、コピー代入の中で述語ノードを使用できます。 - NetBeans
The predicating values that were selected by the predicate circuit, are transmitted to the second stages. 述語回路によって選択された述語値は、第2のステージに送信される。 - 特許庁
a constituent of a sentence at the first step in an analysis: e.g., subject and predicate 分析の最初の段階における文の構成要素:例えば、主部と述部 - 日本語WordNet
In the source tree pane, right-click the predicate node and choose EditPredicate.
ソースツリー区画内で、述語ノードを右クリックし、「述語を編集」を選択します。 - NetBeans
In the source tree pane, right-click the predicate node and choose DeletePredicate.
ソースツリー区画内で、述語ノードを右クリックし、「述語を削除」を選択します。 - NetBeans
If the BPEL process received the following XML, then the predicate would select the first Air tag. BPEL プロセスが次の XML を受信した場合、述語は最初の Air タグを選択します。 - NetBeans
The system 110 uses a register 73, a pipe line 21 and the predicate circuits 94, 162. 本発明のシステム(110)は、レジスタ(73)と、パイプライン(21)と、述語回路(94、162)と、を利用する。 - 特許庁
PREDICATE LOGIC FORMULA CREATION DEVICE, SUMMARY JOURNALIZING RULE CREATION DEVICE, SUMMARY JOURNALIZING DEVICE, PREDICATE LOGIC FORMULA CREATION PROGRAM, SUMMARY JOURNALIZING RULE CREATION PROGRAM AND SUMMARY JOURNALIZING PROGRAM 述語論理式作成装置、会計仕訳ルール作成装置、会計仕訳装置、述語論理式作成プログラム、会計仕訳ルール作成プログラム、及び、会計仕訳プログラム - 特許庁
Click OK.The editor adds the predicate node immediately below the original node.
「閉じる」をクリックします。 エディタは、述語ノードを直ちに元のノードの下に追加します。 - NetBeans
The unit (131) holds control information items that respectively correspond to the predicate registers and the respective operating units also separately correspond to one predicate register. 制御情報保持ユニット(131)は、述語レジスタに個々に対応する制御情報の項目を保持し、各オペレーティングユニットもまた述語レジスタの1つに個々に対応する。 - 特許庁
To provide a technology of setting each dimensionality of an attribute vector and a predicate vector on predicate logic for the logical sum of t logical products of n attributes to t+1. n個の属性の論理積t個の論理和についての述語論理に関する属性ベクトル及び述語ベクトルのそれぞれの次元数をt+1にする技術を提供する。 - 特許庁
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.