| 意味 | 例文 (16件) |
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を参照して関連する項目を抽出しさらにキーワードとして加える。 - 特許庁
-
履歴機能
過去に調べた
単語を確認! -
語彙力診断
診断回数が
増える! -
マイ単語帳
便利な
学習機能付き! -
マイ例文帳
文章で
単語を理解! -
「statement keyword」の部分一致の例文検索結果
該当件数 : 16件
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
|
| 意味 | 例文 (16件) |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
|
ログイン |
Weblio会員(無料)になると
|
-
1proper
-
2take
-
3plea
-
4bilateral
-
5victims
-
6meet
-
7go
-
8condominium
-
9responsible
-
10eat
「statement keyword」のお隣キーワード |
weblioのその他のサービス
|
ログイン |
Weblio会員(無料)になると
|