1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > module codeに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

module codeの部分一致の例文一覧と使い方

該当件数 : 349



例文

To enable code editing in both of a form that a layout part is made to become independent of a logic part and a form that the layout part and the logic part are integrated in development of a picture output module.例文帳に追加

画面出力モジュールの開発において、レイアウト部分とロジック部分を独立させた形態、及び当該レイアウト部分およびロジック部分を統合した形態の双方において、コード編集を可能にする。 - 特許庁

An auto ID reader and one or two radio frequency transceivers are supported on a common support having a predetermined form factor, such as that of a scan engine module commonly utilized in hand-held bar code symbol scanners.例文帳に追加

自動ID読取装置と1つ又は2つの無線周波数トランシーバを、手持ち式・バーコードシンボル・スキャナにおいて一般的に使用される走査・エンジン・モジュールのフォームファクタのような所定のフォームファクタを有する共通支持体で支持する。 - 特許庁

The program code 70 is provided with an image link module 88 for mutually relating images captured by the user, namely, electronically linking the captured images, forming a group and providing this grouped graphic display on a display screen.例文帳に追加

プログラムコード(70)は、ユーザが捕捉された画像を互いに関連させ、すなわち捕捉された画像を電子的に連結してグループを形成し、このグループ化のグラフィク表示を表示画面上に提供する画像連結モジュール(88)を含む。 - 特許庁

In a sequencer simulation device, an interface module 105 installed in a sequencer simulator 102 analyzes data communication information 201 from a user application 107 or a display unit simulator 106, and achieves reading/writing to a simulator 103 of an arbitrary code 205.例文帳に追加

シーケンサシミュレータ102内に設けたインタフェースモジュール105はユーザアプリケーション107や表示器シミュレータ106からのデータ通信情報201を解析し、任意の局番205のシミュレータ103への読み書きを実現する。 - 特許庁

例文

When a branch instruction is issued and subsequent inputs of the pipeline are in the order of CD'1, CD'2, ..., the decryptor module DE_MD outputs a decrypted code CD1[1] by performing a one-stage pipeline process to CD'1.例文帳に追加

仮に分岐命令が発生し、それ以降パイプラインの入力がCD’1、CD’2、…の順であった場合、DE_MDは、CD’1に対して1段分のパイプライン処理を行って復号化コードCD1[1]を出力する。 - 特許庁


例文

The parts 5 include, for example; a blue-tooth module; a non-contact IC chip; a small infrared light data transmitting part; or a two-dimensional code, etc, and performs a processing to transmit (supply) the message to the terminal equipment owned by the user.例文帳に追加

データ発信部5は、例えば、ブルートゥースモジュール、非接触ICチップ、小型の赤外線データ発信部、または、2次元コードなどにより構成され、ユーザが保有している端末装置に、メッセージを発信する(供給する)処理を実行する。 - 特許庁

When imaged images are printed as a list, a printer control code generating module 10-g generates codes interpretable by the printer 11 according to the discriminated type of the printer on the basis of each of image data.例文帳に追加

そして、撮像した画像一覧印刷する場合、各画像データに元づき、判別された印刷装置の種類に従って印刷装置11が解釈可能なコードをプリンタ制御用コード生成モジュール10−gで生成する。 - 特許庁

The information for the adjustment is decided when the communication module is assembled to an electronic apparatus or the like, recorded as the bar code 15, written in part of areas of a flash memory provided to the electronic apparatus or the like and used.例文帳に追加

調整のための前述の情報は、通信モジュールが電子機器等に組み込まれた時点で決定されてバーコード15として記録され、かつ、電子機器等に備えられているフラッシュメモリの一部の領域に書き込まれて使用される。 - 特許庁

A key code necessary to change the burglary prevention device 2 over to the burglary preventing state and to the normal using state is transmitted to the burglary prevention device 2 through the communication module 8 by the communication device 3 and memorized in the non-volatile memory 7.例文帳に追加

盗難防止装置2を盗難防止状態と通常使用状態とに切り替えるために必要なキーコードを、通信装置3により、通信モジュール8を介して盗難防止装置2に発信し、不揮発性メモリ7に記憶させる。 - 特許庁

例文

The image forming apparatus includes: the compressor 104 for performing compression to complete the image data of one band in the image by each band, and writing a white image detection result in compression with respect to a descriptor with a compression data completion code at a code side written therein; and a writing DMAC 105 having a write-back generation module 1051 for writing a write-back flag in the descriptor.例文帳に追加

画像中の1バンドの画像データをバンドごとに完結させる圧縮を行い、符号側の圧縮データ完結符号が書かれたディスクリプタに対して、圧縮時の白画像検出結果を書き出す圧縮器104とディスクリプタにライトバックフラグを書き出すライトバック発生モジュール1051を有するライトDMAC105とを備えた。 - 特許庁

例文

The gensuitemodule module creates a Python package implementingstub code for the AppleScript suites that are implemented by a specific application, according to its AppleScript dictionary.It is usually invoked by the user through the PythonIDE, but it can also be run as a script from the command line (pass--help for help on the options) or imported from Python code.例文帳に追加

gensuitemodule モジュールは AppleScript 辞書によって特定のアプリケーションに実装されている AppleScript 群のためのスタブコードを実装した Python パッケージを作成します。 このモジュールは、通常は PythonIDE からユーザによって起動されますが、コマンドラインからスクリプトとして実行する(オプションとしてヘルプに --help を与えてみてください)こともできますし、Python コードでインポートして利用する事もできます。 - Python

The system 1 has a structure analysis part 1a for analyzing the logical structure of the code 6 and developing its analytical result to tree structure consisting of plural nodes and an execution module giving part 1b for giving an execution module corresponding to each node constituting the tree structure developed by the analysis part 1a to the node.例文帳に追加

このうち解釈系1は、ソースコード6の論理構造を解析してその解析結果を複数の節点からなる木構造に展開する構造解析部1aと、構造解析部1aにより展開された木構造の各節点に対してその各節点に対応する実行モジュールを付与する実行モジュール付与部1bとを有している。 - 特許庁

To the DRAM 22 are allotted a program area 35 for copying a predetermined program module stored in a ROM 13 and a band buffer 36 for converting an intermediate code ϕ2 based on an input data ϕ1 sent from a host to a plot data ϕ3.例文帳に追加

このDRAM22には、ROM13に格納された所定のプログラムモジュールをコピーするためのプログラム領域35と、ホストから送られた入力データφ1に基づく中間コードφ2を描画データφ3に変換するバンドバッファ36が割り付けられる。 - 特許庁

An output signal which is outputted to a control part 20 by a signal output circuit 38 of the sensor module 30 includes a failure diagnosing judging code when a failure diagnosing part 22 of a control part (airbag ECU) 20 outputs a failure diagnosing starting signal.例文帳に追加

制御部(エアバッグECU)20の故障診断部22が故障診断開始信号を出力した場合には、センサモジュール30の信号出力回路38が制御部20へ出力する出力信号は、故障診断判別コードが含まれている。 - 特許庁

This image sensor module A1 provided with an image sensor chip 2 in which a plurality of photoelectric converters 2a are built is provided with a code symbol 11 as an information recording medium in which defective information of the plurality of photoelectric converters 2a is recorded.例文帳に追加

複数の光電変換素子2aが造り込まれたイメージセンサチップ2を備えたイメージセンサモジュールA1であって、複数の光電変換素子2aの欠陥情報が記録された情報記録手段としてのコードシンボル11を備えている。 - 特許庁

An Internet-connected subscription server system using the data repository has a communication module for receiving data requests accompanied by location data and a code set for managing retrieval of information from the data repository in response to the data requests.例文帳に追加

前記データリポジトリを使用するインターネットに接続された加入サーバシステムは、ロケーションデータを伴うデータ要求を受信する通信モジュールと、前記データ要求に応答して前記データリポジトリからの情報の検索を管理するコードセットとを有する。 - 特許庁

To realize a front end module capable of processing transmission signals and reception signals in respective first and second frequency bands, dealing with a code division multiple access (CDMA) system, and being easily reduced in size and weight, easily complexed and integrated.例文帳に追加

第1および第2の周波数帯域のそれぞれにおける送信信号および受信信号を処理できると共に符号分割多重接続方式に対応可能で、且つ小型軽量化、複合化および集積化が容易なフロントエンドモジュールを実現する。 - 特許庁

Thus,users on the most popular platforms will be able to install most popular Python module distributions in the most natural way for their platform,without having to run a single setup script or compile a line of code.例文帳に追加

したがって、ほとんどの一般的なプラットフォームにおけるユーザは、setup スクリプト一つ実行せず、コードを一行たりともコンパイルしなくても、使っているプラットフォーム向けのきわめて普通の方法でほとんどの一般的な Python モジュール配布物をインストールできるでしょう。 - Python

Before you try to build a module that can be dynamically loaded, be aware of how your system works.In Unix, a shared object (.so) file contains code to be used by the program, and also the names of functions and data that it expects to find in the program.例文帳に追加

動的ロードされるようなモジュールをビルドしようとする前に、自分のシステムがどのように動作するか知っておいてください。 Unix では、共有オブジェクト (.so) ファイルにプログラムが使うコード、そしてプログラム内で使う関数名やデータが入っています。 - Python

This is not a tutorial on editing the parse trees for Python code, but some examples of using the parser module are presented.Most importantly, a good understanding of the Python grammar processed by the internal parser is required.例文帳に追加

この文書はPythonコードの解析木を編集するためのチュートリアルではありませんが、parserモジュールを使った例をいくつか示しています。 もっとも重要なことは、内部パーサが処理するPythonの文法についてよく理解しておく必要があるということです。 - Python

The pty module defines operations for handling the pseudo-terminal concept: starting another process and being able to write to and read from its controlling terminal programmatically.Because pseudo-terminal handling is highly platform dependant, there is code to do it only for SGI and Linux.例文帳に追加

ptyモジュールは擬似端末(他のプロセスを実行してその制御をしている端末をプログラムで読み書きする)を制御する操作を定義しています。 擬似端末の制御はプラットフォームに強く依存するので、SGIとLinux用のコードしか存在していません。 - Python

When any attack decision instruction exists by analysis, a decision module M2 sequentially compares the analytic result with the attack code pattern information of a database 152, and determines whether or not any unauthorized access has been performed according to the presence of the pattern information matched with the analysis result.例文帳に追加

判定モジュールM2は解析によって攻撃決定命令が存在した場合に、その解析結果についてデータベース152の攻撃コードパターン情報と順次比較し、解析結果と一致するパターン情報の有無によって不正アクセスか否かを判定する。 - 特許庁

The vehicle communication device 1 is so designed that a communication module 5 connected to the cellular phone 3 outputs the dial tone of the cellular phone 3 in the form of a wireless signal; a communication control part 7 provided in the vehicle receives the wireless signal and converts it into a predetermined control code so that a control signal corresponding to the control code is outputted to an on-vehicle unit 40.例文帳に追加

車両用通信装置1は、携帯電話機3に接続された通信モジュール5が、携帯電話機3のダイヤルトーンを無線信号にて出力し、車両に配備された通信制御部7が、この無線信号を受信して予め定める制御コードに変換し、当該制御コードに対応した制御信号を車載ユニット40に出力するように構成されている。 - 特許庁

The code of the column inserted with the blank is supplied to a print image generating module 102, which generates a printing image based on a character font and the format data stored in a ROM 12 in a printing image memory (RAM) 13.例文帳に追加

そして、空白が挿入された文字列の文字コードを印字イメージ生成モジュール102に供給し、印字イメージ生成モジュール102は、ROM12に記憶されている文字フォントと、書式データとに基づいて印字イメージを印字イメージメモリ(RAM)13上に生成する。 - 特許庁

The program code is developed to the memory 3 by deciphering and expanding the digital information read from the secondary recording medium M by the I/O processor 7 which obtains a decipher key from the security module and writing the resultant information through the queue 1 to the memory 3 by DMA.例文帳に追加

プログラムコードのメモリ3への展開は、セキュリティモジュールから復号化鍵を入手したI/Oプロセッサ7が二次記録媒体Mから読み込んだディジタル情報の復号化及び伸長を行い、キュー1を介してメモリ3にDMAによって書き込むことで行う。 - 特許庁

A first module provided with a laser for emitting a laser light beam and a photodiode for sensing light reflected from a bar code symbol is attached to a support independently away from a second support provided with a movable reflector and a driving device for moving the reflector.例文帳に追加

レーザー光ビームを発するレーザーと、バーコード・シンボルから反射された光を感知するフォトダイオードとを含む第一モジュールが、可動反射器と反射器を動かすための駆動装置を含む第二支持体とは独立して離れた関係で支持体に取り付けられる。 - 特許庁

This software generation device generates the source code suitable to the platform on which the software is executed based on the software program composed of the three kinds of components and profile information (processing time or the number of process cycles in each operation module, the access information on a memory, etc.).例文帳に追加

ソフトウェア生成装置は、この三種の構成要素から構成されるソフトウェアプログラムと、プロファイル情報(各演算モジュールでの処理時間あるいは処理サイクル数やメモリのアクセス情報など)を元に、ソフトウェアを実行するプラットフォームに適したソースコードを生成する。 - 特許庁

A microprocessor 10 of a multithreading system or the like provided with a register file 130 that is composed of a plurality of general registers, is structured so that command code offset data for assigning general registers can be created corresponding to the number of registers to be used for every thread that is a execution unit module for programs.例文帳に追加

多数の汎用レジスタからなるレジスタファイル130を有するマルチスレッド方式などのマイクロプロセッサ10において、プログラムの実行単位モジュールであるスレッド毎に使用するレジスタ数に応じて、汎用レジスタを割当てるための命令コードオフセットデータを作成する。 - 特許庁

A recognition and confirmation part 14 totalizes the widths of white bars and black bars constituting a bar code stored in an area memory 4, finds a maximum value and a minimum value from the totalization results of respective module widths of the white bars and black bars, and calculates the difference between the maximum and minimum values.例文帳に追加

エリアメモリ4に格納されたバーコードを構成する白バーと黒バーの幅は、認識確認部14によって集計され、白バーと黒バーの各モジュール幅の集計結果から最大値と最小値が求められ、その最大値と最小値の差が計算される。 - 特許庁

When the client 10 performs reading/starting of an image of a thin client OS 310 stored in a USB memory 30, the client 10 generates a configuration proof message including a hash value of the thin client OS 310, and transmits the configuration proof message and its MAC (Message Authentication Code) to a SIM (Subscriber Identity Module) 20.例文帳に追加

クライアント10は、USBメモリ30に記憶されたシンクライアントOS310のイメージを読取り起動させると、シンクライアントOS310のハッシュ値を含む構成証明メッセージを生成し、構成証明メッセージとそのMACをSIM20に送信する。 - 特許庁

An OCR reading module 11 prepares an intermediate file including a character code, error information for indicating a character position at which a reading error is generated, and the image information of a whole form according to the read result of a from, and stores it in an intermediate file storing part 22.例文帳に追加

OCR読み取りモジュール11は、帳票の読み取り結果に従って、文字コード、読み取りエラーが発生した文字位置を示すエラー情報、および帳票全体のイメージ情報を含む中間ファイルを作成し、中間ファイル記憶部22に格納する。 - 特許庁

The permuted sequence of instructions is executed in an execution module that is capable of translating the permuted sequence of instructions to an actual machine code of a processor within the computer system according to the permutation sequence number of the permuted sequence of instructions stored in the permuted instruction pointer table.例文帳に追加

並べ替えられた命令のシーケンスが並べ替えられた命令ポインター・テーブルに格納された並べ替えられた命令のシーケンスの順列シーケンス番号にしたがって、コンピューター・システム内でプロセッサーの実際のマシン・コードに並べ替えられた命令のシーケンスを翻訳できる実行モジュールにおいて実行される。 - 特許庁

In an OFDM method, a sub carrier is divided into several segments by a module group 10 and a transmission speed determination/segment distribution control unit 11, is subjected to code division multiplexing for each segment independently or non-independently and is transmitted from a multiplexing/distribution part 6 to a P/S part 8.例文帳に追加

OFDM方式においてモジュール群10および伝送速度決定・セグメント分配制御部11でサブキャリアを複数個のセグメントに分割し、多重・分配部6からP/S部8でセグメント毎に独立または非独立に符号分割多重を施して伝送するように構成している。 - 特許庁

In the method, image data and statistical data generated from the image data are transmitted in a data frame from the camera module to the electronic device on a common data transmission bus in the form of a serial synchronized differential signal in such a way that the image data and the statistical data are separated from each other in the data frame by means of a synchronization code.例文帳に追加

この方法においては、画像データとそれから生成された統計データとが、直列同期差分信号の形で、共通のデータ伝送バス上の、カメラ・モジュールから電子装置へのデータ・フレームにて、同期コードによりデータ・フレーム内で相互に分離されるようにして、伝送される。 - 特許庁

In this method, image data and statistical data generated from the image data are transmitted in a data frame from the camera module to the electronic device on a common data transmission bus in the form of a serial synchronized differential signal in such a way that the image data and the statistical data are separated from each other in the data frame by means of a synchronization code.例文帳に追加

この方法においては、画像データとそれから生成された統計データとが、直列同期差分信号の形で、共通のデータ伝送バス上の、カメラ・モジュールから電子装置へのデータ・フレームにて、同期コードによりデータ・フレーム内で相互に分離されるようにして、伝送される。 - 特許庁

The authentication module 11 of an electronic management device 10 sends an alternation detection code for which information for acquiring user information to be required for the authentication of a user and the acquisition of the user information is ciphered and data for which the information for acquiring the user information is ciphered to a user authentication server 20.例文帳に追加

電子管理装置10の認証モジュール11は、ユーザの認証とユーザ情報の取得とに必要となるユーザ情報取得用情報を暗号化した改ざん検知コードと、ユーザ情報取得用情報を暗号化したデータとをユーザ認証サーバ20へ送付する。 - 特許庁

The optical code division multiplex module has k (k is an integer ≥3) superstructured fiber Bragg gratings (SSFBG: Superstructured FBG) for which a plurality of unit fiber Bragg gratings (FBG: Fiber Bragg Grating) of the same configuration are formed in the same optical fiber.例文帳に追加

同一の光ファイバ中に、複数個の同一構成の単位ファイバブラッググレーティング(FBG:Fiber Bragg Grating)が形成されたスーパーストラクチャファイバブラッググレーティング(SSFBG:Superstructured FBG)を、k個(kは3以上の整数)備える光符号分割多重モジュールが提供される。 - 特許庁

But since the return value can only be used portably to restore it, that is not very useful (except perhaps to find out whether or not the locale is "C").When Python code uses the locale module to change the locale,this also affects the embedding application.例文帳に追加

しかし、返される値もロケールの復帰のために使えるだけなので、さほど便利とはいえません (例外はおそらくロケールが "C" かどうか調べることでしょう)。 ロケールを変更するために Python コードで locale モジュールを使った場合、Python を埋め込んでいるアプリケーションにも影響を及ぼします。 - Python

According to one embodiment, the signal processing method and the head separation type imaging apparatus, detect a synchronization code from imaging data for each color component including the synchronization code, temporarily hold video data for each component output from an imaging module, and simultaneously output the video data of all the temporarily held colors with a lapse of the predetermined time after the video data at least for one color is held.例文帳に追加

この発明の1つの実施形態により、同期コードを含む各色成分毎の撮像データから同期コードを検出し、撮像モジュールから出力される色成分毎の映像データを一時的に保持し、少なくとも1色分の映像データが保持されて所定時間経過後に、一時的に保持された全ての色の映像データを同時に出力することを特徴とする信号処理方法およびヘッド分離型撮像装置が実現できる。 - 特許庁

To realize a front-end module which can process a transmission signal and a reception signal in each of first and second frequency bands and a reception signal in a third frequency band, can cope with a code division multiple access system, and is easily made small and light, combined, and integrated.例文帳に追加

第1および第2の周波数帯域のそれぞれにおける送信信号および受信信号と第3の周波数帯域における受信信号とを処理できると共に符号分割多重接続方式に対応可能で、且つ小型軽量化、複合化および集積化が容易なフロントエンドモジュールを実現する。 - 特許庁

Things that the generation program GP changes can be, for example, scan target regions 130, the order of addresses for scanning, a calculation of a scan result, an arithmetic process for sending back the calculated scan result to the secure module 110, a code of the scan program SP, and the position of an information processor 100 on a memory.例文帳に追加

生成プログラムGPによりランダムに変化させるのは、たとえば、スキャン対象領域130、スキャン対象アドレスの順序、スキャン結果演算、演算したスキャン結果をセキュアモジュール110に戻す演算処理、スキャンプログラムSPコード、情報処理装置100のメモリ上の位置などが挙げられる。 - 特許庁

The inspect module provides several useful functions to help get information about live objects such as modules,classes, methods, functions, tracebacks, frame objects, and code objects.例文帳に追加

inspectは、モジュール・クラス・メソッド・関数・トレースバック・フレームオブジェクト・コードオブジェクトなどのオブジェクトから情報を取得する関数を定義しており、クラスの内容を調べる、メソッドのソースコードを取得する、関数の引数リストを取得して整形する、トレースバックから必要な情報だけを取得して表示する、などの処理を行う場合に利用します。 - Python

The present invention relates to a parking lot reservation system with a kind of electronic identification function, in which each vehicle sends to a remote server through a GPRS module a park space reservation request by radio communication the park space reservation request includes an identification code corresponding to the vehicle, specific conditions and a current location of the vehicle at the time.例文帳に追加

本発明は一種の電子識別機能を備えた駐車場予約システムに関するものであり、そのうち、車両がGPRSモジュールを通じて駐車スペース予約要求をリモートサーバへ無線で送信し、駐車スペース予約要求は、車両に対応する識別コード、特定条件、及び車両のその時点での位置を含む。 - 特許庁

The electronic coupon management server 20 is provided with an electronic coupon DB 22 where the electronic coupon is stored as bar code information, a user information DB 24 where the use condition of the electronic coupon acquired by a user us stored, and a data transmission/reception delivery module 26 which delivers the electronic coupon DB 22 and the user information DB 24 to the user connected to a network.例文帳に追加

そして、電子クーポン管理サーバ20は、電子クーポンをバーコード情報として格納する電子クーポンDB22と、ユーザが取得した電子クーポンの使用状況を格納するユーザ情報DB24と、電子クーポンDB22及びユーザ情報DB24をネットワークに接続されたユーザに配信するためのデータ送受信配信モジュール26とを有する。 - 特許庁

The printer controller comprises a CPU (1), a main printer controller (2), a main memory (3) for storing results of writing or code data, a compression/expansion module (4) having a Video control function, a buffer (5) for storing data temporarily in order to Video output at the time of extension printing, and a printer engine (6).例文帳に追加

このプリンタコントローラは、CPU(1)、メインプリンタコントローラ(2)、描画結果または符号データを格納するためのメインメモリ(3)、圧縮伸長処理を行い、Video制御機能をもつ圧縮伸長処理用モジュール(4)、伸長印字時にVideo出力するために一時データを保管するためのバッファ(5)、プリンタエンジン(6)とで構成される。 - 特許庁

The difference is which Distutils commands they use: the sdist command is almost exclusively for module developers, while install is more often for installers (although most developers will want to install their own code occasionally).If you want to make things really easy for your users, you can create one or more built distributions for them.例文帳に追加

二人の作業の違いは、使っている Distutils コマンド (command)にあります: sdist コマンドは、ほぼ完全に開発者だけが対象となる一方、install はどちらかというとインストール作業者向けです (とはいえ、ほとんどの開発者は自分のコードをインストールしたくなることがあるでしょう)。 ユーザにとって本当に簡単なものにしたいのなら、一つまたはそれ以上のビルド済み配布物を作ってあげられます。 - Python

This code storage device for the tire pressure monitor, which is applicable to an automobile equipped with the tire pressure monitor and multiple sensors and includes a radio signal transmitter transmitting codes expressing the states of the tires and codes specifying the modules of the respective sensors by modules of the respective sensors via radio frequency signals, includes a specific electric module and a specific receiver.例文帳に追加

タイヤの圧力モニターおよび複数のセンサを装備した自動車に適用可能なタイヤ圧力モニター用コード記憶装置であって、各センサのモジュールが、タイヤの状態を示すコードおよび各センサのモジュールを特定するためのコードを、無線周波数信号を介して伝達するための無線信号伝達装置を含むタイヤ圧力モニター用コード記憶装置において、特定の電気モジュールと、特定の受信装置と、を含む。 - 特許庁

To indicate data reception information on the display screen as receiving data, and to execute processing by inputting one's own ID code with the ID card are commonly used means as indicated in (c) and (d) of said common general knowledge in the field of computers, so that it would be arbitrarily conceived by a person skilled in the art to provide means for indicating information that there is an incoming invoice requiring approval, or to add an ID card reader to the input module. 例文帳に追加

受信したデータがあれば、その旨画面表示すること、及びIDカ-ドで自分のIDコ-ドを入れ、処理を行うことは、上記コンピュータ分野の技術常識(c)(d)に示したように、システム化の際の常套手段であるから、未裁伝票があるときにこれを表示する手段を設けたり、入力部にIDカ-ド読み取り装置を付加することは、当業者が必要に応じてなし得ることである。 - 特許庁

例文

The capsulized document having the communication function is a single document capsulizing a content information file as expression substance on the document, and a program code file describing a functional module executing a receiving and transmitting function for receiving and transmitting event information associating operating information with operating time information identifying its operating contents when performing operation for content information by interpreting and executing with a computer connected with a network.例文帳に追加

通信機能を有するカプセル化文書は、文書上での表現実体となるコンテンツ情報ファイルと、ネットワーク上に接続されたコンピュータにより解釈、実行されて前記コンテンツ情報に対する操作がなされた場合にその操作内容を特定する操作情報を操作時刻情報と対応付けたイベント情報を送受信する送受信機能を実行する機能モジュールを記述するプログラムコードファイルと、が単一の文書としてカプセル化されたものである。 - 特許庁




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

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS