意味 | 例文 (116件) |
Process identifierの部分一致の例文一覧と使い方
該当件数 : 116件
The server process transmits an identifier of the stub to a client process.例文帳に追加
サーバプロセスはスタブの識別子をクライエントプロセスへ送信する。 - 特許庁
This identifier is normally set to the identifier of a process group associated with the terminal. 例文帳に追加
この IDは、端末に関連づけられたプロセスグループの ID が通常セットされます。 - FreeBSD
A terminal has a process-group identifier assigned to it. 例文帳に追加
端末にはプロセスグループ ID が割り当てられています。 - FreeBSD
A queued process storage means 18 stores a pair of the response identifier and a process identifier corresponding thereto.例文帳に追加
待機プロセス記憶手段18は、応答識別子とこれに対応するプロセス識別子とを対にして記憶する。 - 特許庁
A process control means 16 stops the process when the process having the process identifier outputs the transmission message 24, and the process identifier corresponding to the response identifier obtained by the message receiving means 14 is retrieved by a process storage means on standby 18 to restart the process corresponding to the concerned process identifier.例文帳に追加
プロセス制御手段16は、プロセス識別子を有するプロセスが送信メッセージ24を出力すると当該プロセスを停止させるとともに、メッセージ受信手段14で取得した応答識別子に対応するプロセス識別子を待機プロセス記憶手段18で検索し、当該プロセス識別子に対応するプロセスを再開させる。 - 特許庁
A management computer 21 records work plan data including a construction work identifier, a construction firm identifier, a worker identifier, a process identifier, data about a preceding process in a work plan data storage section 22.例文帳に追加
管理コンピュータ21は、工事識別子、工務店識別子、作業者識別子、工程識別子、前工程に関するデータを含む作業計画データを作業計画データ記憶部22に記録する。 - 特許庁
PROCESS IDENTIFIER ALLOCATION METHOD, COMPUTER PROGRAM, AND CLUSTER SYSTEM例文帳に追加
プロセス識別子の割当方法、コンピュータプログラム及びクラスタシステム - 特許庁
Then, it receives work performance notification including a work management terminal identifier, a worker identifier, and data about a process identifier.例文帳に追加
そして、作業管理端末識別子、作業者識別子、工程識別子に関するデータを含む作業実績通知を受信する。 - 特許庁
The user inputs a user identifier and a GUI process name and activates a GUI process 11.例文帳に追加
ユーザは、ユーザ識別子とGUIプロセス名を入力し、GUIプロセス11を起動する。 - 特許庁
Creating a new process group is easy; the value of a new process group is ordinarily the process identifier of the creating process. 例文帳に追加
新しいプロセスグループを作成することは簡単です。 新しいプロセスグループの値はたいてい 作成したプロセスのプロセス ID となります。 - FreeBSD
Each process 105 has a process identifier 106 for identifying a process and a flow template identifier 103 for identifying which flow template 104 the process is generated from.例文帳に追加
各々のプロセス105は、プロセスを識別するためのプロセス識別子106と、そのプロセスがどのフローテンプレート104から生成されたのかを識別するためのフローテンプレート識別子103を持つ。 - 特許庁
A virtual identifier transmission means 1c transmits a virtual identifier corresponding to a process 1b to a communication party.例文帳に追加
仮想識別子送信手段1cによりプロセス1bに対応する仮想識別子が通信相手に送信される。 - 特許庁
A process identifier corresponding to routine program processing and a data identifier corresponding to routine data are inputted to a program, and the program which receives the input obtains process descriptive records corresponding to the process identifier and data descriptive records corresponding to the data identifier from a data base.例文帳に追加
定型プログラム処理に対応するプロセス識別子と定型データに対応するデータ識別子をプログラムの入力とし、入力を受けたプログラムはデータベースからプロセス識別子に対応するプロセス記述レコードとデータ識別子に対応するデータ記述レコードを取得する。 - 特許庁
After the rewriting process of the firmware is finished, the identifier stored in the identifier storage part 10 is deleted.例文帳に追加
ファームウェアの書換え処理を終了した後に、識別子記憶部10に記憶されている識別子は削除される。 - 特許庁
Especially after the incomplete end of the process P1, a process P2 for succeeding the function of the ended process P1 is started and the process P2 stores the 2nd identifier RID1 of the ended process P1 as the 2nd identifier.例文帳に追加
特にプロセス(P1)の未完了での終了の後に、終了したプロセス(P1)の機能を継続するプロセス(P2)が開始され、プロセス(P2)が終了したプロセス(P1)の第2識別子(RID1)を第2識別子として保持する。 - 特許庁
A process may read from a descriptor for its controlling terminal only if the terminal's process-group identifier matches that of the process. 例文帳に追加
プロセスは、端末のプロセスグループ IDとそのプロセスのプロセスグループ ID が一致したときのみ、制御端末を記述子から読むことができます。 - FreeBSD
The resource identifier selection part 106 after performing a specific selecting process for the resource identifier taken out of the resource identifier storage part 107 passes it to a resource gathering agent 101.例文帳に追加
そして、インデックスから取り出した識別子に該当する資源を取得するために、一定数の資源収集エージェントが起動され、且つ、並列的に動作する。 - 特許庁
Besides, the packet is assigned with a packet identifier, a packet start identifier and a packet end identifier for use by downstream network processors to process the packet.例文帳に追加
パケットには、ダウンストリーム・ネットワーク・プロセッサがそのパケットを処理するために使用するパケット識別子、パケット開始識別子、パケット終了識別子もまた割り当てられる。 - 特許庁
The fork call returns twice: once in the parent process, where the return value is the process identifier of the child, and once in the child process, where the return value is 0. 例文帳に追加
forkは呼び出されると二度戻ります。 一方は親プロセスに子プロセスのプロセス ID を返し、 もう一方は子プロセスに 0を返します。 - FreeBSD
In a process for identifying a process P1 provided with a 1st identifier PID1 for clearly identifying the process P1 and its resource the process P1 and its resource are provided with a 2nd identifier RID1 for clearly identifying the process P1.例文帳に追加
プロセス(P1)を明確に識別する(第1)識別子(PID1)を備えるプロセス(P1)ならびにそれらの資源を識別するプロセスにおいて、プロセス(P1)およびその資源は、プロセス(P1)を明確に識別する別の(第2)識別子(RID1)を備える。 - 特許庁
In a command input process (Fig. 36, not shown here), a presentation identifier is determined based on a presentation identifier determination table (Fig. 19, not shown here), a winning hand identifier and the name identifier if an unprocessed command is a start command.例文帳に追加
コマンド入力処理(図36)では、未処理コマンドがスタートコマンドである場合に、演出識別子決定テーブル(図19),当選役識別子,および名前識別子に基づき演出識別子が決定される。 - 特許庁
The process control part 16 delivers the area identifier to an AP 22a for executing the processing of the process and makes it start the processing.例文帳に追加
プロセス制御部16は,プロセスの処理を実行するAP22aに領域識別子を渡し,処理を開始させる。 - 特許庁
A user process 10b being the destination of transmission receives the message identifier from the communication control process 28, and reads the message corresponding to the message identifier from the shared memory.例文帳に追加
送信先のユーザプロセス10bは、通信制御プロセスからメッセージ識別子を受信すると、このメッセージ識別子に対応するメッセージを共有メモリから読み出す。 - 特許庁
The communication control process receives the message identifier from the user process being the origin of transmission, and sets a lock state for inhibiting the reception of the message identifier for the user process being the origin of transmission, and transmits the message identifier received from the user process being the origin of transmission to the user process being the destination of transmission.例文帳に追加
通信制御プロセスは、送信元のユーザプロセスからメッセージ識別子を受信すると、当該送信元のユーザプロセスに対するメッセージ識別子の受信を禁止するロック状態を設定すると共に、当該送信元のユーザプロセスから受信したメッセージ識別子を、送信先のユーザプロセスへ送信する。 - 特許庁
Newly created files are assigned the user identifier of the process that created them and the group identifier of the directory in which they were created. 例文帳に追加
新規に作成されたファイルには、作成したプロセスのユーザ識別子と作成が行われたディレクトリのグループ識別子を与えられます。 - FreeBSD
Process state quantity inputted by a process input means 11 is stored, in a state quantity storage means 13, together with a process signal identifier added to a process input point.例文帳に追加
プロセス入力手段11で入力されたプロセス状態量をプロセス入力点に付与されたプロセス信号識別子と共に状態量記憶手段13に記憶する。 - 特許庁
The NLO shows the issued NLO identifier at the process requests to the server.例文帳に追加
NLOはサーバに処理要求を行う際に、発行されたNLO識別子を提示する。 - 特許庁
A session identifier is associated to the process control information, and the session identifier and the resource link are transmitted to a form communication device.例文帳に追加
前記プロセス制御情報にはセッション識別子が関連付けされ、該セッション識別子と前記リソースリンクは前記形態通信デバイスへ伝送される。 - 特許庁
When an identifier identifying a process recipe and a physical amount corresponding to the target parameter of the process recipe identified by the identifier are input, a processing device calculates correction values of the process recipe identified by the identifier, and respective variable parameters of other process recipes for applying the correspondence relationship thereto based on the identifier, the physical amount and the correspondence relationship, and corrects the process recipes based on the calculated correction values.例文帳に追加
プロセスレシピを特定する識別子、及び当該識別子で特定されるプロセスレシピの目標パラメータに対応する物理量が入力されると、処理装置が、識別子及び物理量と、上記対応関係とに基づいて、識別子で特定されるプロセスレシピ、及び対応関係が適用される他のプロセスレシピの各々の可変パラメータの補正値を算出し、算出された補正値に基づいてプロセスレシピを修正する。 - 特許庁
In a command input process (Fig. 34, not shown here), if an unprocessed command is a start command, a presentation identifier is determined based on a presentation identifier determination table (Fig. 18, not shown here), a winning hand identifier and the present position.例文帳に追加
コマンド入力処理(図34)では、未処理コマンドがスタートコマンドである場合に、演出識別子決定テーブル(図18),当選役識別子,および現在位置に基づいて演出識別子が決定される。 - 特許庁
During the process, the transformation retrieves from a data structure a localized value associated with the identifier.例文帳に追加
このプロセスの間に変換は、データ構造から識別子に関連するローカライズされた値を検索する。 - 特許庁
The memory handler 23 utilizes the shared memory identifier and attaches the shared memory 30 inside its own process.例文帳に追加
メモリハンドラ23は、共有メモリ識別子を利用して、共有メモリ30を自プロセス内にアタッチする。 - 特許庁
This node database construction method is provided with a process for storing a node identifier related to, at least, an identifier of a retail store in a node identifier memory, a process for constructing data of the node based on data for every related retail store, and a process for storing the node data in a node memory.例文帳に追加
この拠点データベースの作成方法は、少なくとも一つの小売店の識別子を関連付けた拠点識別子を拠点識別子メモリへ記憶する工程と、前記関連付けられた小売店毎のデータに基づいて、前記拠点のデータを作成する工程と、前記拠点データを拠点メモリへ記憶する工程と、を有する。 - 特許庁
In this process, the video and the audio are synchronized with each other and a TS packet having a corresponding PID(Packet Identifier) is attached.例文帳に追加
この過程で映像と音声の同期がとられ、対応するPIDのTSパケットが付加される。 - 特許庁
A socket control means 5 issues a maximum reception buffer size revision instruction for designating a communication process identifier, a socket identifier, and a maximum reception buffer size to be extended.例文帳に追加
ソケット制御手段5は、通信プロセス識別子,ソケット識別子および拡張する最大受信バッファサイズを指定する最大受信バッファサイズ変更指示を発行する。 - 特許庁
To clearly recognize an identifier until the time of process of cutting a semiconductor wafer into chips, in a semiconductor wafer where the identifier is made.例文帳に追加
識別表示16が形成されている半導体ウエハにおいて、半導体ウエハをチップに切断する工程時まで識別表示16が明瞭に認識できるようにする。 - 特許庁
A server has: a pre-process registration section 101 for registering a pre-process; a post-process registration section 102 for registering a post-process; a server command section 100 for requesting to register the pre-process and the post-process; and a server function correspondence section 103 for establishing correspondence between the pre-process and the post-process with a server function identifier.例文帳に追加
サーバは、前処理を登録する前処理登録部101と、後処理を登録する後処理登録部102と、前処理と後処理との登録要求を行うサーバ指令部100と、前処理と後処理とをサーバ機能識別子に対応付けするサーバ機能対応付け部103とを備える。 - 特許庁
Concerning a session managing method, an identifier for making correspondent the request from the client and the session is found from a session information table and the table stores an individual port number to be used for communication with a process and a random number to be used for encoding the session identifier in addition to the identifier of the process at the destination of transfer.例文帳に追加
セッション管理方法では、クライアントからの要求とセッションの対応付けを行う識別子をセッション情報テーブルから求め、かつテーブルには転送先のプロセスの識別子の他に、プロセスとの通信に用いる個別のポート番号、セッション識別子のコード化時に用いる乱数を格納する。 - 特許庁
In the latter process, a transmission still image response identifier with respect to identifier mismatch is transmitted to the identifier transmission section, reception of a still image from a still image reception section 21 is waited, and a received still image is stored into a still image hold area 31.例文帳に追加
他方の処理は、識別子不一致に対する送信静止画応答識別子を識別子送信部へ渡し、静止画受信部21からの静止画受信を待ち、受信した静止画を静止画保持エリア31へ格納する。 - 特許庁
When the process is switched, the AP 22b to take over the linking information acquires the linking information by using the area identifier notified from the process control part 16.例文帳に追加
プロセスの切り替えがあると,連携情報を引き継ぐAP22bは,プロセス制御部16から通知された領域識別子を用いて連携情報を取得する。 - 特許庁
By changing the process-group identifier of the terminal, a shell can arbitrate a terminal among several different jobs. 例文帳に追加
端末のプロセスグループ IDを変更することで、 シェルはいくつかの異なるジョブの間で端末を調停することができます。 - FreeBSD
Based on the order of the process based on the data about the preceding process of the work plan data and the process identifier of the notification of the work performance, it specifies a next process at a construction work site, and notifies the work instruction to the worker scheduled in the next process.例文帳に追加
そして、作業計画データの前工程に関するデータに基づく工程の順番と、作業実績通知の工程識別子とに基づいて、その工事現場における次工程を特定し、その次工程に予定されている作業者に作業指示を通知する。 - 特許庁
To provide a digital broadcast receiver in which a data content can refer to a receiver inherent identifier without adding a process for writing the receiver inherent identifier in a non-volatile memory in a manufacturing process of the receiver.例文帳に追加
この発明は、受信機の製造工程において、受信機固有識別子を不揮発性メモリに書き込むための工程を追加することなく、データコンテンツが受信機固有識別子を参照可能となるデジタル放送受信機を提供することを目的とする。 - 特許庁
In a file sharing process, a different identifier is assigned to a process that is an object in user units on a secure OS, and an identifier is assigned to a resource that is a subject in user units, sharing group unit and permission units to be permitted to perform an access control.例文帳に追加
ファイル共有処理において、セキュアOS上で、オブジェクトとなるプロセスにユーザ単位に異なる識別子を付与し、サブジェクトとなるリソースにユーザ単位かつ共有グループ単位かつ許容するパーミッション単位に識別子を付与し、アクセス制御する。 - 特許庁
A user process 10a being the origin of transmission writes a message in a shared memory 14, and transmits a message identifier corresponding to the message to a communication control process 28.例文帳に追加
送信元のユーザプロセス10aは、共有メモリ14にメッセージを書き込むと共に、このメッセージに対応するメッセージ識別子を通信制御プロセス28に送信する。 - 特許庁
Then, the information providing system executes an application program corresponding to the application identifier received from the terminal equipment, and transfers the read second identifier and a file identifier received from the terminal equipment to the process of the application program.例文帳に追加
そして、情報提供システムは、端末装置から受信したアプリケーション識別子に対応するアプリケーションプログラムを実行して、当該アプリケーションプログラムのプロセスに、前記読み出した第二のユーザ識別子と、端末装置から受信したファイル識別子とを引渡す(S55)。 - 特許庁
The reconfigure devices 110-1 to 110-N receive the packet data stream and execute a hitless reconfiguration process according to the reconfigure identifier R31 and the switched side configuration memory identifier K32.例文帳に追加
リコンフィギュアデバイス110−1〜110−Nは、このパケットデータストリームを受信し、リコンフィギュア識別子R31及び切替先コンフィグメモリ識別子K32により無瞬断リコンフィグレーション処理を実施する。 - 特許庁
Each of these service components has its own customer identification information, such as VPN identifier for VPN services, process identifier for application servers and logical unit number (LUN) for storage devices.例文帳に追加
これらの各サービス構成要素は、VPNサービス用のVPN識別子やアプリケーションサーバ用のプロセス識別子や記憶装置用の論理ユニット番号(LUN)など、固有の顧客識別情報を有する。 - 特許庁
意味 | 例文 (116件) |
Copyright © Japan Patent office. All Rights Reserved. |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
ログイン |
Weblio会員(無料)になると
|
ログイン |
Weblio会員(無料)になると
|