| 意味 | 例文 |
object contextの部分一致の例文一覧と使い方
該当件数 : 84件
An information storage unit 4 stores memo information associated with the context information when the memo information as a display object has been registered.例文帳に追加
情報保存部4は、表示対象であるメモ情報の登録時においての該コンテキスト情報が関連付けられている該メモ情報を保存している。 - 特許庁
A command split storage 101 divides the video drawing command set into a context command set 111 and an object commands set 121, and arranges it to a main storage 11.例文帳に追加
コマンド分割格納部101は、描画コマンドセットをコンテキスト・コマンドセット111と、オブジェクト・コマンドセット121とに分割し、主記憶装置11に配置する。 - 特許庁
When the user accesses the new message, any further required decoding operations are performed on the stored context object in a second stage of processing.例文帳に追加
ユーザが新しいメッセージにアクセスした場合、処理の第2ステージにて、格納されたコンテキストオブジェクトに対する任意のさらなる必要なデコーディング動作が実行される。 - 特許庁
To provide an operation monitoring apparatus wherein a context menu unique to an object selected through a predetermined mouse operation on an operation monitoring screen can be displayed in its clicked position.例文帳に追加
操作監視画面上でマウスの所定操作で選択されたオブジェクト固有のコンテキストメニューをそのクリック位置に表示可能な操作監視装置を実現する。 - 特許庁
The method of providing the AR service includes: capturing the image of the target object by a camera; gathering the context information including position information on the captured image of the target object and first azimuth information on the azimuth between the target object and camera; generating the AR tag corresponding to the context information; and displaying the captured image of the target object and the generated AR tag.例文帳に追加
ARサービスを提供する方法は、カメラでターゲットオブジェクトの画像をキャプチャすることと、ターゲットオブジェクトのキャプチャした画像の位置情報及びターゲットオブジェクトとカメラ間の第1の方位角情報を含むコンテキスト情報を収集することと、コンテキスト情報に対応するARタグを生成することと、ターゲットオブジェクトのキャプチャした画像及び生成したARタグを表示することとを含む。 - 特許庁
Then, when a measurement object program 111 is executed under the environment of an OS 110, the process ID of the measurement object program 111 under execution is recorded in a context register 103 of the processor 100 as execution information.例文帳に追加
そして、OS110の環境下で測定対象プログラム111が実行されると、実行中の測定対象プログラム111のプロセスIDが実行情報としてプロセッサ100のコンテキストレジスタ103に記録される。 - 特許庁
Then context data describing various attributes of the object itself and the meaning of the attributes are generated from the featured values extracted from the teacher images of the reference object and the knowledge registered in the knowledge base.例文帳に追加
次に、標準対象物の教師画像から抽出された特徴量と知識ベースに登録されている知識とから、対象物たり得るための各種属性をその意味とともに記述したコンテキストデータを生成する。 - 特許庁
When an SRNC (serving radio network controller) managing exclusive-use radio resources assigned to the UE (User equipment), carries out SSR (seamless SRNS relocation), a source RNC or the object RNC transmits the SSR information and a field value of respective sequence number (SN) for a compression device context and a restoration device context to the UE, and makes the reassignment of the context.例文帳に追加
UE(User equipment)に割り当てられた専用無線資源を管理するSRNC(serving radio network controller)がSSR(seamless SRNS relocation)を遂行する時、ソースRNCまたは目的RNCは、SSR情報と、圧縮機文脈及び復元器文脈夫々の順序番号(SN)フィールド値をUEに伝送して文脈の再割当を行う。 - 特許庁
A first managing means 112 manages the collection (context #0, #1, #2,...) of the object data as objects of arbitrary processing executed by clients C1, C2, C3,... by every client.例文帳に追加
第1の管理手段112は、クライアントC1,C2,C3,・・・にて実行される任意の処理の対象となるオブジェクトデータの集合(コンテキスト#0,#1,#2,・・・)を、クライアント毎に管理する。 - 特許庁
While codecs are not restricted to use with Unicode, ina Unicode context, encoding converts a Unicode object to a plain string using a particular character set encoding (e.g., cp1252 or iso-8859-1).例文帳に追加
codecs は Unicode 専用ではありませんが、Unicode の文脈では、エンコーディングは Unicode オブジェクトを特定の文字集合エンコーディング(たとえば cp1252 やiso-8859-1)を使って文字列オブジェクトに変換します。 - Python
The arbitral tribunal found that there was no decisive evidence that the arbitration procedure was covered by the most-favored nation treatment in its text and context and in light of the object and purpose of the BIT.例文帳に追加
仲裁廷は、MFN の文言、文脈、協定の目的いずれにも最恵国待遇の対象に仲裁手続が含まれるか決定的な根拠がないとした。 - 経済産業省
For the arithmetic encoding/decoding method for arithmetically encoding/decoding multilevel image information composed of plural bit planes while referring to context information, the encoding/decoding order is determined, so that the context information corresponding to an encoding/decoding object pixel can be determined while preceding for at least two cycles of the encoding/decoding object pixel.例文帳に追加
複数のビットプレーンからなる多値画像情報をコンテキスト情報を参照して算術符号化/復号化する算術符号化/復号化方法であって、符号化/復号化対象画素に対するコンテキスト情報が前記符号化/復号化対象画素の少なくとも2サイクル先行して確定するように、符号化/復号化順序を定めた。 - 特許庁
Code objects represent byte-compiled executable Python code, or bytecode.The difference between a code object and a function object is that the function object contains an explicit reference to the function's globals (the module in which it was defined), while a code object contains no context; also the default argument values are stored in the function object,not in the code object (because they represent values calculated atrun-time).例文帳に追加
コードオブジェクトは バイトコンパイルされた (byte-compiled)実行可能な Python コード、別名 バイトコード (bytecode) を表現します。 コードオブジェクトと関数オブジェクトの違いは、関数オブジェクトが関数のグローバル変数 (関数を定義しているモジュールのグローバル) に対して明示的な参照を持っているのに対し、コードオブジェクトにはコンテキストがないということです; また、関数オブジェクトではデフォルト引数値を記憶できますが、コードオブジェクトではできません(実行時に計算される値を表現するため)。 - Python
A predictive error calculating means 220 performs predictive correction of an initial predictive value depending on a quantized context, then calculates the difference between a predictive value and a predictive object pixel, and encodes the difference.例文帳に追加
予測誤差算出手段220は、量子化されたコンテキストに応じて初期予測値の予測補正を行なった後、予測値と予測対象画素との差分を算出し、符号化を行なう。 - 特許庁
To provide an automatic photographing device which is used for forming images that are desired to be viewed again later by photographing an object with camera work control accompanied by camera positioning suitable to the context on the occasion.例文帳に追加
その場の状況に適応したカメラポジショニングを伴うカメラワーク制御で撮影することで、後で見返したくなるような映像を生成するための装置を提供する。 - 特許庁
Dynamic error message generation allows generation of multiple and distinct error messages from the same error object Sophisticated callbacks are available for error message generation, error context generation, and error handling functionality, see Error Context Display, Custom Error Message Generation, and controlling error generation 例文帳に追加
エラーメッセージの動的な生成機能により、同一のエラーオブジェクトに対して異なるエラーメッセージを生成することが可能 エラーメッセージの生成・エラーコンテキストの生成・エラー処理機能において、洗練されたコールバック機能が利用可能。 エラーコンテキストの表示,カスタムエラーメッセージの生成,および エラー生成の制御も参照ください。 - PEAR
At that time, the sentence whose shorter length of a context satisfying the semi-order relation is retrieved than longer sentence as the sentence of high similarity for retrieving the sentence satisfying the semi-order relation from the document of the retrieval object.例文帳に追加
またこの時、検索対象文書から半順序関係を満たす文を検索するにあたり、半順序関係を満たす文脈の長さが短い文を、より類似度の高い文として検索する。 - 特許庁
At least several means among plural computer readable service program code means consist of computer-readable attribute access program code means, which connect the service program code means to attributes in an object context in order to perform mutual communication and processing of object attributes.例文帳に追加
コンピュータで読取り可能な複数のサービスプログラムコード手段の内の少なくとも幾つかは、相互通信およびオブジェクト属性に対して処理をするため、サービスプログラムコード手段をオブジェクト文脈中の属性に結合するコンピュータで読取り可能な属性アクセスプログラムコード手段で構成される。 - 特許庁
At this time, a plurality of initial vector candidates are generated based on a context comprising blocks of different numbers, and one corresponding to a reference image block which is more similar to the present processing object block among individual candidate vectors is made to be an initial vector.例文帳に追加
この際、異なる数のブロックからなるコンテキストに基づいて複数の初期ベクトル候補を生成し、個々の候補ベクトルのうち現処理対象ブロックと類似度の高い参照画像ブロックに対応する一方を初期ベクトルとする。 - 特許庁
A command reading instruction transmitting part 102 publishes to a memory access control section 20 a command reading instruction 105 which set a forwarding size and a storage address about each of the arranged context command set 111 and the object command set 121.例文帳に追加
コマンド読取命令送信部102は、配置したコンテキスト・コマンドセット111及びオブジェクト・コマンドセット121それぞれについての転送サイズ及び格納先アドレスをセットしたコマンド読取命令105をメモリアクセス制御部20に発行する。 - 特許庁
To provide a video analysis method and device, allowing high-accuracy extraction of an important object included in a video by collating a characteristic amount extracted from the video with meta information described with a context of the video.例文帳に追加
映像から抽出した特徴量を当該映像の文脈が記述されたメタ情報と照合することにより、映像に含まれる重要オブジェクトを高い精度で抽出できる映像解析方法および装置を提供する。 - 特許庁
The name 'butsuden' (also meaning 'Buddha hall') is recorded in "Nihon Shoki" (The Chronicles of Japan) and is used as an alternative name for 'butsudo,' but in Japan is mainly used in the context of the halls that enshrine the principal object of Zen sect temples (often Buddha Shakyamuni). 例文帳に追加
「仏殿」という名称は、『日本書紀』にも見え、仏堂一般を指す語として用いられる場合もあるが、日本では主に禅宗寺院の本尊(多くは釈迦如来)を安置する堂の名称として使われている。 - Wikipedia日英京都関連文書対訳コーパス
This discrimination is conducted using a plurality of detectors, e.g. that are operated in parallel and detecting that consecutive context/superior symbols and normalization processing area not caused to each of consecutive symbol numbers which are an object of batch coding.例文帳に追加
前述の判定は、例えば、並列動作する複数の検出器を用いて、一括符号化の対象となる連続シンボル数の各々について、コンテクスト/MPSの連続と、正規化処理が発生しないことを検出することにより行われる。 - 特許庁
A context extracting part 602 calculates a cosine of the user's characteristic vector F' obtained by mapping the user's vector F onto an object characteristic vector O space and the model characteristic vector M' and extracts the user's contest information from the value.例文帳に追加
利用者ベクトルFを物品特徴ベクトルO空間に写像して得られる利用者特徴ベクトルF′とモデル特徴ベクトルM′との余弦をコンテキスト抽出部602により算出してその値から利用者のコンテキスト情報を抽出する。 - 特許庁
Even if the information quantity to be stored and restored is changed by the upgrade or internal state of hardware that is a context storage object, an optional memory area is ensured on a sub-table to store the hardware information of variable capacity.例文帳に追加
コンテキスト保存対象となるハードウェアがバージョンアップや内部状態などによって保存復元対象の情報量が変化する場合であっても、任意のメモリ領域を副テープル上に確保して可変容量のハードウェア情報を格納する。 - 特許庁
A client PC 12 is connected to the time stamp device 10, which generates a first time stamp for certifying a place of reception of data as an object of time certification, generated by the client PC 12, in an ordinal context of reception processes.例文帳に追加
タイムスタンプ装置10には、クライアントPC12が接続されており、クライアントPC12が発生した時刻証明の対象となるデータを受け付ける場合の、受付処理の順序の前後関係を証明する第1のタイムスタンプを生成する。 - 特許庁
The operation monitoring apparatus that monitors on a windows (R) screen the process data obtained through communication with a plant device and that executes the operation of the device via the screen has an operation management means for displaying the context menu unique to the object on the screen for a predetermined mouth operation selecting the object on the screen.例文帳に追加
プラントの機器と通信し、取得したプロセスデータをウィンドウズ(登録商標)画面で監視すると共に、この画面を介して前記機器の操作を実行する操作監視装置において、 前記画面に表示されたオブジェクトを選択したマウスの所定操作に対して、前記オブジェクト固有のコンテキストメニューを前記画面に表示させる、操作管理手段を備える。 - 特許庁
An electronic conference system 100 issues assurance request by generating context identification information based on a random sequence and an object ID from a start time to an end time of a conference by a conference system controller 11, for an object such as a user operating the electronic conference system 100 and a multifunction machine 102 and an electronic document used in the operation.例文帳に追加
電子会議システム100や複合機102を操作したユーザや操作に用いた電子文書などのオブジェクトに対して、電子会議システム100の場合には会議システム制御装置11で会議の開始時間から終了時間までの乱数系列とオブジェクトIDからコンテキスト識別情報を生成して保証要求を行う。 - 特許庁
In a first stage, a new received message is at least partially decoded by performing any decoding operations that require no user input, and a resulting context object is stored in memory, before a user is notified that the new message has been received.例文帳に追加
第1のステージにて、新しい受信メッセージが、ユーザ入力を必要としない任意のデコーディング動作を実行することにより、新しいメッセージが受信されたことをユーザに通知される前に少なくとも部分的にデコードされ、結果のコンテキストオブジェクトがメモリに格納される。 - 特許庁
When the following functions return ``frame records,'' each record is a tuple of six items: the frame object, the filename,the line number of the current line, the function name, a list of lines of context from the source code, and the index of the current line within that list.例文帳に追加
以下の関数には、戻り値として``フレームレコード''を返す関数があります。 ``フレームレコード''は長さ6のタプルで、以下の値を格納しています:フレームオブジェクト・ファイル名・実行中の行番号・関数名・コンテキストのソース行のリスト・ソース行リストの実行中行のインデックス。 - Python
Matching processing is performed using the calculated feature quantity, a feature quantity (parameter) prepared beforehand for the object to be recognized, and probability values (context parameters) among objects possibly photographed simultaneously in one image and among objects possibly photographed over a plurality of images.例文帳に追加
算出された特徴量、予め認識対象とされている物体の特徴量(パラメータ)、および、1枚の画像に同時に写っている可能性のある物体同士や複数の画像にわたって写っている可能性のある物体同士の確率値(コンテキストパラメータ)が用いられたマッチング処理が行われる。 - 特許庁
Then, an index extraction means 5 extracts an index word from the knowledge representation, extracts context information related to the existence of an object represented by the index word, obtains a weight value of the index word, associates the index word with the weight value, and stores them in an index storage means 6 for each electronic document.例文帳に追加
そして、索引抽出手段5が知識表現から索引語を抽出すると共に、当該索引語が表す対象の存在に関する文脈情報を抽出して索引語の重み値を求め、索引語と重み値とを対応付けて索引格納手段6に電子文書毎に格納する。 - 特許庁
In a structure for executing data processing while relating a plurality of logical processors to a physical processor by time sharing, processing for mapping and storing a logical processor-corresponding context table laid in a non-applied state of the physical processor to a logical partition address space corresponding to a logical partition as the application object of the logical processors is executed.例文帳に追加
複数の論理プロセッサをタイムシェアリングによって物理プロセッサに対応付けてデータ処理を実行する構成において、物理プロセッサの非適用状態にある論理プロセッサ対応のコンテキストテーブルを、論理プロセッサの適用主体としての論理パーティションに対応する論理パーティションアドレス空間にマップして保存する処理を実行する。 - 特許庁
The method comprises functions of receiving a request for a location context, acquiring data associated with a current location from one or more location detecting devices, reconciling the acquired data for any inconsistencies concerning the current location by applying either or both of a hierarchical process and a metric process, and generating a location object accessible to applications.例文帳に追加
方法は、位置コンテクスト要求の受信、1つまたは複数の位置検出デバイスから現在の位置に関連するデータの取得、階層型プロセスおよびメトリック・プロセスの一方又は双方の適用により現在の位置に関係する不整合に対する取得済みデータの調整、アプリケーションからアクセス可能な位置オブジェクトの生成、の各機能を備える。 - 特許庁
| 意味 | 例文 |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright Ministry of Economy, Trade and Industry. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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会員(無料)になると
|