1016万例文収録!

「型オブジェクト」に関連した英語例文の一覧と使い方(9ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 型オブジェクトに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

型オブジェクトの部分一致の例文一覧と使い方

該当件数 : 509



例文

PyVarObject のフィールド宣言に展開されるマクロです;インスタンスによって可変の長さを持つオブジェクトを表現する新たなを宣言する場合に使います。例文帳に追加

This is a macro which expands to the declarations of the fields of the PyVarObject type; it is used when declaring new types which represent objects with a length that varies from instance to instance. - Python

iterable がアレイでない場合、アレイに値を追加できるような正しいの要素からなるイテレーション可能オブジェクトでなければなりません。 バージョン 2.4 で 変更 された仕様:以前は他のアレイしか引数に指定できませんでした。例文帳に追加

If iterable is not an array, it must be iterable and its elements must be the right type to be appended to the array.Changed in version 2.4:Formerly, the argument could only be another array. - Python

o がシーケンスプロトコルをサポートする場合に真を返します。 シーケンスメソッドを C で定義している全てのオブジェクトに対して、この値は真になります。例文帳に追加

Returns true if the object o supports the sequence protocol.This returns true for all objects which define sequence methods in C,and for all instance objects.  - Python

このモジュールは標準のPythonインタプリタで使われているオブジェクトについて、名前を定義しています(拡張モジュールで定義されているを除く)。例文帳に追加

This module defines names for some object types that are used by the standard Python interpreter, but not for the types defined by variousextension modules. - Python

例文

このビットがクリアなら、演算子は全ての引数が現在のオブジェクトと同じであるよう要求し、演算の呼び出し側は演算に先立って変換を行うものと想定します。例文帳に追加

If this bit is clear, those operations require that all arguments have the current type as their type, and the caller is supposed to perform a coercion operation first. - Python


例文

Python では、いくつかのイテレータオブジェクトを定義しています。 これらは一般的および特殊化されたシーケンス、辞書、そして他のさらに特殊化された形式をサポートします。例文帳に追加

Python defines several iterator objects to support iteration overgeneral and specific sequence types, dictionaries, and other more specialized forms. - Python

組み込みには 6 つのシーケンスがあります: 文字列、ユニコード文字列、リスト、タプル、バッファ、そして xrange オブジェクトです。 文字列リテラルは 'xyzzy'、"frobozz" といったように、単引用符または二重引用符の中に書かれます。例文帳に追加

There are six sequence types: strings, Unicode strings, lists,tuples, buffers, and xrange objects.String literals are written in single or double quotes:'xyzzy', "frobozz".  - Python

ブロックストレージシステムを想定したオペレーティングシステムによりオブジェクトストレージシステムを利用できるようにする技術を提供する。例文帳に追加

To provide a technology enabling use of an object type storage system by an operating system simulating a block type storage system. - 特許庁

この変換手段は、CORBAサーバのオブジェクトが提供するサービスをインタフェース定義言語によって定義したインタフェース定義と、XMLインスタンスのを表す文書定義との変換規則を有する。例文帳に追加

The conversion means is provided with the conversion rules of an interface definition for defining service provided by the object of the CORBA server by an interface definition language and a document type definition for indicating the type of the XML instance. - 特許庁

例文

自己組織分散オーバーレイ・ネットワークにおいてオブジェクトへの参照を分散させる方法、コンピュータプログラム、及びノード、並びに自己組織分散オーバーレイ・ネットワーク例文帳に追加

METHOD FOR DISTRIBUTING REFERENCE TO OBJECT IN SELF-ORGANIZING, DISTRIBUTED OVERLAY NETWORK, COMPUTER PROGRAM, NODE AND SELF-ORGANIZING DISTRIBUTED OVERLAY NETWORK - 特許庁

例文

手続きの汎用プログラム言語で記述されたソースプログラムから、データ駆動プロセッサが実行できるオブジェクトプログラムを生成するコンパイラ装置を提供する。例文帳に追加

To provide a compiler device for generating an object program executable by a data-driven processor from a source program described in a procedural general programming language. - 特許庁

PostgreSQLは洗練されたオブジェクト・リレーショナルDBMSであり, サブ選択, トランザクションおよび利用者定義と関数を含むほとんどすべてのSQL構造体をサポートする.例文帳に追加

PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost all SQL constructs, including subselects, transactions, and user-defined types and functions.  - コンピューター用語辞典

このクラスの機能には、次のようなものがあります。 カラム定義やインデックス定義の情報の、オブジェクトのプロパティへの埋め込み(可搬性の高いデータを使用)。例文帳に追加

This class provides: Column and index definitions embedded in the object properties, using portable data types.  - PEAR

ラージオブジェクトデータは、不定長のデータで textフィールドに保存するには大きすぎるであろうものを格納するためのものです。 たとえば、通常はファイルに保存しているようなデータなどです。例文帳に追加

The large object data types are meant to store data of undefined length that may be too large to store in text fields, like data that is usually stored in files.  - PEAR

レンダリングコンテナはレンダリングエンジンを含むオブジェクトあるいは任意の(string, array, object など) の変数で、レンダラの出力内容が含まれます。例文帳に追加

A Rendering container is either an object that contain a sort of rendering engine, or a variable of any type (string, array, object, etc...) that can contain the output of a Renderer.  - PEAR

では、Python に広い適用範囲をもたらしている既存のオブジェクト、関数、および (組み込み、および Python で書かれたものの両方の) モジュールについて解説しています。 Python/C API 全体の詳しい説明は、別のドキュメントである、例文帳に追加

documents the existing object types, functions and modules (both built-in and written in Python) that give the language its wide application range.For a detailed description of the whole Python/C API, see the separate - Python

このマニュアルはそっけない書き方かもしれませんが、的確かつ完璧な記述を目指しています。 必須でない組み込みオブジェクトや組み込み関数、組み込みモジュールに関するセマンティクスは、例文帳に追加

It is terse, but attempts to be exact and complete.The semantics of non-essential built-in object types and of the built-in functions and modules are described in the - Python

Python の文字列は、NUL バイトが途中に埋め込まれていてはなりません; もし埋め込まれていればTypeError 例外を送出します。 Unicode オブジェクトはデフォルトエンコーディングを使ってC 文字列に変換されます。例文帳に追加

The Python string must not contain embedded NUL bytes; if it does, a TypeError exception is raised.Unicode objects are converted to C strings using the default encoding. - Python

これらはそれぞれグローバル変数とローカル変数として使われます。 locals を指定する場合は何らかのマップ型オブジェクトにせねばなりません.バージョン 2.4 で 変更 された仕様:以前はlocals は辞書でなければなりませんでした例文帳に追加

If two expressions are given,they are used for the global and local variables, respectively.If provided, locals can be any mapping object.Changed in version 2.4:formerly locals was required to be a dictionary.  - Python

aepack モジュールは、Python 変数から AppleEvent ディスクリプタへの変換(パック)と、その逆に変換(アンパック)する関数を定義しています。 Python 内では AppleEvent ディスクリプタは、組み込みである AEDesc のPython オブジェクトとして扱われます。例文帳に追加

The aepack module defines functions for converting (packing)Python variables to AppleEvent descriptors and back (unpacking).Within Python the AppleEvent descriptor is handled by Python objects of built-in type AEDesc, defined in module - Python

プログラマはまた、他のアプリケーションが解釈できる CSV 形式を記述したり、独自の特殊な目的をもった CSV 形式を定義することができます。 csv モジュールの reader および writer オブジェクトはシーケンスを読み書きします。例文帳に追加

Programmers can also describe the CSV formats understood by other applications or define their own special-purpose CSV formats.The csv module's reader and writer objects read and write sequences. - Python

新しいオブジェクトを``魔法を使ったように''作り出す必要がある、通常の作成関数が使えないときに、これは主にマーシャル関数で使われます。例文帳に追加

This is for use primarily in marshal-type functions,when a new object needs to be created ``magically'' and not by using the regular creation functions. - Python

Python の辞書を使って名前を画像に対応付けたり画像を名前に対応付けたりすると、画像オブジェクトは辞書内のキーや値に使われているため存続しつづけることになります。例文帳に追加

If you used a Python dictionary to map names to images, or images to names, the image objectswould remain alive just because they appeared as values or keys in the dictionaries. - Python

weakref モジュールが提供しているWeakKeyDictionary や WeakValueDictionary クラスはその代用で、対応付けを構築するのに弱参照を使い、キャッシュやマップに存在するという理由だけでオブジェクトを存続させないようにします。例文帳に追加

The WeakKeyDictionary and WeakValueDictionary classes supplied by the weakrefmodule are an alternative, using weak references to construct mappings that don't keep objects alive solely because they appear in the mapping objects. - Python

組み込みをエミュレーションするようなクラスを実装する際には、エミューレーションの実装をモデル化しようとしているオブジェクトで意味のある範囲だけにとどめることが重要です。例文帳に追加

When implementing a class that emulates any built-in type, it is important that the emulation only be implemented to the degree that it makes sense for the object being modelled. - Python

p がタプルオブジェクトか、タプルのサブタイプのインスタンスである場合に真を返します。 バージョン 2.2 で 変更 された仕様:サブタイプを引数にとれるようになりました例文帳に追加

Return true if p is a tuple object or an instance of a subtype of the tuple type.Changed in version 2.2:Allowed subtypes to be accepted. - Python

動的にメモリ確保されている型オブジェクトの場合、このフィールドは内部使用される特殊な意味を持ちます。 サブタイプはこのフィールドを継承しません。例文帳に追加

For dynamically allocated type objects, this field has a special internal meaning.This field is not inherited by subtypes. - Python

型オブジェクトおよび拡張機能構造体の特定のフィールドの存在の有無に関連する全てのビットからなるビットマスクです。例文帳に追加

This is a bitmask of all the bits that pertain to the existence of certain fields in the type object and its extension structures.Currently, it includes the following bits:Py_TPFLAGS_HAVE_GETCHARBUFFER,Py_TPFLAGS_HAVE_SEQUENCE_IN,Py_TPFLAGS_HAVE_INPLACEOPS,Py_TPFLAGS_HAVE_RICHCOMPARE,Py_TPFLAGS_HAVE_WEAKREFS,Py_TPFLAGS_HAVE_ITER, and Py_TPFLAGS_HAVE_CLASS. - Python

このフィールドのレベルでは、単継承 (single inheritance) だけがサポートされています;多重継承はメタタイプの呼び出しによる動的な型オブジェクトの生成を必要とします。例文帳に追加

At this level, only single inheritance is supported;multiple inheritance require dynamically creating a type object by calling the metatype.This field is not inherited by subtypes (obviously), but it defaults to PyBaseObject_Type (which to Python programmers is known as the type object). - Python

また、モジュールで公開している関数を列挙する際に用いられる静的なテーブルや、新しいオブジェクトにおけるデータ属性を記述したり、複素数の値を記述したりするために構造体をいくつか使っています。例文帳に追加

A few structure types are used to describe static tables used to list the functions exported by a module or the data attributes of a new object type, and another is used to describe the value of a complex number. - Python

また、そのためのソフトウェアは、JAVAアプレットなどインターネット上で送受信可能なハードウェア非依存のプログラムオブジェクトを用いて実装する。例文帳に追加

Further, software therefor is implemented using a hardware-independent program object such as a JAVA applet transmissible/receivable over the Internet. - 特許庁

Windows(登録商標)上で文書検索作業を効率よく行うための、文書保存場所オブジェクトを活用したネットワーク分散文書保存技術例文帳に追加

NETWORK DISTRIBUTION TYPE DOCUMENT STORAGE TECHNOLOGY USING DOCUMENT STORAGE PLACE OBJECT FOR EFFICIENTLY PERFORMING DOCUMENT RETRIEVAL WORK ON WINDOWS(R) - 特許庁

製造コストの削減や小軽量化を図ると共に、スループットの低下を回避しつつ、オブジェクトプログラムを実行するタイミングでの誤り検出が可能となる。例文帳に追加

To achieve reduction in production costs, size and weight, and also to allow error detection at timing for executing an object program while avoiding degradation in throughput. - 特許庁

同時多発的なアクセスにより特定のネットワークリソースに過剰なトラフィック及び処理負荷がかかるのを防止するのに好適なオブジェクトデータ処理装置を提供する。例文帳に追加

To provide an object type data processor, which is suitable for preventing a specific network resource from excessive traffic and processing loads caused by simultaneously and frequently occurring access. - 特許庁

これらのコンポーネントすなわちオブジェクトとしては、典的には出版物のテキストによる説明を補完するのに使用される表を用いたデータ表現(「表」)、および「図」、「画像」、「イラスト」などのグラフィックスが挙げられる。例文帳に追加

These components, or objects, include tabular presentation of data ("tables") and graphics such as "figures", "images" and "illustrations" typically used to supplement the textual narrative of the publication. - 特許庁

コアインターフェースをファセットインターフェースにキャストすることによって、特定の文書に特有のインターフェースを用いてコアオブジェクトにアクセスすることができる。例文帳に追加

The core interface is cast to the facet interface so that it is possible to perform access to the core object by using the interface specific to the specific document type. - 特許庁

ツールキットからの命令を使用してオブジェクトのインスタンスを作成するにあたり、必要あれば追加属性を作成する方法を提供する。例文帳に追加

To provide a method for preparing an additional attribute if necessary in the case of preparing an object type instance by using an instruction from a tool kit. - 特許庁

閲覧参加者(W')が没入仮想環境において被閲覧オブジェクトに面するように、閲覧参加者(W')のモデルは物理的な方向および仮想方向に基づいて回転されて、閲覧参加者(W')のビューがレンダリングされる。例文帳に追加

A model of the viewing participant (W') is rotated based on the physical and virtual directions to render a view of the viewing participant (W') such that the viewing participant (W') is facing the viewed object in the immersive virtual environment. - 特許庁

動的コンパイラを備えるVLIWマイクロプロセッサにおいて、オーバーヘッドを低減することや、スケジューリング後のオブジェクト・コードを格納するためのメモリ容量を抑えること。例文帳に追加

To provide a VLIW type microprocessor equipped with a dynamic compiler to reduce overhead, and to reduce a memory capacity for storing an object code after scheduling. - 特許庁

組み込み系のコンピュータプログラムにオブジェクト指向の概念を適用し、メモリを節約して装置の簡素化を実現させ、開発効率を向上させることができる制御装置、制御方法及びコンピュータプログラムを提供する。例文帳に追加

To provide a control apparatus, a control method, and a computer program capable of improving development efficiency by applying an object-oriented concept to a built-in computer program, saving a memory, and simplifying devices. - 特許庁

可搬表示装置から出力されるデータに基づいて、仮想世界における所定位置から射出オブジェクトを射出する射出方向を設定する。例文帳に追加

Based on data outputted from a portable display device, an emission direction for emitting an emission object from a predetermined position in the virtual world is set. - 特許庁

実施形態によれば、携帯電子機器は、タッチスクリーンディスプレイを備えた本体を具備し、タッチスクリーンディスプレイ上のタップ位置に対応する表示オブジェクトに関連づけられた機能を実行する。例文帳に追加

According to an embodiment, the portable electronic apparatus includes a body with a touch screen display and performs a function associated with a display object corresponding to a tapped position on the touch screen display. - 特許庁

そして、リモートメモリ制御アプリケーション101がオブジェクト指向通信フレームワーク103にアクセスする為の関数群102をリモート定義で実現する。例文帳に追加

Then, a function group 102 for the remote memory control application 101 to access the object-oriented communication framework 103 is realized by a remote type definition. - 特許庁

そして、質感表現オブジェクトを配置した三次元モデルを表す三次元形状データである三次元造形データに従った自動三次元造形を、三次元プリンタにおいて行って、三次元の地形模を製作する。例文帳に追加

Additionally, an automatic three-dimensional molding according to the three-dimensional molding data which are three-dimensional shape data showing three-dimensional model which keeps the texture expression object arranged is carried out in a three-dimensional printer, and three-dimensional topographic model is manufactured. - 特許庁

その後、予め記憶しているシーン記述情報の定部分に、作成したオブジェクトレイアウトのレイアウト構成情報と設定した遷移情報とを合成することにより、シーン記述情報を作成する。例文帳に追加

Afterwards, the layout configuration information of the prepared object layout is compounded with the set transition information at the typical section of the preliminarily stored scene descriptive information so that scene descriptive information can be prepared. - 特許庁

試験開発者が所望の電子テストシステムを設計できるクラスを含むオブジェクト指向階層構造を有する電子テストシステムが提供される。例文帳に追加

An electronic test system having an object oriented hierarchical structure including classes that allow a test developer to design a desired electronic test system is provided. - 特許庁

複数のプロセッサエレメントが個々に実行する小規模な演算処理と、複数のプロセッサエレメントの相互の接続関係とを、オブジェクトコードに対応して制御するアレイプロセッサの効率を向上させる。例文帳に追加

To improve the efficiency of an array-type processor for controlling small-scale operations individually performed by a plurality of processor elements, and the connection relationship of the plurality of processor elements to each other in a corresponding manner to the object code. - 特許庁

これらのコンポーネントすなわちオブジェクトとしては、典的には出版物のテキストによる説明を補完するのに使用される表を用いたデータ表現(「表」)、および「図」、「画像」、「イラスト」などのグラフィックスが挙げられる。例文帳に追加

These components, or objects, include the tabular presentation of data ("tables") and graphics such as "figures", "images" and "illustrations" typically used to supplement the textual narrative of the publication. - 特許庁

画像サイズ調整部24は、オブジェクト適応サイズ変更部22によりサイズが変更された画像の全体を所定の比率でサイズを変更する。例文帳に追加

An image size adjusting unit 24 changes the size of the entire image changed in size by the object-adapted size changing unit 22 at a predetermined ratio. - 特許庁

例文

透過ディスプレイを他のディスプレイに重ねて使用する際に、注目すべきオブジェクトを視認し易くするのに好適な表示装置等を提供する。例文帳に追加

To provide a display device or the like which is suitable for easily visually recognizing an object under consideration in the case of using a transmission type display by superimposing it on the other display. - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., 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.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS