1153万例文収録!

「query--」に関連した英語例文の一覧と使い方(16ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

query--を含む例文一覧と使い方

該当件数 : 2030



例文

Finally, probe requests boards greater than X-(limit/4) to go off-line. It then repeats this query. 例文帳に追加

今度は、X-(limit/4)より大きな値を持つボードをオフラインにして問い合わせを繰り返します。 - FreeBSD

function sends a pre-formatted query given in msg of length msglen and returns the answer in answer which is of length anslen. 例文帳に追加

関数は、長さ msglen の msg に決められた書式で問い合わせ、answer に長さ anslen の回答を返す。 - JM

Typically, the only time that you work with the RowSet object is when you need to set query parameters. 例文帳に追加

一般に、行セットオブジェクトを操作するのは、クエリーのパラメータを設定するときだけです。 - NetBeans

The query object defines how the particular data collection is retrieved from the entity manager.例文帳に追加

クエリーオブジェクトは、特定のデータコレクションをエンティティーマネージャーから取得する方法を定義します。 - NetBeans

例文

Right-click the node for the connection and choose Execute Command to open the SQL Command query editor.例文帳に追加

接続ノードを右クリックし、「コマンドを実行」を選択して SQL コマンドのクエリーエディタを開きます。 - NetBeans


例文

Click OK.You see =? in the Criteria column for TRIPID, which adds the followingWHERE clause in the SQL query. 例文帳に追加

「閉じる」をクリックします。 TRIPID の「条件」列に「=?」と表示され、SQL クエリーに次の WHERE 句が追加されます。 - NetBeans

If you click the SQL button above the results you should see the following equivalent SQL query. 例文帳に追加

結果の上にある「SQL」ボタンをクリックすると、次のような SQL クエリーが表示されるはずです。 - NetBeans

This option can be useful if query strings are dynamically added.例文帳に追加

このオプションは、クエリー文字列を動的に追加する場合に便利です。 ご意見をお寄せください - NetBeans

A query issuing part 14 searches for a subgraph from a graph stored in a graph database 12.例文帳に追加

クエリ発行部14は、グラフデータベース12に記憶されたグラフからサブグラフを検索する。 - 特許庁

例文

This monitoring component includes a query component for specifying metadata of imported contents.例文帳に追加

この監視コンポーネントは、インポートされたコンテンツのメタデータを特定するクエリコンポーネントを含む。 - 特許庁

例文

To provide a 2-byte DNS system where a domain query can be in operation in other languages than English.例文帳に追加

ドメインクエリが英語以外の言語でも動作する2バイトDNSシステムを提供する。 - 特許庁

QUERY PROCESSING SYSTEM OF DATABASE USING MULTI-OPERATION PROCESSING USING SYNTHETIC RELATIONAL OPERATION例文帳に追加

合成関係演算を利用したマルチオペレーション・プロセッシングを用いたデータベースのクエリー処理システム - 特許庁

In the retrieval of the confirmation text, a search engine defines an indexing unit based on the query.例文帳に追加

確認文を検索する際に、サーチエンジンは、クエリに基づいて索引付けユニットを定義する。 - 特許庁

In the first query, the adjacency operation will apply to "United" and the results of the delimited OR operation. 例文帳に追加

最初の問合せでは、隣接演算は"United"と区切られたOR演算とに適用されよう。 - コンピューター用語辞典

With a virtual database, you are able to search across several databases with a single query. 例文帳に追加

仮想データベースを使って,いくつかのデータベースを単一の照会で検索することができる. - コンピューター用語辞典

In the Output window, you can see a message indicating that the query was successfully executed.例文帳に追加

「出力」ウィンドウで、クエリーの実行に成功したことを示すメッセージを確認できます。 - NetBeans

This code calls a query on the Person data source and stores the results in the personOptions array. 例文帳に追加

このコードは「Person」データソースに対してクエリーを呼び出し、personOptions 配列に結果を格納します。 - NetBeans

the SQL query or the statement to prepare array $params array to be used in execution of the statement. 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 array$params プリペアドステートメントの実行時に使用される配列。 - PEAR

Format input so it can be safely used as a delimited identifier in a query. 例文帳に追加

入力文字列を整形し、クエリ内で識別子として安全に使用できるようにします。 - PEAR

Format input so it can be safely used as a literal in a query. 例文帳に追加

入力内容を整形し、クエリ内でリテラルとして安全に使用できるようにします。 - PEAR

Check the table name for typographical errors or that the query ran correctly. 例文帳に追加

テーブル名のタイプミスがないか、あるいはクエリが正しく実行されているかどうかを調べます。 - PEAR

The next example shows how to modify a stored query with the filter,order, start and count parameters:Example 39-13. 例文帳に追加

次の例は、保存されているクエリを filter、order、start および count パラメータで修正するものです。 - PEAR

If present, $params is an array in which the values are parameters for placeholder substitution in a prepared query. 例文帳に追加

$params が存在した場合、それはプリペアドクエリのプレースホルダを置き換える値の配列となります。 - PEAR

With MDB you have many ways to retrieve useful information from query results. 例文帳に追加

MDB を使用すると、クエリ結果から以下のようなさまざまな情報を取得することができます。 - PEAR

the SQL query string $type if supplied, the type of the column in the result set will be set for fetching 例文帳に追加

SQL クエリ。 string$type 指定した場合は、結果セットのカラムの型が取得時に設定されます。 - PEAR

With MDB2 there are four ways to retrieve useful information about the query result sets themselves: Example 39-7. 例文帳に追加

MDB2 には、クエリの結果セットの情報を取得するための4 種類の方法があります。 - PEAR

transforming user input or the result of a database query to an HTML table. 例文帳に追加

たとえば、ユーザの入力内容やデータベースのクエリの結果を HTML テーブルにする場合などです。 - PEAR

Here's an example client set up to query Userland's XML-RPC server at betty.userland.com: 例文帳に追加

betty.userland.comにある Userland のXML-RPC サーバに問い合わせるためのクライアント設定の例はこのようになります。 - PEAR

The XPath support was introduced to provide an access to the result set after doing the SQL query. 例文帳に追加

XPath サポートは SQL に問い合わせた後のリザルトセットに対してアクセスするために導入されました。 - PEAR

ARTICLE QUERY ORDER SYSTEM AND DELIVERY METHOD OF ARTICLE ORDERED BY THIS SYSTEM例文帳に追加

商品の照会注文システム、およびそれにより注文された商品の配達方法 - 特許庁

METHOD AND APPARATUS FOR AUTOMATIC GENERATION OF QUERY SEARCH TERMS FOR PROGRAM RECOMMENDER例文帳に追加

番組の推薦用の問合せサーチ項目を自動的に生成するための方法及び装置 - 特許庁

Given a query image (usually a small patch of some document page captured by a low resolution image capture device), the features in the query image are extracted and compared against those stored in the database to identify the query image.例文帳に追加

所与の問い合わせ画像−通常的には、低解像度の画像捕捉装置で捕捉された何らかの書類ページの小さなパッチ−に関し、問い合わせ画像中の特徴量が抽出され、データベースに格納済みの画像と比較され、その問い合わせ画像を確認する。 - 特許庁

A disk rotation control part specifies the storage position of the DB schema to be accessed in processing of the query from the query plan of a query accepted by a DBMS and the DB management information, and rotates the disk of the disk device equipped with the specified storage position at a first speed.例文帳に追加

ディスク回転制御部が、DBMSが受け付けたクエリのクエリプランと、DB管理情報とから、そのクエリの処理の際にアクセスされるDBスキーマの記憶位置を特定し、特定された記憶位置を備えたディスク装置のディスクを第一の速度で回転させる。 - 特許庁

For a given query image, usually a small patch of some document page captured by a low resolution image capture device, the features in the query image are extracted and compared against images stored in the database to identify the query image.例文帳に追加

所与の問い合わせ画像−通常的には、低解像度の画像捕捉装置で捕捉された何らかの書類ページの小さなパッチ−に関し、問い合わせ画像中の特徴が抽出され、データベースに格納済みの画像と比較され、その問い合わせ画像を確認する。 - 特許庁

When communication terminals 300 to 302 do not make a current time query periodically to an NTP monitoring device 100, the NTP monitoring device 100 determines that the communication terminal misses the query and makes a query missing notification to a control center 400.例文帳に追加

通信端末300〜302がNTP監視装置100に対して現在時刻問合せを定期的に行わなかった時は、その通信端末に問合せ抜けが発生したと判断し、NTP監視装置100は管理センタ400に問合せ抜け通知を行う。 - 特許庁

A noun type determination part in a query analysis part 206 determines the noun type of a user input query, and when the noun type is determined as a common name, a keyword input task search part refines the task candidates based on a translated query by using a thesaurus 104.例文帳に追加

クエリ解析部206の名詞種別判別部はユーザ入力クエリの名詞種別を判別し、一般名称と判別された場合には、キーワード入力タスク検索部がシソーラス104を用いて、変換されたクエリに基づいてタスクの候補を絞り込む。 - 特許庁

On receiving query information from a client terminal 30 and the like, a video distribution server 2 determines whether a collation word of a collation word DB 44 is included in the query information or not.例文帳に追加

映像配信サーバ2は、クライアント端末30等から質問情報を受信すると、質問情報に照合用単語DB44の照合用単語が含まれているか否かを判定する。 - 特許庁

To lead a user to a proper page with less labor and time by presenting a proper candidate query and controlling the search hits when a query input by the user is not proper.例文帳に追加

ユーザが入力したクエリが適切でない場合に、適切な候補クエリを提示して検索のヒット件数をコントロールし、少ない手間と時間でユーザを適切なページへ導くことを可能とする。 - 特許庁

The distribution means distributes the learning patterns which is determined that the query has been validly executed to the low-order nodes, and deletes the learning patterns which is determined that the query has not been validly executed.例文帳に追加

分配手段はクエリが有効に実行されたと判定された学習パターンを下位のノードに分配し、クエリが有効に実行されなかったと判定された学習パターンを削除する。 - 特許庁

An edge input and output relation with each query as a node in the graph structure, or a link relation of URLs is analyzed, whereby a score showing the degree of attention of each query is calculated.例文帳に追加

そして、このグラフ構造における各クエリをノードしたエッジの入出力関係、すなわち、URLのリンク関係を分析することで、クエリそれぞれの注目度を示すスコアを算出する。 - 特許庁

Furthermore, an object equivalent to the query is selected from SQL parts prepared in advance for accessing the relational database, the access parameter is transferred to run the query.例文帳に追加

また、あらかじめ用意されている、前記リレーショナルデータベースにアクセスするSQL部品のうち、前記クエリに相当するものを選択し、前記アクセスパラメータを引き渡してクエリを実行する。 - 特許庁

To flexibly and properly select a responder matched to levels of difficulty and importance in response to the difficulty of a query and the importance of a user, as the responder in the query from the user.例文帳に追加

ユーザからの問い合わせに対しての応答者として、当該問い合わせの難易度およびユーザの重要度に応じてそのレベルに合った対応者を柔軟に且つ適切に選択する。 - 特許庁

The retrieval query determination part 22 determines a retrieval query according to the type and its number of retrieval icons specified by the user, based on the input signal from the icon accept part 21.例文帳に追加

検索クエリ決定部22は、アイコン受付部21からの入力信号に基づいて、ユーザによって指定された検索アイコンの種類やその数に応じて、検索クエリを決定する。 - 特許庁

Frames of the video are selected according to the spatial query and the temporal query, and then the selected frames are composited into an image that represents spatial and temporal characteristics of the scene.例文帳に追加

空間クエリ及び時間クエリに応じてビデオのフレームが選択され、次に、選択されたフレームが、そのシーンの空間特性及び時間特性を表す1つの画像に合成される。 - 特許庁

To provide a server device for automatically classifying a user's search query and forecasting a fashion and a boom with respect to the query, a classification method in the server device, and a program.例文帳に追加

ユーザの検索クエリを自動的に分類し、そのクエリの用語についての流行、ブームを予測することができるサーバ装置、サーバ装置における分類方法及びプログラムを提供する。 - 特許庁

A related word acquisition part 51 acquires words related to a query from a thesaurus dictionary database 27, and selects some related words according to a score representing the relevance of the related words to the query.例文帳に追加

関連語取得部51は、シソーラス辞書データベース27からクエリーの関連語を取得し、クエリーと関連語の関連性の度合いを表すスコアに基づいて、関連語を選出する。 - 特許庁

By directly comparing a base acquired from one query image 21 with a base acquired from one contrast image 31, a degree of similarity of the contrast image 31 with respect to the query image 31 is calculated.例文帳に追加

1枚のクエリ画像21から得られる基底と、1枚の対比画像31から得られる基底とを直接比較することで、クエリ画像21に対する対比画像31の類似度を算出する。 - 特許庁

A query for a received print data and a reply to the query are generated in an image forming device when the print data is transmitted from a terminal device to the image forming device.例文帳に追加

端末装置から画像形成装置に印刷データが送信されると、画像形成装置では受信した印刷データに関する質問と、その質問に対する回答が生成される。 - 特許庁

A query document relevancy calculating means 13 uses relevancy between the both queries and an access degree from the a related query to calculate a score of the document, and stores the score in a document database 5.例文帳に追加

クエリ・文書関連度算出手段13は、両クエリ間の関連度と関連クエリからのアクセス度合とを用いて文書のスコアを算出し、文書データベース5に格納する。 - 特許庁

例文

To provide a system and method that disambiguate between an incorrectly recognized spoken query and a correctly recognized spoken query for which there are no currently available documents in a database.例文帳に追加

システム及び方法は、音声クエリが正しく認識されなかったのか、それとも音声クエリが正しく認識されたが、データベースに現在利用可能な文書がないのかを区別する。 - 特許庁




  
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 1994-2010 The FreeBSD Project. All rights reserved. license
  
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 (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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS