1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 2030



例文

Users of ad hoc query can use the Java form for quick and easy access to reports they have defined. 例文帳に追加

アド・ホック・クエリーのユーザは,自分たちが定義したレポートに迅速かつ容易にアクセスするためにジャバフォームを使うことができる. - コンピューター用語辞典

This capability enables decision makers to search, probe, and query database contents 例文帳に追加

この機能(能力)によって意志決定を行う立場の人はデータベースの内容を探索し,吟味し,照会することができる - コンピューター用語辞典

KQML (knowledge query and manipulation language) is intended to be a high-level language to be used by knowledge-based system to share knowledge at run time. 例文帳に追加

KQMLは,実行時に知識を共有する知識ベース・システムによって使用される高級言語として意図されている. - コンピューター用語辞典

..., whereas translation in NAPT is extended to include IP address and Transport identifier (such as TCP/UDP port or ICMP query ID). 例文帳に追加

...、一方NAPTにおける変換はIPアドレスと(TCP/UDPポートやICMPクエリIDのような)トランスポート識別子を含むように拡張されている。 - コンピューター用語辞典

例文

Nomenclator achieves fast descriptive query processing through an active catalog, and extensive meta-data and data caching. 例文帳に追加

目録サーバは,アクティブ・カタログ,および拡張メタデータやデータ・キャッシングによって, 高速な記述照会プロセッシングを達成する. - コンピューター用語辞典


例文

The order of collection traversals given by the path expression may not be the most efficient to process the query. 例文帳に追加

経路式によって与えられるコレクション走査順は、その問合せを処理するのに最も有効でないかも知れない。 - コンピューター用語辞典

A query describes the data you want and the action you want to perform (such as retrieve or update, etc.) 例文帳に追加

照会は,ユーザが必要とするデータ,およびユーザが実行したい処理(たとえば,検索あるいは更新など)を記述する - コンピューター用語辞典

In this example, the Counselor table displays.Note that a new row has been added with the data you just supplied from the SQL query.例文帳に追加

この例では、Counselor 表が表示されます。 SQL クエリーから提供されたデータを使用して、新しい行が追加されています。 - NetBeans

In the Outline window, right-click tripRowSet under SessionBean1 and choose Edit SQL Statement from the pop-up menu.The SQL Query Editor opens. 例文帳に追加

「アウトライン」ウィンドウで、「SessionBean1」の下の「tripRowSet」を右クリックして、ポップアップメニューから「SQL 文を編集」を選択します。 SQL クエリーエディタが開きます。 - NetBeans

例文

In the grid area near the center of the window, right-click in the PERSONID row and choose Add Query Criteria, as shown in the following figure. 例文帳に追加

次の図に示すように、エディタ中央のグリッド区画で、PERSONID 行を右クリックし、「クエリー条件を追加」を選択します。 - NetBeans

例文

Runs the query provided and puts the entire result set into a nested array then frees the result set. 例文帳に追加

指定したクエリを実行し、入れ子になった配列に結果セット全体を格納したあとで結果セットを開放します。 - PEAR

Fetch the entire result set of a query and return it as an associative array using the first column as the key. 例文帳に追加

クエリの結果セット全体を取得し、それを連想配列で返します。 最初のカラムを連想配列のキーとします。 - PEAR

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

SQL クエリあるいはプリペアドステートメント。 string$type 指定した場合は、結果セットのカラムの型が取得したものに設定されます。 - PEAR

Quotes a string database-dependent, so it can be safely used in a query Parameter 例文帳に追加

データベースに依存する方式で文字列をクォートします。 こうすることで、文字列をクエリ中で安全に使用できるようになります。 - PEAR

the SQL query or the statement to prepare string $type if supplied, the type of the cell in the result set will be set for fetching 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 string$type 指定した場合は、結果セットのカラムの型が取得したものに設定されます。 - PEAR

This type of query can be useful when querying complex joins, where some field names may be the same. 例文帳に追加

この型のクエリが有用なのは、たとえば複雑な結合を行っており、同名のフィールドが複数ある場合などです。 - PEAR

Some RDBMS, for example SQLite, will default to use the fully qualified name for a column in assoc fetches if it is qualified in a query. 例文帳に追加

例えば SQLite のデフォルト設定では、修飾子つきのクエリで結果を取得するとカラム名の修飾子が付加されます。 - PEAR

NB: the case change is applied to the returned values only, not to the field and table names in the query. 例文帳に追加

注意: この変換は、返り値に対してのみ適用されます。 クエリ内のフィールド名やテーブル名には適用されません。 - PEAR

It is not extremely useful to write a custom driver for a such simple SQL query, but it should get you started.Example 62-1. 例文帳に追加

こんな SQL クエリのために独自のドライバを書くのは実用的ではありませんが、はじめの一歩としてはお勧めです。 - PEAR

Parse a URL into 6 components, returning a 6-tuple: (addressing scheme, network location, path, parameters, query, fragmentidentifier).例文帳に追加

URL を解釈して 6 つの構成要素にし、6 要素のタプル:(アドレススキーム、ネットワーク上の位置、パス、パラメタ、クエリ、フラグメント指定子) を返します。 - Python

SYSTEMS, METHODS, INTERFACES AND SOFTWARE FOR EXTENDING SEARCH RESULTS BEYOND INITIAL QUERY-DEFINED BOUNDARIES例文帳に追加

最初のクエリによって規定されたバウンダリーを越えて検索結果を拡張するためのシステム、方法、インターフェース、およびソフトウェア - 特許庁

When an electronic ticket application is activated, the portable terminal connects with a ticket checking and collecting machine and it sends a query message after connection.例文帳に追加

電子チケットアプリケーション起動時に、携帯端末は改札機と接続を行い、接続後質問メッセージを送信する。 - 特許庁

A search execution part 106 puts a query using the search condition sentence to a RDBMS 20.例文帳に追加

そして、検索実行部106が、その検索条件文を用いたRDBMS20に対する問い合わせを実行する。 - 特許庁

To provide a means for removing an on-aircraft transponder responding erroneously to a mode-S collective query signal without detecting it.例文帳に追加

モードS一括質問信号に誤応答する航空機搭載トランスポンダを検知せずに除去する手段を提供する。 - 特許庁

With the expanded query term-weight vector q_expanded and the document term-weight vectors d, a set of keywords identified as terms related to the query and also comprised in at least one of the documents is located.例文帳に追加

さらにまた、前記展開された照会用語−重みベクトルq_expandedと前記文書用語−重みベクトルdを使用し、前記照会に関係し、前記文書の少なくとも1つにも含まれる用語として識別されるキーワードの集合の位置を突き止める。 - 特許庁

A query character string and time information showing a restricted time are received from a mobile communication terminal 40, and the task element which can be used in a time shorter than the restricted time is extracted based on the received query character string and the time information.例文帳に追加

移動通信端末40からクエリー文字列および制約時間を示す時間情報を受信し、受信されたクエリー文字列および時間情報に基づいて、制約時間より小さい時間で利用することができるタスク要素を抽出する。 - 特許庁

A retrieval frequency tabulation means 111 tabulates the retrieval frequency F of the retrieval query for each retrieval query, based on the retrieval history stored in the incorporated memory of a device 11 for preparing reference data for retrieval by the retrieval history storage means 110.例文帳に追加

検索回数集計手段111は、検索履歴格納手段110によって検索用参照データ作成装置11の内蔵メモリに格納された検索履歴に基づき検索クエリの検索回数Fを検索クエリ毎に集計する。 - 特許庁

A retrieval result information request generation part 115 distinguishes a query input when a retrieval result included in the log is clicked, and stores the set of the expansion words related to the distinguished query into a retrieval result information request DB 116.例文帳に追加

検索結果情報要求生成部115は、ログに含まれる検索結果がクリックされたときに投入されたクエリを判別し、該判別したクエリに関連する拡張語の集合を検索結果情報要求DB116へ格納する。 - 特許庁

Each relay station 6M being a component of a relay station group 6 receives data from another relay station 6M or a server 4N and selects data in well-matching with a query from a user among data that are received or transmitted at present.例文帳に追加

中継局群6を構成する各中継局6_mにおいて、他の中継局6_m'またはサーバ4_nからデータが受信され、その受信されたデータ、または現在送信しているデータのうちの、ユーザからのキュエリ(Query)により合致した方が選択される。 - 特許庁

A response signal analyzing part 13 receives a response signal to a query signal output by a query signal transmitting part 11 to detect a cellular phone and calculates a distance to the cellular phone detected by the receiving strength of the response signal.例文帳に追加

応答信号解析部13は、照会信号発信部11が出力した照会信号に対する応答信号を受信して携帯電話機を検出し、応答信号の受信強度から検出された携帯電話機までの距離を算出する。 - 特許庁

To provide a method and system for providing a retrieval result when inputting a phrase or a short sentence composed of two or more words, as a query or inputting a word of a Japanese pronunciation given in Korean, as a query.例文帳に追加

2単語以上で構成された語句または短文をクエリーとして入力したり、日本語の発音を韓国語で表記した単語をクエリーとして入力したりする場合、これに対する検索結果を提供する方法及びシステムを提供する。 - 特許庁

The method and the system for providing the query according to the present invention can detect a retrieval keyword using an image and position information of a terminal received from the terminal, and provide a retrieval query related to the detected retrieval keyword to the terminal.例文帳に追加

本発明によるクエリ提供方法及びシステムによれば、端末から受信された画像と端末の位置情報を用いて検索キーワードを検出し、検出された検索キーワードと関連する検索クエリを端末に提供することができる。 - 特許庁

A broker agent 103 of the information retrieval system includes a search retrieval element for processing the search representation to generate a search request for a specific information source, and a channel element for associating the result of the first query attribute with the second query.例文帳に追加

また、情報検索システムのブローカーエージェント103は、前記サーチ表現を処理して特定情報ソースのサーチ要求を作り出すサーチ検索要素と、第1問合せの属性の結果を第2問合せに関連付けるチャンネル要素を備えている。 - 特許庁

A second information processing apparatus for storing the document set, the appearance morphological set, and the retrieval index information receives input of a retrieval query to the document set, and extracts a partial character string of the retrieval query as a morphological candidate.例文帳に追加

上記の文書集合と出現形態素集合と検索インデックス情報を格納する第2の情報処理装置は、文書集合に対する検索クエリの入力を受け付け、検索クエリの部分文字列を形態素候補として抽出する。 - 特許庁

To retrieve a sequence candidate of high similarity at the reduced number of calculation steps, in an amino acid sequence or a base sequence given by a query sequence (query), from an amino acid sequence database or a base sequence database.例文帳に追加

問い合わせ配列(クエリー)として与えるアミノ酸配列、または塩基配列に対して配列類似性の高い配列候補をアミノ酸配列データベース、または塩基配列データベースから、より少ない計算ステップ数で検索することを可能とする。 - 特許庁

To provide an apparatus component image collation device in an assembly drawing capable of extracting an apparatus component image corresponding to a query apparatus component image in the assembly drawing by comparing an apparatus component included in the drawing with a query image.例文帳に追加

図面に含まれる装置部品と質問イメージを比較することによって、組み立て図面内の質問装置部品イメージに対応する装置部品イメージを抽出することができる組み立て図面内の装置部品イメージ照合装置を提供する。 - 特許庁

Resultingly, a mode-A/C response signal is regarded as an interference signal to be removed, since a correlation is not obtained as the query signal for a mode A/C even when the transponder for the mode A/C transmits the mode-A/C response signal in erroneous response to the mode-S query.例文帳に追加

従ってモードA/C用のトランスポンダがモードSの質問に誤応答して、モードA/C応答信号を送出しても、モードA/C用の質問信号としては相関が得られないので干渉信号とみなされて除去される。 - 特許庁

A query conversion program specifies a query for accessing a relational database into which the hierarchical database is converted on the basis of structure definition data of the hierarchical database and an access parameter in accessing the hierarchical database by a COBOL program.例文帳に追加

本発明に係るクエリ変換プログラムは、階層型データベースの構造定義データと、COBOLプログラムが階層型データベースにアクセスするときのアクセスパラメータに基づき、階層型データベースを変換したリレーショナルデータベースにアクセスするためのクエリを特定する。 - 特許庁

The data record retrieving device includes an input device 1, an output device 2, a query table updating part 4, a work database generating part 5, a display data determining part 6, a display control part 7, a display control data storing part 8, a database storing part 9, and a query table storing part 10.例文帳に追加

入力装置1と、出力装置2と、クエリテーブル更新部4と、作業データベース作成部5と、表示データ決定部6と、表示制御部7と、表示制御データ記憶部8と、データベース記憶部9と、クエリテーブル記憶部10を備える。 - 特許庁

The present invention relates to a method for operating an electronic program guide, the method including the steps of: generating a restrict query including one or more search parameters; and excluding the selection of all programs, channels or networks satisfying the search parameters within the restrict query.例文帳に追加

電子式プログラム・ガイドを動作させる方法であって、1つ又は複数のサーチ・パラメータを有する制限クエリを作成するステップと、制限クエリ内のサーチ・パラメータを満足する全てのプログラム、チャンネル又はネットワークの選択を排除するステップを含む。 - 特許庁

Then the sink 30 selects the sensor 13 nearest to the sink 30 out of the sensors existing in the target region TREG and determines a route RT for transmitting a query QUERY to the sensor 13 by unicast.例文帳に追加

そして、シンク30は、対象領域TREG内に存在するセンサーのうち、自己に最も近い位置に存在するセンサー13を選択し、センサー13まで問合せQUERYをユニキャストによって送信するための経路RTを決定する。 - 特許庁

A recommendation server 10 extracts a recommendation destination query and a URL for a certain query based on history data for URLs searched and browsed in the past by a user, and constitutes a graph structure in which a plurality of queries are continuously connected through the URL.例文帳に追加

推薦サーバ10は、ユーザが過去に検索し閲覧したURLに関する履歴データに基づいて、あるクエリに対する推薦先クエリおよびURLを抽出し、URLを介して複数のクエリが連続して結ばれるグラフ構造を構成する。 - 特許庁

The apparatus includes a preprocessing part which removes various kinds of unnecessary portions from digital ink data related to an input query phrase and an input memo to reduce an information amount, a feature extraction part which extracts a feature vector from the digital ink data having the reduced information amount, and a query searching part which searches a memo for a portion matched with the query phrase by units of segments.例文帳に追加

入力された質疑語またはメモに関するデジタルインクデータから各種の不要な部分を除去して情報量を減少させる前処理部と、情報量が減少したデータから特徴ベクトルを抽出する特徴抽出部と、質疑語がメモのうちマッチングされる部分があるかどうかをセグメント単位で検索する質疑語検索部とよりなる装置。 - 特許庁

When receiving a DNS query packet for requesting an IP address corresponding to a domain name or a host name from the mobile terminal 2, the transfer processing part 102 determines whether the DNS query packet is distributed to either a DNS server 61 reachable via the mobile core network 5 or a DNS server 31 reachable via the private network (LAN) 3 based on the domain name or the host name included in the DNS query packet.例文帳に追加

さらに、転送処理部102は、ドメイン名又はホスト名に対応するIPアドレスを要求するためのDNSクエリ・パケットを移動端末2から受信した場合、モバイルコア網5を介して到達可能なDNSサーバ61又はプライベート網(LAN)3を介して到達可能なDNSサーバ31のいずれにDNSクエリ・パケットを振り分けるかを、DNSクエリ・パケットに含まれるドメイン名又はホスト名に基づいて決定する。 - 特許庁

A method of detecting duplicate document content in a large document collection comprises: inputting a query document page to a document detection system; comparing the query document page with pages of documents stored in a document collection by using two-dimensional visual fingerprints; and automatically highlighting duplicate or different document content of the query document page and at least one document page of the stored document collection.例文帳に追加

大規模なドキュメントコレクションにおいて、クエリドキュメントページをドキュメント検出システムへ入力し、二次元ビジュアルフィンガープリントを用いて、前記クエリドキュメントページをドキュメントコレクションに格納されたドキュメントのページと比較し、前記クエリドキュメントページの複製または異なるドキュメントコンテンツと、前記格納されたドキュメントコレクションの少なくとも1つのドキュメントページとを、自動的に強調表示する。 - 特許庁

This base sequence information providing system includes a server 12 which is connected to a network 10 and receives a query sequence through the network 10 and a database 16 including base sequences, and the server 12 generates a 1st cluster 30 of base sequences which may be highly possibly in the relation a sprite pair with the query sequence by using segmented base sequence as a query sequence.例文帳に追加

本発明の塩基配列情報提供システムは、ネットワーク10に接続され、ネットワーク10を介してクエリー配列を受信するサーバ12と、塩基配列を含むデータベース16とを含み、サーバ12は、断片塩基配列をクエリー配列として使用して、塩基配列をクエリー配列とスプライスト・ペアの関係にある可能性の高い第1のクラスタ30を生成する。 - 特許庁

In this service selection system, a natural language based service selection system which complements incomplete queries includes a semantic analyzing device 20 which analyzes an incomplete query from a user semantically, a service selecting device 30 which complements the incomplete query based on the semantic-analyzed query so as to acquire the corresponding selected service, and a retrieving device 40 which retrieves an answer according to the selected service.例文帳に追加

不完全なクエリを補足する自然言語ベースのサービス選択システムは、ユーザからの不完全なクエリを意味的に解析する意味解析装置と、対応する選択されたサービスを取得するために、意味解析されたクエリに基づいて不完全なクエリを補足するサービス選択装置と、選択されたサービスに従って回答を検索する検索装置とを備える、 - 特許庁

(s) The reply delay time (which refers to a period of time from the point when the second pulse of a query signal is received to the point when the second pulse of a query signal in response to said query signal is received; hereafter the same shall apply to this item and item (ix)) shall be 50 microseconds, and, its deviation shall not exceed 1 microsecond. Nevertheless, in the case of TACAN that constitutes part of ILS, this shall not apply. 例文帳に追加

ツ 応答遅延時間(質問信号の第二パルスを受信した時から当該質問信号に対する応答信号の第二パルスを発射する時までの時間をいう。以下この号及び第九号において同じ。)は、五〇マイクロ秒であり、かつ、その偏差は一マイクロ秒を超えないこと。ただし、ILSの一部を構成するタカンにあつては、この限りでない。 - 日本法令外国語訳データベースシステム

The method further includes: receiving from the RDR a further query for the GDD as to at least one input requirement associated with the identified GPC; transmitting the further query to the GDD; receiving from the GDD a further response to the further query that identifies one or more input requirements associated with the GPC; and transmitting the further response to the RDR.例文帳に追加

この方法は、識別されたGPCに関連付けられた少なくとも1つの入力要件に関してのGDDに対する追加照会をRDRから受信し、追加照会をGDDに伝達し、GPCに関連付けられた1つ以上の入力要件を識別する追加照会に対する追加応答をGDDから受信し、追加応答をRDRに伝達することも含む。 - 特許庁

例文

The search query comprises a plurality of data fragments expected to be contained in the portion of data being sought and in any order.例文帳に追加

検索照会には、探されるデータの部分に任意の順序で含まれると期待される複数のデータ断片が含まれる。 - 特許庁




  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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.
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS