1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > OBJECT CODEの意味・解説 > OBJECT CODEに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

OBJECT CODEの部分一致の例文一覧と使い方

該当件数 : 966



例文

A network arithmetic processing part is operated according to an object code not depending on the hardware.例文帳に追加

ネットワーク演算処理部はハードウエアに依存しないオブジェクトコードによって動作する。 - 特許庁

In an object code producing step S108, the middle word is transformed into a program language.例文帳に追加

目的コード生成ステップ(S108)において、中間語を、プログラム言語に変換する。 - 特許庁

To provide an assembler which can reduce the size of an object code.例文帳に追加

オブジェクトコードのサイズを削減することが可能なアセンブラを提供すること。 - 特許庁

DESPREADING PROCESSING METHOD, DESPREAD CODE ASSIGNMENT METHOD, TERMINAL FOR MOVING OBJECT AND BASE STATION例文帳に追加

逆拡散処理方法、拡散符号割当方法、移動体端末および基地局 - 特許庁

例文

To keep a state where a corresponding source code or its equivalent object is synchronized with a software model without using a code marker that causes the confusion of codes by uniting an optional source code that is not expressed in the software model into a source code that is generated from an original code.例文帳に追加

コードを混同させるコードマーカを必要とせずに、対応するソースコード又は同等の対象とソフトウェアモデルを同期化した状態に保つことを可能にするラウンドトリップエンジニアリングの方法及びその装置を提供すること。 - 特許庁


例文

At that time, the information bit inserted on the base station side is extracted by a code error extracting circuit 312, and if a code error occurs, a code error inserting circuit 314 inverts the code of object data to generate a code error.例文帳に追加

この際、基地局側にて挿入した情報ビットを符号誤り抽出回路312にて抽出して、符号誤りが発生している場合は、符号誤り挿入回路314にて対象のデータの符号を反転して符号誤りを発生させる。 - 特許庁

After the Code Completion box narrows the list to all methods that start with set, type te to narrow the list to setText(Object text) and press Enter. 例文帳に追加

コード補完ボックスのリストが set で始まるすべてのメソッドに絞り込まれたら、「te」と入力してリストを「setText(Object text)」に絞り込み、Enter キーを押します。 - NetBeans

The first expression should evaluate to either a string, an open file object, or a code object.例文帳に追加

最初の式の値評価結果は文字列か、開かれたファイルオブジェクトか、コードオブジェクトでなければなりません。 - Python

A code designating operation desired to be shown by the object on and after the time point can be added to the object (step 153).例文帳に追加

その時点以降にオブジェクトが示すことを望む動作を指定するコードをオブジェクトに付加できるようにしている(ステップ153)。 - 特許庁

例文

To reduce the code amount of a motion vector in an encoding object image and to reduce the amount of encoded data as the entire encoding object image.例文帳に追加

符号化対象画像における動きベクトルの符号量をより小さくし、符号化対象画像全体としての符号化データの量をより小さくする。 - 特許庁

例文

A code specifying an operation that an object desires to show later can be added to the object (step 153).例文帳に追加

その時点以降にオブジェクトが示すことを望む動作を指定するコードをオブジェクトに付加できるようにしている(ステップ153)。 - 特許庁

A plurality of code sets showing an identifier for specifying a real object are arranged on the surface of the real object.例文帳に追加

現実物体の表面上に当該現実物体を特定するための識別子を表す1セットのコードを複数配する。 - 特許庁

An object code generation part 30 converts the intermediate-form codes sectioned into the execution units by the part 40 converting parallel into object codes 60.例文帳に追加

オブジェクトコード生成部30は並列化部40で実行単位に区分された中間形式コードをオブジェクトコード60に変換する。 - 特許庁

The management sheet is pasted on a management object facility, and has a bar code which stores an URL determined for each management object facility.例文帳に追加

管理シートは、管理対象設備に貼られる、当該管理対象設備ごとに定められるURLを記憶したバーコードが表示される。 - 特許庁

A label readout flag setting part 55 sets an object code symbol that is an object on which the label reader 53 performs detection of display of service.例文帳に追加

ラベル読取フラグ設定部55は、ラベル読取部53がサービス表示の検出を行う対象となる対象コードシンボルを設定する。 - 特許庁

The characteristic and structure data of the object is used to produce a code necessary to create an equivalent representation of the object in a virtual world.例文帳に追加

対象物の特性および構造データを利用して、仮想世界で対象物の均等表現を作成するのに必要なコードを生成する。 - 特許庁

The object 55 can be referred to later while using the symbolic reference code 55' and the system processes that object by inquiring it to the object space 70 and solving the symbolic reference code 55' corresponding to the relevant physical position concerning the object 55.例文帳に追加

オブジェクト55に対するその後の参照は記号参照符55’を用いて行うことができ、システムはそれをオブジェクト空間70に問い合わせオブジェクト55についての該当する物理的位置に対する記号参照符55’を解くことで処理する。 - 特許庁

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

Then each object code group having the same minimum index as the minimum code index is decided in 64 possible scramble code groups.例文帳に追加

この後、ミニマムコードインデックスと同一の最小インデックスを有する各々の候補コードグループが64個の可能なスクランブルコードグループの中で決定される。 - 特許庁

An object code quantity calculation means 114 uniformly assigns the code quantity by each block onto the entire frames so as to control the code quantity by each of the N-frames to be a prescribed value or below.例文帳に追加

目標符号量算出手段114においてフレーム全体で均一にブロック毎の符号量を割り振ることで、Nフレーム毎の符号量を所定の値以下とする制御を行う。 - 特許庁

The code quantity calculation section 7 decides a degree (n) so that a code quantity of the special reproduction data generated by the DCT coefficient reduction circuit 6 reaches a prescribed object code quantity or below.例文帳に追加

符号量計算部7は、DCT係数削減回路6によって生成される特殊再生用データの符号量が所定の目標符号量以下になるように次数nを定める。 - 特許庁

To provide a video signal encoder or the like that matches a generated code quantity in the case of encoding processing with an object code quantity so as to stably control the code quantity without incurring image quality deterioration.例文帳に追加

符号化処理の際の発生符号量を目標符号量に一致させ、画質劣化を招くことなく符号量を安定に制御可能なビデオ信号符号化装置等を提供する。 - 特許庁

A code quantity controller 12 controls a prescribed quantization width of a quantizer 9 on the basis of analysis result information and a prescribed object code quantity to control a code quantity of image compression information at a high bit rate to be outputted.例文帳に追加

符号量制御装置12は、解析結果情報と所定の目標符号量とに基づいて、量子化装置9の所定の量子化幅を制御して、出力する高ビットレートの画像圧縮情報の符号量を制御する。 - 特許庁

The radio communication device 2 on the cart 10 for transportation reads in the article code of an object article transported by the cart 10 for transportation, stores the read-in article code, and transmits the stored article code to the outside by radio.例文帳に追加

輸送用カート10の無線通信装置2は、輸送用カート10により輸送される被輸送物の商品コードを読込み、読込まれた商品コードを記憶し、記憶された商品コードを無線を介して外部に送信する。 - 特許庁

A feature of a character code assumed as a character code of data as a reading object is previously stored in a computer 1 as character code tables 1, 2, 3, ..., n.例文帳に追加

読み込みの対象となるデータの文字コードとして想定される文字コードの特徴を文字コード表1,2,3,・・・,nとして予めコンピュータ1に記憶させておく。 - 特許庁

When the deliverer has delivered the delivery object 26 to the delivery destination, a bar code reader 52 of the mobile terminal 22 reads the bar code information of the bar code sticker 45.例文帳に追加

配達人20は、宅配物26を宅配先へ届けたならば、移動端末22のバーコードリーダ52によりバーコードシール45のバーコード情報を読み込む。 - 特許庁

To automatically cook a cooking object when a product has no bar code, or when the bar code attached to the product is damaged or lost, in a cooker, a cooking system and a cooking control method using the bar code.例文帳に追加

バーコードを用いる調理装置、調理システム及び調理制御方法において、バーコードのついていない製品や、製品についているバーコードが損傷または紛失したときに、調理物の自動調理を可能にする。 - 特許庁

To provide a code reader capable of very precisely reading a code even when reflection characteristics of light on the surface of a reading object with the code formed thereon.例文帳に追加

コードが形成されている読取対象物表面における光の反射特性が異なる場合でも、コードを高精度に読み取りことができるコード読取装置を提供する。 - 特許庁

A source structure acquisition part 12 analyzes an annotated source code 5, objectifies a structural element and related element, generates a model indicating a structure of the source code 5, and stores it in a source code object storage part 15.例文帳に追加

ソース構造取得部12は,アノテーション付きのソースコード5を解析し,構成要素と関連要素とをオブジェクト化し,ソースコード5の構造を表すモデルを生成してソースコードオブジェクト記憶部15へ格納する。 - 特許庁

When the sale of an article is registered, the link code linked with the single-item code of the article is read in from a single-item file 4 and it is judged whether or not the link code is an object of alteration.例文帳に追加

商品が販売登録されると、その商品の単品コードに連鎖するリンクコードを単品ファイル4から読込み、そのリンクコードが変更対象か否かを判断する。 - 特許庁

To provide an information code reading apparatus which is capable of accurately specifying an instructed position in addition to decoding an information code when a specific position is instructed while hiding a part of the information code with an object.例文帳に追加

情報コードの一部が物体によって隠されて特定位置が指示される場合に、情報コードの解読に加え、その指示位置の特定を正確に行い得る情報コード読取装置を提供する。 - 特許庁

Recognizing the transmitted scramble code group on the basis of the selected object code group can considerably reduce the number of required comparison times when deciding the code group.例文帳に追加

選択された候補コードグループに基づいて伝送されたスクランブルコードグループを認識することにより、コードグループを決定するとき、要求される比較回数を相当減少することができる。 - 特許庁

A test code is generated from the logically summed unique code (618) and tested for equality with the logically summed error code to determine if more than one object was selected (620).例文帳に追加

論理和がとられたユニークなコードからテストコードが生成され618、論理和がとられたエラーコードとの同等性がテストされて1つより多い対象物が選択されたかを判定する620。 - 特許庁

The wireless communication apparatus receives the spread signal using the unique code from the communication station apparatus, and a unique code identification means 3 identifies the unique code used for spreading the received spread signal out of unique codes belonging to the detected object.例文帳に追加

通信局装置から固有コードを用いた拡散信号を受信し、固有コード同定手段3が検出された候補に属する固有コードの中から当該受信拡散信号の拡散に用いられた固有コードを同定する。 - 特許庁

Code information is extracted and decoded by a one-dimensional code decoding part 17 or a two-dimensional code decoding part 18 in accordance with a discrimination result to acquire peculiar information specifying the transport object.例文帳に追加

判定結果に応じて、1次元コード復号化部17又は2次元コード復号化部18によりコード情報を抽出し、復号化して輸送物を特定する固有情報を取得する。 - 特許庁

To prevent the occurrence of mismatch between an object code and a source code on the PLC side while improving transfer efficiency in the case of transferring a source code whose edition is completed from a program development support apparatus to the PLC in which a user program is an object code whose reverse conversion to a source code is difficult.例文帳に追加

ユーザプログラムがソースコードへの逆変換が困難なオブジェクトコードとされたPLCにおいて、編集が完了したソースコードをプログラム開発支援装置からPLCへ転送するに際して、転送効率を向上させつつも、PLC側におけるオブジェクトコードとソースコードとの不一致の発生を未然に防止すること。 - 特許庁

A terminal device 2 transmits, when a location recording code C1 and an object recording code C2 are read at a predetermined association time, association information in which information on an object 90 to be managed recorded on the management object recording code is associated with information on location recorded on the location recording code, to a management device 80.例文帳に追加

端末装置2は、ロケーション記録コードC1と管理対象物記録コードC2とが所定の対応時期に読み取られた場合に管理対象物記録コードに記録される管理対象物90の情報とロケーション記録コードに記録されるロケーションの情報とを対応付けた対応情報を管理装置80に送信している。 - 特許庁

A rate control unit, on the basis of the state of an imaging unit in imaging a coding object image to be coded, adjusts a target code amount which is a target of a code amount when the coding object image is coded, and an orthogonal transform unit, a quantization unit, and a variable-length coding unit code the coding object image in accordance with the adjusted target code amount.例文帳に追加

レート制御部は、符号化の対象とされる符号化対象画像の撮像時における撮像部の状態に基づいて、符号化対象画像を符号化したときの符号量の目標とされる目標符号量を調整し、直交変換部、量子化部、及び可変長符号化部は、調整された目標符号量に応じて、符号化対象画像を符号化する。 - 特許庁

The cash register 4 collates the merchandise code of merchandise relating to accounting with a merchandise code included in the coupon information, and displays the coupon object merchandise and a discount sum on the coupon picture for every coupon object merchandise.例文帳に追加

キャッシュレジスタ4は、会計に係る商品の商品コードと、クーポン情報に含まれる商品コードを照合し、クーポン対象商品と割引金額をクーポン対象商品毎にクーポン画面に表示する。 - 特許庁

A picture object code amount calculator 14 calculates an object code quantity for each picture type corresponding to a coding rate decided by an audio video coding rate deciding device 13.例文帳に追加

ピクチャ目標符号量計算器14ではオーディオビデオ符号化レート決定器13にて決定した符号化レートに対応するピクチャタイプ毎の目標符号量を計算する。 - 特許庁

To regard an information label having a bar code and an RF tag as an object to be read and to read the bar code and RF tag at the same time without reference to the distance to the object to be read.例文帳に追加

バーコードとRFタグとを有した情報ラベルを読み取り対象物として、その読取対象との間の距離に関わらず、バーコードおよびRFタグを同時に読み取り可能にする。 - 特許庁

If the code is registered, the portable terminal 3 recognizes the delivery object 1 has been delivered and registers the delivery object corresponding to the recognized RF-ID code 111 to the data storage part 32 as delivery-completed.例文帳に追加

登録されている場合には、携帯端末3は、配送物1が配送されたものとして認識しその認識したRF−IDコード111に対応した配送物を配送済みとしてデータ蓄積部32に登録する。 - 特許庁

Image data of both the object and the instruction contents code data are transmitted from the imaging apparatus 101 to the information processor 103 and based on the instruction contents code data, image processing is performed on the image data of the object.例文帳に追加

被写体と指示内容コードデータ双方の画像データを撮像装置101から情報処理装置103に送信し、指示内容コードデータに基づいて被写体の画像データを画像処理するものである。 - 特許庁

The I-code is dynamically compiled into a binary code as required and an object being compiled is executed; and in that case, the Personality object 33 is called by the function of the MK 31b to provide a service to Applications 35.例文帳に追加

また、必要に応じてI−codeがバイナリコードに動的にコンパイルされ、コンパイルされているオブジェクトが実行されるが、その場合、MK31bの機能によってPersonalityオブジェクト33が呼び出され、Applications35にサービスを提供する。 - 特許庁

An object code quantity limiter 24 limits a buffer capacity of one preceding picture to a connecting point to an object code quantity so as to be converged to a first buffer capacity on the basis of picture count information.例文帳に追加

目標符号量制限器24は、ピクチャカウント情報をもとに接続点に一つ前のピクチャのバッファ値を、第1のバッファ値に収束するような目標符号量に制限する。 - 特許庁

A zero bit plane number comparison unit 110 compares zero bit plane numbers of the comparison object code block, and determines whether a specific image matches the image of a comparison object code stream or not.例文帳に追加

ゼロビットプレーン数比較部110は、比較対象コードブロックのゼロビットプレーン数を比較し、特定画像と比較対象コードストリームの画像の一致若しくは不一致を判定する。 - 特許庁

An RF-ID detection device 2 detects an RF-ID code 111 of the delivery object 1 and conserves the code in a buffer when the delivery object 1 passes nearby or approaches.例文帳に追加

RF−ID検出装置2は、配送物1が近傍を通過または近づいたときに配送物のRF−IDコード111を検出し、バッファに保存する。 - 特許庁

A ratio corresponding to an area which is occupied by a unit module of the reading object code to be read in the image data is calculated based on a measuring distance of the reading object code and a previously set reference module width.例文帳に追加

読取対象コードの測定距離と予め設定される基準モジュール幅とに基づいて、読み取るべき読取対象コードの単位モジュールが画像データに占める領域に対応する比率が算出される。 - 特許庁

A first bar code label 14 is arranged in the first direction 22 in a first position 20 on an object 18, and a second bar code label 16 is arranged in the second direction 28 in a second position 26 on the object 18.例文帳に追加

第1のバーコードラベル(14)は、物体(18)上の第1の位置(20)に第1の向き(22)で配置され、第2のバーコードラベル(16)は、物体(18)上の第2の位置(26)に第2の向き(28)で配置される。 - 特許庁

例文

The coding unit 204 calculates the prediction code amount of a specific object included in the region of interest based on the code amount generated when coding the specific object included in the region of interest.例文帳に追加

符号化部204は、注目領域に含まれる特定オブジェクトを符号化したときに生じた符号量から注目領域に含まれる特定オブジェクトの予測符号量を算出する。 - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS