1016万例文収録!

「I.D.L.」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

I.D.L.を含む例文一覧と使い方

該当件数 : 45



例文

IDL Type 例文帳に追加

IDL - Python

Mapping the IDL declarations 例文帳に追加

IDL 宣言の対応付け - Python

IDL COMPILING APPARATUS, IDL COMPILING METHOD, AND IDL COMPILER例文帳に追加

IDLコンパイル装置、IDLコンパイル方法及びIDLコンパイラ - 特許庁

IDL attributes map to instance attributes. 例文帳に追加

IDL 属性はインスタンス属性に対応付けられます。 - Python

例文

The IDL definition analysis device 51 of an IDL compiling apparatus 5 receives the input of an IDL definition 2 and generates IDL definition analysis information 52.例文帳に追加

IDLコンパイル装置5のIDL定義解析装置51は、IDL定義2を入力しIDL定義解析情報52を生成する。 - 特許庁


例文

This specifies the mapping from OMG IDL to Python. 例文帳に追加

このドキュメントでは OMG IDL から Python への対応付けを記述しています。 - Python

A complete compiler of IDL translates IDL into client side and server side routines for remote communication. 例文帳に追加

インタフェース定義言語の完全なコンパイラは,IDLをリモート通信用のクライアント側とサーバ側のルーチンに変換する. - コンピューター用語辞典

The mapping from OMG IDL to Python defines accessor functions for IDLattribute declarations in much the way the Java mapping does.例文帳に追加

OMG IDL から Python への対応付けは、 IDL attribute 宣言へのアクセサ関数の定義を、Java による対応付けが行うのとほとんど同じように行います。 - Python

An IDL definition analyzing part 51 analyzes inputted IDL definition 2, and generates IDL definition analytic information 52.例文帳に追加

IDL定義解析部51は、入力したIDL定義2を解析し、IDL定義解析情報52を生成する。 - 特許庁

例文

The primitive IDL types used in the DOM specification are mapped to Python types according to the following table.例文帳に追加

DOM 仕様で使われている基本的な IDL 型は、以下のテーブルに従ってPython の型に対応付けられています。 - Python

例文

The Python mapping defined here is based in large part on the IDL version of the specification, but strictcompliance is not required (though implementations are free to support the strict mapping from IDL).例文帳に追加

ここで定義されている Python での対応づけは、大部分がこの仕様の IDL 版に基づいていますが、厳密な準拠は必要とされていません (実装で IDL の厳密な対応付けをサポートするのは自由ですが)。 - Python

For example, if the data type of a server application described in COBOL is out of the range of data types supported by the IDL, the predetermined data type of the IDL is expressed by the IDL to create the IDL file.例文帳に追加

例えば、COBOLで記述されたサーバアプリケーションのデータ型が、IDLによってサポートされるデータ型の範囲外である場合には、IDLの所定のデータ型をIDLで表現し、IDLファイルを生成する。 - 特許庁

This control register 203 has a hold request bit (IDL-REQ) 31 and an interrupt request bit (INT-REQ) 37.例文帳に追加

制御レジスタ203は、ホールドリクエストビット(IDL-REQ)31及び割り込みリクエストビット(INT-REQ)37を有している。 - 特許庁

Here, when setting the interrupt request bit (INT-REQ) 37, the hold request bit (IDL-REQ) 31 is also set by the sub-processor 200.例文帳に追加

但し、割り込みリクエストビット(INT-REQ)37がセットされる際には、ホールドリクエストビット(IDL-REQ)31がサブプロセッサ200によってもセットされる。 - 特許庁

An IDL analyzing part 192 analyzes the meaning of interface information defined in an IDL file 8(a step A-2).例文帳に追加

IDL解析部192はIDLファイル8に定義されているインタフェース情報の意味解析を行う(ステップA−2)。 - 特許庁

Accordingly, overshoot of magnetization current IDL can be made small.例文帳に追加

したがって、磁化電流IDLのオーバーシュートが小さくて済む。 - 特許庁

A simulator machine 10 acquires IDL information from an IDL definition storage part 16 and automatically constructs a server simulator or a client simulator on the basis of acquired IDL information.例文帳に追加

シミュレータマシン10は、IDL定義格納部16からIDL情報を取得し、取得したIDL情報に基づいてサーバシミュレータまたはクライアントシミュレータの機能を自動構築する。 - 特許庁

Values of type DOMString may also be None where allowed to have the IDL null value by the DOM specification from the W3C.例文帳に追加

DOMString 型の値は、W3C の DOM 仕様で、IDLnull 値になってもよいとされている場所では None になることもあります。 - Python

If the data type of a parameter related to the application is out of the range of data types supported by the IDL, the predetermined data type of the IDL associated with the data type of the application is expressed by the IDL according to information about the data type of the application so as to create an IDL file.例文帳に追加

アプリケーションに係るパラメータのデータ型が、IDLによってサポートされるデータ型の範囲外である場合には、アプリケーションのデータ型に関する情報に基づいて、アプリケーションのデータ型に対応させるIDLの所定のデータ型をIDLで表現し、IDLファイルを生成する。 - 特許庁

The new Java-to-OMG IDL (Interface Definition Language) specifications will provide tools that Java programmers can use to enhance and extend the applicability of Java-based programs. 例文帳に追加

新しいジャバ対OMG IDL(インタフェース定義言語)仕様は,ジャバプログラマがジャバベースプログラムの適用性の強化と拡張を行うために使うことができるツールを提供する. - コンピューター用語辞典

The mapping, in particular, does not require that the IDL attributes are accessible as normal Python attributes:例文帳に追加

とりわけ、対応付けでは、IDL 属性が通常の Python 属性としてアクセス可能であることは必須ではありません: object.someValue が動作することは必須 ではなく 、AttributeErrorを送出してもかまいません。 - Python

If provided,they should take the form defined by the Python IDL mapping, but these methods are considered unnecessary since the attributes are accessible directly from Python.例文帳に追加

アクセサ関数が提供された場合、Python IDL 対応付けによって定義された形式をとらなければなりませんが、属性は Python から直接アクセスすることができるので、それらのメソッドは必須ではないと考えられます。 - Python

Applications should be able to handle Unicode whenever a string is returned from the DOM.The IDL null value is mapped to None, which may be accepted or provided by the implementation whenever null is allowed by the API.例文帳に追加

アプリケーションでは、DOM から文字列が返される際には常に Unicode を扱えなければなりません。 IDL の null 値は None に対応付けられており、API で null の使用が許されている場所では常に受理されるか、あるいは実装によって提供されるはずです。 - Python

These properties are defined in the DOM specification; this portion of the reference manual describes the interpretation of the specification in Python. The specification provided by the W3C defines the DOM API for Java,ECMAScript, and OMG IDL.例文帳に追加

これらのプロパティはDOM 仕様で定義されています; 本リファレンスマニュアルでは、Python において DOM 仕様がどのように解釈されているかを記述しています。 W3C から提供されている仕様は、 DOM API を Java、ECMAScript、およびOMG IDL で定義しています。 - Python

To provide a transfer program generation device that eliminates the need of defining input/output of a function by use of an IDL (Interface Definition Language) in addition to a source code of a program.例文帳に追加

プログラムのソースコードとは別にIDLを用いて関数の入出力を定義することを不要にできる転送プログラム生成装置を提供する。 - 特許庁

The hold request bit (IDL-REQ) 31 can be set and reset by the host processor 100, and is set when requiring stoppage of operation of the sub-processor 200.例文帳に追加

ホールドリクエストビット(IDL-REQ)31は、ホストプロセッサ100によってセット/リセットが可能であって、サブプロセッサ200の動作の停止が要求される場合にセットされる。 - 特許庁

When the load is light, an IDL signal is negative at the timing when the Ct terminal voltage exceeds a prescribed value.例文帳に追加

軽負荷の場合には、Ct端子の電圧が所定値を越えるタイミングでは、IDL信号はマイナスになっている。 - 特許庁

As the low density lipoprotein, a human-derived CM (ciromicron), IDL (lemnent), mid band, VLDL (very low density lipoprotein), LDL (low density lipoprotein) and small-sized LDL are preferable.例文帳に追加

低密度リポタンパクとしては、ヒト由来のCM、IDL、ミッドバンド、VLDL、LDL、スモールサイズLDLが好適である。 - 特許庁

This means that the typical surrogates generated by Python IDL compilers are not likely to work, and wrapper objects maybe needed on the client if the DOM objects are accessed via CORBA.While this does require some additional consideration for CORBA DOMclients, the implementers with experience using DOM over CORBA from Python do not consider this a problem.例文帳に追加

これは、Python IDL コンパイラによって生成された典型的なサロゲーションはまず動作することはなく、DOM オブジェクトがCORBA を解してアクセスされる場合には、クライアント上でラッパオブジェクトが必要であることを意味します。 CORBA DOM クライアントでは他にもいくつか考慮すべきことがある一方で、CORBA を介して DOM を使った経験を持つ実装者はこのことを問題視していません。 - Python

In performing client-server program simulation for a client-server system using CORBA, an interface of a server program to implement on the server side is defined to be an IDL file, the IDL file is read to be lexically analyzed, and, in liaison with the lexical analysis, a client simulator source code for server program load test is generated.例文帳に追加

CORBAを使用したクライアント・サーバシステムのクライアント・サーバプログラムのシミュレーションを行うにあたって、サーバ側に実装するサーバプログラムのインタフェースをIDLファイルに定義し、該IDLファイルを読み込んで字句解析を行い、該字句解析と連携しながら、サーバプログラムの負荷試験用クライアントシミュレータソースコードを作成する。 - 特許庁

The method is suitable when the lipoprotein contains a high-density lipoprotein(HDL), a low-density lipoprotein(LDL), an intermediate density lipoprotein(IDL), a very low-density lipoprotein(VLDL) and/or a chylomicron(CM).例文帳に追加

特に前記リポ蛋白質として、高密度リポ蛋白質(HDL)、低密度リポ蛋白質(LDL)、中間型リポ蛋白質(IDL)、超低密度リポ蛋白質(VLDL)、及び/又はカイロミクロン(CM)を含む場合に適する。 - 特許庁

A real-time code generation device 55 generates a real-time stab 7, a real-time skeleton 8 and a scheduling module 9 according to the IDL definition analysis information 52 and the schedule analysis information 54.例文帳に追加

リアルタイムコード生成装置55は、IDL定義解析情報52及びスケジュール解析情報54に基づいて、リアルタイムスタブ7、リアルタイムスケルトン8及びスケジューリングモジュール9を生成する。 - 特許庁

To provide a method and an apparatus for converting IDL-defined data structures to and from a format convenient for transfer between two computers.例文帳に追加

IDL定義されたデータ構造体を2つのコンピュータ間での移送に便利な書式に、また、この書式から移行する方法および装置を提供する。 - 特許庁

To eliminate the need for a decision of a performing position, for IDL description of a server object, for a marshalling, for an un-marshalling process coding and the like operated conventionally by users to create distributed processing program from a user description language.例文帳に追加

従来、ユーザ記述言語のソースから分散処理プログラムを作成する為に、ユーザが行っていた実行位置決定、サーバオブジェクトのIDL記述、マーシャリング、アンマーシャリング処理コーディング等を不要にする。 - 特許庁

To reduce the burden on a developer during the development of a mediation program even if the data type of a parameter related to an application is out of the range of data types supported by IDL.例文帳に追加

アプリケーションに係るパラメータのデータ型がIDLによってサポートされるデータ型の範囲外である場合でも、仲介プログラムを開発するにあたり、開発者側の負担を小さくすることを課題とする。 - 特許庁

For example, the mediation program for achieving coordinated execution between a server application described in C and a client application described in Java (R) is created using the IDL file.例文帳に追加

例えば、Cで記述されたサーバアプリケーションと、Java(登録商標)で記述されたクライアントアプリケーションとの連携実行を実現する仲介プログラムを、IDLファイルを用いて生成する。 - 特許庁

The description of the interfaces of respective objects defined in IDL or WSDL is analyzed, and the linkage relation of the objects is expressed as a set 101 of conversion rules.例文帳に追加

IDLやWSDLなどで定義された各オブジェクトのインタフェースの記述を解析し、オブジェクト間の連携関係を変換ルールの集合101として表現する。 - 特許庁

In an IDL compiler, data to be marshalled and unmarshalled are read from an operation argument and grouped into a data set to be collectively converted and a data set to be individually converted, and conversion is performed for every group.例文帳に追加

IDLコンパイラにおいては、オペレーションの引数からマーシャル、アンマーシャルするデータを読み込み、まとめて変換するデータの集合と、個々に変換するデータの集合にグループ化し、グループ毎に変換を行う。 - 特許庁

A program generating part 193 operates the extraction and assembly of a logical logic from a model program group 194, and prepares a complementary program 197 exclusive for the IDL file 8 (a step A-3).例文帳に追加

プログラム生成部193は雛形プログラム群194より処理ロジックの抽出と組み立てを行い、IDLファイル8専用の補完プログラム197を作成する(ステップA−3)。 - 特許庁

To dynamically reflect the processing contents of an added/changed method when the method to be described in interface information of an IDL to be used between a server program and a client program of a distributed object is added/changed.例文帳に追加

分散オブジェクトのサーバプログラムおよびクライアントプログラム間で使用するIDLのインタフェース情報に記述されるメソッドを追加/変更する場合に、追加/変更したメソッドの処理内容を動的反映可能にする。 - 特許庁

To solve the problem that it is impossible to secure end-to-end communication quality to server implementation expected by a client logic when a client calls a server on a distributed environment by using IDL(Interface Definition Language).例文帳に追加

IDL(Interface Definition Language)を用いてクライアントが分散環境上のサーバを呼び出す際に、クライアントロジックが期待するサーバインプリメンテーションまでのエンドツーエンド間の通信品質を保証できないという問題を解決する。 - 特許庁

A component function analyzing part 55 analyzes a function which is used by each component based on the IDL definition analytic information 52 and the component definition analytic information 54, and generates component function analytic information 56 including the analytic result.例文帳に追加

コンポーネント機能解析部55は、IDL定義解析情報52及びコンポーネント定義解析情報54にもとづいて各コンポーネントで用いられる機能を解析し、解析結果を含むコンポーネント機能解析情報56を生成する。 - 特許庁

In this network computer system, remote procedure call(RPC) communicating means (stub programs) 22 and 32 include interface identification information 16 generated by hashing from interface definition information (IDL) 11 in an RPC so that communication in the RPC can be performed based on the definition information 11 by using the identification information 16.例文帳に追加

RPC通信手段(スタブプログラム)22、32は、リモートプロシジャコール(RPC)における通信のインタフェースの定義情報(IDL)11からハッシングにより生成されたインタフェースの識別情報16を含み、識別情報16を用いて定義情報11に基づいてRPCにおける通信を行う。 - 特許庁

A mediation program for mediating coordination among the applications while a structure for storing data in binary form, disposed on a middleware base absorbing and concealing CORBA, is used as an interface to the middleware base, is created using an IDL file showing interface definition information related to the applications.例文帳に追加

CORBAを吸収隠蔽したミドルウェア基盤に配備され、バイナリ形式でデータを格納する構造体をミドルウェア基盤とのインタフェースとしてアプリケーション間の連携を仲介する仲介プログラムを、アプリケーションに係るインタフェース定義情報を示すIDLファイルを用いて生成する。 - 特許庁

例文

In DL drivers 6, 7 of MRAM of the semiconductor storage device, a transistor 20 corresponding to a selected digit line group DLG is conducted, and then parallelly-connected four transistors 24.1-24.4 in a sub DL driver 21 corresponding to a selected digit line DL are sequentially conducted to pass magnetization current IDL.例文帳に追加

このMRAMのDLドライバ6,7では、選択されたディジット線グループDLGに対応するトランジスタ20を導通させた後、選択されたディジット線DLに対応するサブDLドライバ21の並列接続された4つのトランジスタ24.1〜24.4を順次導通させて磁化電流IDLを流す。 - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., 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会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS