| 例文 |
client dataの部分一致の例文一覧と使い方
該当件数 : 5328件
In a structure, local data, such as photographs stored in a storage part of a client, is displayed together with map information provided by a map information providing server, and image lists which are arranged in the order of photographing dates are displayed with the maps.例文帳に追加
クライアントの記憶部に格納された写真などのローカルデータを、例えば地図情報提供サーバの提供する地図情報とともに表示する構成において、撮影日時順に並べた画像リストを地図に併せて表示する。 - 特許庁
When adding a comment via the addEntry method or obtaining the transcript entries via the getEntries method, client code must obtain the monitor (that is, synchronize) on this.entryList,necessarily impacting performance but preserving data integrity.例文帳に追加
コメントを addEntry メソッドを介して追加するか、またはトランスクリプトエントリを getEntries メソッドを介して取得する場合、クライアントコードは this.entryList 上でモニターを取得する (つまり同期する) 必要があり、必然的にパフォーマンスに影響しますが、データの整合性を維持します。 - NetBeans
Then, the Web/AP server 2 receives a second file obtained by changing the design of the first file from a client terminal 1, and defines the layout positions of the data of the retrieval target items of a relational database 42 on the basis of the second file.例文帳に追加
そして、Web/APサーバ2は、第1のファイル内のデザインが変更された第2のファイルをクライアント端末1から受信し、第2のファイルに基づいて、リレーショナルデータベース42の検索対象項目のデータを配置する位置を定義する。 - 特許庁
On a client computer, etc., which communicates with a server on a network, conditions for downloading the charged data file from the server are set in a GUI picture, etc., and according to the set conditions, the charge is determined.例文帳に追加
ネットワーク上のサーバと通信するクライアント・コンピュータ等において、サーバから有料データ・ファイルをダウンロードする際の条件をGUI画面等により設定し、その設定された条件に基づいて課金料金を決定する。 - 特許庁
The answer archive system is a database management system which can be retrieved from a client terminal (303) used by a trainee by using a required keyword and can be constituted so that data stored in the answer archive system has layer structure.例文帳に追加
この答案アーカイブ・システムは、受講者が用いるクライアント端末(303)から希望するキーワードを用いて検索が可能であり、格納されているデータがレイヤー構造を有しているように構成可能なデータベース管理システムである。 - 特許庁
Besides, data for tests are transmitted to the client terminal 15 of a technical expert to become a candidate to be newly registered and the technical ability of the answering candidate technical expert is evaluated from the answer of the tests.例文帳に追加
また、新たに登録される候補となる候補技術専門家のクライアント端末15に試験用データ送信し、試験の回答からその回答を行った候補技術専門家が有する技術力を評価するようにしている。 - 特許庁
A distribution request accepting part 103 accepts a request from a client terminal 303a to attach metadata to a user's animation content, and inserts data including user's category information into a metadata information DB 109 through a metadata registering part.例文帳に追加
配信要求受付部103は、クライアント端末303aからユーザの動画コンテンツへのメタデータ貼付け要求を受け、メタデータ登録部を経てメタデータ情報DB109に当該ユーザのカテゴリ情報を含むデータを挿入する。 - 特許庁
To provide a multicast data communication system for generating/maintaining a tree distribution route using unitcast only between the gateways on an IP multicast compatible network while an IP multicast compatible client requests reception of a multicast packet.例文帳に追加
IPマルチキャスト対応クライアントがマルチキャストパケットの受信要求をしている間、IPマルチキャスト対応ネットワーク上のゲートウェイ間にユニキャストのみを用いたツリー状配信経路を生成・維持するマルチキャストデータ通信システムを提供する。 - 特許庁
Then, the client apparatus 100 which has received the optimum speech element data from the speech element database server 300 stores it in the local speech element database storage part 111, and utilizes it for creating speech synthesis on and after the next.例文帳に追加
そして、音声素片データベースサーバ装置300から最適な音声素片データを受信したクライアント装置100は、それをローカル音声素片データベース格納部111に格納し、次回以降の合成音声の生成に利用する。 - 特許庁
The database provision device has: a means for registering a first or second protocol as the commitment protocol; a means for providing protocol information to the database client terminal; and a means for updating data according to the registered protocol.例文帳に追加
データベース提供装置は、コミットメントプロトコルとして第1又は第2のプロトコルを登録する手段と、プロトコル情報をデータベースクライアント端末に提供する手段と、登録しているプロトコルに従ってデータを更新する手段とを有する。 - 特許庁
The node C adds the byte for error monitoring, mapped to the unused part to the parity arithmetic result of the data to be outputted to the client 7, and puts the result as the byte for error monitoring back to the original position in the overhead.例文帳に追加
ノードCは、未使用部分にマッピングされた誤り監視用バイトをクライアント7へ出力するデータのパリティ演算結果と加算し、その結果を誤り監視用バイトとしてオーバヘッド内の元の位置に戻すようにしている。 - 特許庁
To provide an encryption control server and an encryption controller which prevent leakage of information by performing encryption in data transmission and reception between a client and an objective server even in the case that the objective server is not adapted to encryption.例文帳に追加
目的のサーバが暗号化に対応していなくても、クライアントと目的のサーバ間でのデータの送受信において暗号化を行い、情報の漏洩を防ぐことができる暗号化制御サーバおよび暗号化制御装置を提供する。 - 特許庁
This isn'tsuitable if each request takes a long time to complete, because it requires a lot of computation, or because it returns a lot of data which the client is slow to process.例文帳に追加
同期的な処理は、サーバで大量の計算を必要とする、あるいはクライアントが処理するには時間がかかりすぎるような大量のデータを返す、といった理由によってリクエストに長い時間がかかる状況には向いていません。 - Python
A security management information gathering instruction part 104 is periodically executed, and security management information such as a patch and a virus definition pattern is acquired from a client by an information acquisition part 116 and is stored in an asset management data base 124 as history information.例文帳に追加
セキュリティ管理情報収集命令部104を定期的に実行し、情報取得部116よってパッチやウィルス定義パターンなどのセキュリティ管理情報をクライアントから取得し、履歴情報として資産管理データベース124に格納する。 - 特許庁
In this server device, a client device 20 sets a virtual display magnification (α) for setting the display screen size (H×W) as, for example, a VGA size, and a server device 10 generates display data G of a drawing area (H_α×W_α).例文帳に追加
クライアント装置20でその表示画面サイズ(H×W)を例えばVGAサイズとするための仮想表示倍率(α)を設定し、サーバ装置10では描画領域(Hα×Wα)の表示データGを生成する。 - 特許庁
According to a request content to the received object image data, an inspection business processing host 30 is selected, an inspection job is assigned thereto, and the inspection result provided from the inspection work processing host 30 is transmitted to the client.例文帳に追加
この受信した検査対象画像データに対する依頼内容に応じて検査業務処理ホスト30を選択して検査ジョブを割当て、検査業務処理ホスト30により提供される検査結果をクライアントに送信する。 - 特許庁
In response to an on-demand request for a Web page containing a sales promotion item of a product, a server transmits to a client the Web page and a supplementary file containing descriptive data relating to the sales promotion item.例文帳に追加
サーバは商品の販売促進アイテムを収めているWebページに対するオンデマンド要求を受けると、それに応答してそのWebページと、販売促進アイテムに関する記述データを収めている補助ファイルとをクライアントに送信する。 - 特許庁
In a waiting state of a connection request from a client 20, the display by the display section 125 is brought into a non-display state, and the internal mode of the digital video camera 12 is switched into a reproduction mode wherein the reproducing section 124 reproduces image data.例文帳に追加
ここで、クライアント20からの接続要求の待機時に、表示部125による表示を非表示状態にし、デジタルビデオカメラ12の内部モードを再生部124によって画像データを再生させる再生モードに切り替えさせる。 - 特許庁
To provide a method which reassembles complete client-server conversion streams, applies decoders and/or decompressors, and analyzes the resulting data stream using multi-dimensional content profiling and/or weighted keyword-in-context.例文帳に追加
完全なクライアント−サーバ変換ストリームを再構成し、復号器および/またはデコンプレッサを適用し、多次元内容プロファイル化および/または加重されたコンテキスト内のキーワードを使用して結果的なデータ流を解析する方法を提供する。 - 特許庁
PRODUCTION MANAGING SYSTEM, CLIENT FOR THE SAME, PRODUCTION MANAGING METHOD FOR THE SAME, DATA RETRIEVING METHOD FOR THE SAME AND COMPUTER READABLE RECORDING MEDIUM STORED WITH PROGRAM FOR EXECUTING THE SAME METHOD例文帳に追加
生産管理システム、生産管理システムにおけるクライアント、生産管理システムにおける生産管理方法、生産管理システムにおけるデータ検索方法、およびその方法を実行させるためのプログラムを記録したコンピュータが読取可能な記録媒体 - 特許庁
Hence data in a first external storage device which the first printer can read is transmitted to the second printer which functions as the other client with a radio communication device 100, so that printing by a different printing size is carried out.例文帳に追加
これにより、第1のプリンタが読込むことができる第1の外部記憶装置内のデータを、無線通信装置100を有する他のクライアントとして機能している第2のプリンタに送信して異なる印刷サイズでの印刷を行う。 - 特許庁
Thus, the client terminal 20 is able to display the user data stored in its own terminal based on the relevance information stored in its own terminal even when it is not connected to the server 10 on the network in the case of executing a service.例文帳に追加
これにより、クライアント端末20は、サービス実行時にサーバ10とネットワーク上で接続されていなくても、自端末に蓄積されているユーザデータを自端末に蓄積されている関連性情報に基づいて表示することができる。 - 特許庁
The server part B1 of the system B performs the retrieval processing in accordance with a retrieval request from a client B2, obtains a publication number which coincides with a retrieval condition, generates a data obtaining request and transmits it to a management server A102'.例文帳に追加
検索システムBのサーバ部B1は、クライアントB2からの検索要求に応じて検索処理を実行し、検索条件に合致した公報番号を得、データの取得要求を生成し、これを管理用サーバA102’へ送る。 - 特許庁
The data selection program 23c instructs the client 3 to detect the digital watermark of the low resolution data 23a designated to be displayed or printed by an application program 33 and to designate the high resolution data 23b specified from watermark information as a file being displayed or printed if the digital watermark is detected otherwise to designate the low resolution data 23a as a file being displayed or printed.例文帳に追加
データ選択プログラム23cは、クライアント3に、アプリケーション33によって表示又は印刷の指示がなされた低解像度データ23aの電子透かしの有無を検出させ、検出された場合には透かし情報から高解像度データ23bを特定させて高解像度データ23bを表示又は印刷するファイルとして指定させ、検出されない場合には低解像度データ23aを表示又は印刷するファイルとして指定させる。 - 特許庁
This tollbooth server 32A is provided with a server main body 42 having a host system communication part 43 for transmitting/receiving data with a host system 40, a lane communication part 45 for transmitting/receiving data with a lane server, a server arithmetic part 44 and a server storage part 46 and a client 41 having a display part 41a.例文帳に追加
上位システム40との間でデータの送受信を行う上位システム通信部43、車縁サーバとデータの送受信を行う車線通信部45、サーバ演算部44、及びサーバ記憶部46とを有するサーバ本体42と、表示部41aを有するクライアント41とを備える料金所サーバ32Aを実現する。 - 特許庁
When the item value of the prescribed item is included in response data input from the RDB device, the controller acquires the value by combining the item value with the user identification information of the user, and outputs the item value of the prescribed item included in the response data to the client terminal instead of the acquired value.例文帳に追加
制御装置は、RDB装置から入力された応答データに所定項目の項目値が含まれている場合、その項目値とユーザのユーザ識別情報とを組み合わせた値を取得し、応答データに含まれる所定項目の項目値を取得した値に代えて、クライアント端末に出力する。 - 特許庁
In an evaluation system for the used result of the merchandise, a used result reception means 3 to receive input of used result data of the merchandise from a terminal device 1 of an evaluating client through a communication network 2 and an evaluating means 4 to output the evaluation data regarding the used result are provided.例文帳に追加
この発明の商品使用結果の評価システムは、評価依頼者の端末装置1から通信ネットワーク2を介して商品の使用結果データの入力を受付ける使用結果受付け手段3、及び前記使用結果についての評価データを出力する評価手段4からなるものとしている。 - 特許庁
Specifically, an application server selected by the load dispersion processing in the load balancer executes an application according to a request packet from a client terminal 12, and when preparing session data and returning a response packet to the load balancer, adds the prepared session data to the response packet and returns the response packet to the load balancer.例文帳に追加
具体的には、ロードバランサにおける負荷分散処理によって選択されたアプリケーションサーバは、クライアント端末12からのリクエストパケットに応じてアプリケーションを実行してセッションデータを作成してレスポンスパケットをロードバランサへ返送する際に、レスポンスパケットに作成したセッションデータを付加してロードバランサへ返送する。 - 特許庁
Through the cooperation, data of decentralized programs on the network 9 are sent and received and only data sent and received between the client program 1 and server program 3 are put together to enable the efficient recording and analysis of a communication state by paying attention to the transfer of a specific object decentralized program.例文帳に追加
この協調動作において、ネットワーク9上で分散プログラムのデータの送受信を行いクライアントプログラム1およびサーバプログラム3間で送受信されたデータのみをまとめて収集し、所定の対象となる分散プログラムの授受に着目した効率の良い通信状況の記録・解析を可能としている。 - 特許庁
The client requests bytes of the compressed codestream from the server that are not yet stored in the memory and generates decoded image data requested by a user from the bytes of the compressed codestream requested from the server and any portion of the compressed codestream previously stored in the memory necessary to prepare the image data.例文帳に追加
クライアントは、メモリに未だ格納されていないサーバからの圧縮コードストリームのバイトを要求し、サーバから要求された圧縮コードストリームのバイトを利用してユーザが要求したデコード画像データを生成し、画像データを作成するのに必要なメモリに既に格納されている圧縮コードストリームの部分を生成する。 - 特許庁
When a server identified by an address different from an address requested from a client application and a server identifier (server identification information) confirms the same existing session (S703), the existing session of the same server identifier is selected as a session for data communication (S707), and data is transferred with the selected session (S708).例文帳に追加
クライアントアプリケーションから要求された宛先アドレスと異なるアドレスで、且つサーバ識別子(サーバ識別情報)で識別されるサーバが同一の既存セッションを確認した場合には(S703)、同一サーバ識別子の既存セッションをデータ通信用のセッションとして選択し(S707)、選択されたセッションでデータ転送する(S708)。 - 特許庁
An IP telephony server 1 includes a voice transfer packet processing part 14, and a client terminal includes: a voice transfer packet processing part 54; a decoding processing part 56 of voice data of a voice transfer packet transferred from the IP telephony server 1; and an encoding processing part 57 which encodes the input voice data to generate the voice transfer packet.例文帳に追加
IPテレフォニーサーバ1に、音声転送パケット処理部14を備え、クライアント端末装置に、音声転送パケット処理部54と、IPテレフォニーサーバ1から転送された音声転送パケットの音声データのデコード処理部56と、入力された音声データをエンコードして音声転送パケットを生成するエンコード処理部57を備える。 - 特許庁
Also, when the transfer of the print data of the remittance exchange is made from the remittance receiver 200, the print data of the remittance exchange printed with a two-dimensional code showing various information including the password are transferred under such conditions that ID for reception and password to be issued to the remittance client 100 are inputted.例文帳に追加
また、送金受取人200から送金引換証の印刷データの転送を要求されると、送金依頼人100に対して発行した受取用IDおよびパスワードの入力を条件に、このパスワードを含む各種情報を示す2次元コードが刷り込まれた送金引換証の印刷データを転送する。 - 特許庁
Client applications 20, 22, 24 requesting to use one or more of these entities 14, 16, 18 have a function by themselves to issue a certification to identify themselves, and after that receives related SNMP community data character string information from a proper site, for example, existing in a community character string data base server 26.例文帳に追加
これらのエンティティ14,16,18を1つ以上使用することを要求するクライアント・アプリケーション20,22,24は、自身を同定する認証を発行し、その後に、関連するSNMPコミュニティデータ文字列情報を、例えばコミュニティ文字列データベースサーバ26内に存在する適切なサイトから受信する機能をそれ自身で備えている。 - 特許庁
A FAX server device 10 receives a direct inward dialing number and facsimile image information from a PBX device 40, converts the received facsimile image information into image data, converts the received dial-in number into the network address of the LAN and transmits the image data to a client device 20 at the converted network address.例文帳に追加
FAXサーバ装置10は、PBX装置40からダイヤルイン番号とファクシミリ画像情報を受信し、受信したファクシミリ画像情報を画像データに変換すると共に、受信したダイヤルイン番号をLANのネットワークアドレスに変換し、変換したネットワークアドレスのクライアント装置20に対し画像データを送信する。 - 特許庁
Thus, the printer 10 saves partial data (hereafter called as backup data 23a) in the volatile memory 23 to a print server 61 and a client device 62 or the like connected through a network 60 prior to the interruption of power supply to the volatile memory 23 in shifting to the power saving state.例文帳に追加
そのため、印刷装置10は、この節電状態への移行に際し揮発性メモリ23への電源供給が遮断されるのに先立って、揮発メモリ23内の一部のデータ(以下、このデータのことをバックアップデータ23aと言う)を、ネットワーク60を介して接続されたプリントサーバ61、クライアント装置62等に退避する。 - 特許庁
The signal protocol is used by link controllers configured to generate, transmit, and receive packets forming the communications protocol, and to form digital data into one or more types of data packets, with at least one residing in the host device and being coupled with the client through the communications path.例文帳に追加
信号プロトコルは、通信プロトコルを形成するパケットを生成し、送信し、受信するように、及びデジタルデータを、少なくとも1つがホストデバイスに常駐し、通信経路を通ってクライアントに結合される1種類又は2種類以上のデータパケットに形成するように構成されるリンクコントローラによって使用される。 - 特許庁
The network monitoring system is provided with a monitoring server 1, an equipment to be monitored which is a monitoring target, a monitoring client 3, a monitoring probe server 4, and a data base 5 and the server 4 for practically collecting the data of a network monitoring result is separated from the server 1 for practically storing, analyzing and displaying the monitoring result.例文帳に追加
ネットワーク監視システムは、監視サーバ1と、被監視対象である監視対象機器2と、監視クライアント3と、監視プローブサーバ4と、データベース5とを備え、ネットワークの監視結果のデータを実際に収集する監視プローブサーバ4と、実際に監視結果を蓄積、解析及び表示を行う監視サーバ1とを別々に切り分ける。 - 特許庁
The signaling protocol is employed by link controllers configured to generate, transmit, and receive packets forming the communications protocol, and to form digital data into one or more types of data packets, in which at least one link controller resides in the host device and is coupled to the client through the communications path.例文帳に追加
信号プロトコルは、通信プロトコルを形成しているパケットを生成、送信、受信するように、およびディジタルデータをデータパケットの1つ以上のタイプに形成するように構成されたリンク制御装置によって使用され、少なくとも1つのリンク制御装置が、ホストデバイス内に存在し、通信経路によってクライアントに結合される。 - 特許庁
The client terminal accesses the image forming device by use of a WEB browser, transmits a request for the list of the print data that can be printed in the image forming device, receives a list screen for issuing an instruction to delete the print data that can be printed in the image forming device from the image forming device, and displays it in the WEB browser.例文帳に追加
クライアント端末は、WEBブラウザを用いて画像形成装置にアクセスし、当該画像形成装置で印刷可能な印刷データの一覧の要求を送信して、当該画像形成装置で印刷可能な印刷データを削除指示可能な一覧画面を画像形成装置から受信して、WEBブラウザで表示する。 - 特許庁
A signal protocol is used by link controllers configured to generate, transmit and receive packets forming a communications protocol, and configured to form digital data into one or more types of data packets, with at least one of the link controller residing in a host device and being coupled to a client through a communications path.例文帳に追加
信号プロトコルは、通信プロトコルを形成するパケットを発生し、送信し、受信するように構成され、デジタルデータを1つ以上のデータパケットのタイプに形成するように構成されたリンクコントローラーにより使用され、リンクコントローラーの少なくとも1つはホスト装置に常駐し、通信路を介してクライアントと接続される。 - 特許庁
Meanwhile, in the server device 3, the server application 43 executes processing corresponding to the command from the web browser 24 received by a web server 41, and when using the function or data of the composite machine 1, the server application transmits the command corresponding to the function or the data to the web server 25 using a web client 42 via the predetermined protocol.例文帳に追加
一方、サーバ装置3では、サーバアプリケーション43が、ウェブサーバ41により受信された、ウェブブラウザ24からのコマンドに対応する処理を実行し、複合機1における機能またはデータを使用する際に、その機能またはデータに対応するコマンドを、所定のプロトコルでウェブクライアント42を使用してウェブサーバ25へ送信する。 - 特許庁
When receiving data regarding a name selected from the seating chart and a speech indication from a client terminal 15, the application server 20 acquires personal data having an employee identifier related to the name and performs call origination processing with a telephone number of a telephone, which a person having this name uses, as a call destination.例文帳に追加
座席表から選択された名前に関するデータと通話指示とをクライアント端末15から受信すると、アプリケーションサーバ20は、名前に関連付けられた社員識別子を有する個人データを取得し、この名前の人物が使用する電話の電話番号を発信先とした発呼処理を行なう。 - 特許庁
The signal protocol is used by link controllers configured to generate, transmit, and receive packets forming the communications protocol, and to form digital data into one or more types of data packets, with at least one residing in the host device and being coupled to the client through the communications path.例文帳に追加
信号プロトコルは、通信プロトコルを形成するパケットを生成し、送信し、受信するように、及びデジタルデータを、少なくとも1つがホストデバイスに常駐し、通信経路を通ってクライアントに結合される1種類又は2種類以上のデータパケットに形成するように構成されるリンクコントローラによって使用される。 - 特許庁
The authentication client 1 creates an authentication information input interface on the basis of interface definition data and authentication information request data in response to the authentication information request received from the authentication server 2 and returns authentication information acquired through the authentication information input interface to the authentication server 2.例文帳に追加
認証クライアント1は、認証サーバ2から受信した認証情報要求に応じて、インタフェース定義データと認証情報要求データをもとに認証情報入力インタフェースを生成し、この認証情報入力インタフェースを通じて取得される認証情報を認証サーバ2に応答する。 - 特許庁
To enhance the secrecy by setting the authority of decoding processing of the data exchanged between peripheral equipment and a client PC through a network and to allow the use limitation every part of the data or by a more detailed condition such as permission of the use of two or more public keys.例文帳に追加
周辺機器とクライアントPCの間でネットワークを通して交換するデータの復号化処理の権限をユーザごとに設定して機密性を高めることを可能にし、また、データの部分毎や、複数の公開鍵の利用を許可されていなければならない、などのより詳細な条件での利用制限を可能とすることである。 - 特許庁
An insured client 30 inputs through the Internet 20 the contract data needed for calculating a premium for each automobile, mainly for the insured, and the vehicle data needed for calculation of the premium and for accident management, including types, registration numbers, names and models of the automobiles.例文帳に追加
保険契約者クライアント30からは、主として保険契約者に関し、各自動車ごとの保険料の算出に必要な契約データと、自動車の用途車種、登録番号、車名及び型式を含み、保険料の算出及び事故処理に必要な車両データとがインターネット20を通じて入力される。 - 特許庁
The maintenance center is provided with a patch transmitting server for providing all patches as satellite data broadcasting capable of performing a large capacity of data communication, and each customer site is provided with a patch receiving client for selecting and introducing only the patch suitable for the equipment constitution of a system to be managed at each customer site from the patches received as broadcasting.例文帳に追加
保守センタに全てのパッチを大容量データ通信が可能な衛星データ放送として提供するパッチ送信サーバ、各顧客サイトには、放送として受信したパッチより各顧客サイトの管理対象システムの機器構成に適応したパッチのみを取捨選択し導入するパッチ受信クライアントを設置。 - 特許庁
For a storage image containing image data of a plurality of resolutions and annotation data associated with a specific location in relation to a base resolution of an image, a request for a specific region of the storage image and a specific resolution of a request image is confirmed in an image server 30 which receives an image request from a client viewer 70.例文帳に追加
複数解像度の画像データと、画像のベース解像度と関連して特定場所と関係している注釈データとを含む保存画像は、クライアント・ビューア70からの画像要求を受け付けた画像サーバ30で、保存画像の特定領域及び要求画像の特定解像度の要求が確認される。 - 特許庁
When a printer driver 10 detects that a plug-in file is installed in an HDD 11, a server PC 1 writes it as image data to a printer driver setting information storage area 12 of its own device, and copies the image data of the plug-in file to a printer driver setting information storage area 22 of a client PC 2.例文帳に追加
サーバPC1は、プリンタドライバ10が、HDD11にプラグインファイルがインストールされたことを検知すると、それをイメージデータとして、自装置のプリンタドライバ設定情報記憶領域12に書き込み、そのプラグインファイルのイメージデータをクライアントPC2のプリンタドライバ設定情報記憶領域22にコピーする。 - 特許庁
| 例文 |
| 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. |
| © 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|