1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > statement keywordに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

statement keywordの部分一致の例文一覧と使い方

該当件数 : 16



例文

This is the only action if the statement contains just the keyword print.例文帳に追加

この仕様は、文に予約語print がある場合のみの動作です。 - Python

Suspend on Debugger Keyword: Prompt the debugger to suspend by inserting the debugger; statement into your JavaScript code.例文帳に追加

デバッガキーワードで中断: JavaScript コードに debugger; 文を挿入してデバッガを中断させます。 - NetBeans

The user can browse the microblog statement without time and effort of looking for the hash tag or a search keyword.例文帳に追加

ユーザはハッシュタグや検索キーワードを探す手間なくマイクロブログ発言を閲覧できる。 - 特許庁

The second is the text of the WHERE clause of the corresponding SQL UPDATE statement, excluding the WHERE keyword. 例文帳に追加

2 番目の引数は、SQL の UPDATE 文で使用する WHERE 句を表す文字列です。 ただし WHERE キーワードそのものは含めません。 - PEAR

例文

For example, corresponding to the number of messages, the priority is increased or corresponding to the statement of a keyword, the priority is increased.例文帳に追加

例えば、メッセージ数に応じて優先度を増加させたり、キーワードの発言に応じて優先度を増加させる。 - 特許庁


例文

In the problem creating device, a learner's note acquisition section 25 acquires learner's notes 12, a keyword acquisition section 24 acquires keywords 11, and a problem statement creating section 26 replaces the keyword 11 in the learner's notes by a blank and creates a problem statement asking description corresponding to the keyword 11 for the blank.例文帳に追加

学習者メモ取得部25が学習者メモ12を取得し、キーワード取得部24がキーワード11を取得し、問題文作成部26が学習者メモ中のキーワード11を空欄に置換して空欄に相当するキーワード11に対応する記載を尋ねる問題文を作成する。 - 特許庁

A detailed statement data reading part 12 reads the utilization detail information of a member out of a detailed statement DB 11, a utilization item is extracted as a keyword by a keyword retrieving part 13, related items are extracted and further added as keywords by a keyword expanding part 15 while referring to a thesaurus DB 14.例文帳に追加

明細書データ読み出し部12が明細書DB11より会員の利用明細情報を読み出し、キーワード検索部13でその利用項目をキーワードとして抽出し、キーワード拡張部15でシソーラスDB14を参照して関連する項目を抽出しさらにキーワードとして加える。 - 特許庁

In this case, the server 20 obtains a keyword on the basis of the contributed statement and searches a merchandise DB 40 and a registered merchandise DB 50 with the keyword.例文帳に追加

このとき、サーバ20では、投稿される発言に基づき、キーワードを取得し、当該キーワードによって、商品DB40及び登録商品DB50を検索する。 - 特許庁

The keyword-parameters specified in the macro body must match the positional-parameters specified in the macro prototype statement. 例文帳に追加

マクロ本体中で指定されるキーワード・パラメータは、マクロ原型文で指定される位置パラメータと整合しなければならない。 - コンピューター用語辞典

例文

Use the HTML meta statement and the keyword operand to list all the key words you think someone would use to find your Web page. 例文帳に追加

HTMLのmeta文とキーワードオペランドを使って、そのウェブページを見つけるのに誰かが使うだろうと思われるすべてのキーワードを列挙しなさい。 - コンピューター用語辞典

例文

When statement information including the keyword sent from a speaker terminal 300 is received, the server 200 embeds the advertisement information in the statement information and sends the statement information with the embedded advertisement information to a reader's terminal 400.例文帳に追加

その後、発言者端末300から発信されたキーワードを含む発言情報を受信すると、広告情報入札決定サーバ200は、当該発言情報に広告情報を埋め込み、広告情報が埋め込まれた発言情報を閲覧者端末400に送信する。 - 特許庁

For most of the allowed elements of a query array, the key is a lower case version of the keyword that begins a clause in the SELECT statement (e.g., 'select', 'from', 'where', etc.), and the value is the text of the remainder of that clause, excluding the keyword.例文帳に追加

クエリ配列で使用できる要素のキーのほとんどは、SELECT 文の句に使用するキーワードを小文字にしたものとなります(たとえば 'select'、'from'、'where' など)。 また、それに対応する値はその句の残りの部分 (キーワード以外の部分)となります。 - PEAR

The chat navigator means 28 substitutes a variable keyword of the statement model by data of the corresponding item of the advertisement information to form a topic providing message, and transmits the topic providing message to a chat statement acceptance means 24.例文帳に追加

チャットナビゲータ手段28は、発言雛型の変数キーワードを、広告情報の対応する項目のデータで置き換えて話題提供メッセージを作成し、その話題提供メッセージを、チャット発言受付手段24に送信する。 - 特許庁

The clause headers of a particular compound statement are all at the same indentation level.Each clause header begins with a uniquely identifying keyword and endswith a colon.例文帳に追加

特定の複合文を構成する節のヘッダ部分は、全て同じインデントレベルになります。 各々の節ヘッダ行は一意に識別されるキーワードから始まり、コロンで終わります。 - Python

Also note that optionalcontinuation clauses always begin with a keyword that cannot start a statement, thus there are no ambiguities (the `danglingelse' problem is solved in Python by requiring nestedif statements to be indented).例文帳に追加

また、オプションの継続節は常にあるキーワードから始まり、このキーワードから複合文を開始することはできないため、曖昧さは存在しないことにも注意してください (Python では、`ぶら下がり(dangling) else' 問題を、ネストされたif 文はインデントさせること解決しています)。 - Python

例文

A relevant position extracting means 5 accumulates the degrees of association of a relevant keyword for each statement of the compatible document and successively extracts sentences from a sentence, having a large accumulated value until being equal to or larger than a prescribed length, while keeping the sequences which appears in the document.例文帳に追加

関連箇所抽出手段5は、適合文書の各文について関連キーワードの関連度を累積し、その累積値の大きい文章から順に所定の長さ以上になるまで、文書に現れる順番を保ったまま文章を抽出していく。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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/ ).
  
© 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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS