the equivocal (or indeterminate) objects painted by surrealists
シュールレアリストにより描かれる曖昧な(または不確定の)物体 - 日本語WordNet
creating a program that can use and support objects オブジェクトを使用したりサポートしたりできるプログラムを作ること - 日本語WordNet
the angular separation between two objects as perceived by an observer
観察者が認知できる2つの物体間の角度の隔たり - 日本語WordNet
inability to recognize or interpret objects in the visual field
視野で物を認識できない、または、解釈できないこと - 日本語WordNet
a defect of vision in which objects appear to be distorted
物体が歪んだ状態で見えるという視覚の欠陥 - 日本語WordNet
of small hard objects, to create a rustling sound by coming in contact with each other
(小さな堅いものが触れ合って)かたかた音がする - EDR日英対訳辞書
to cross swords or other objects as a sign of a sworn pledge or promise
(武士が堅い約束の印に)刀の刃を打ち鳴らす - EDR日英対訳辞書
the action of moving objects that have been lined in an order back one by one
(順に並んでいるものを)順々に後ろに移す - EDR日英対訳辞書
of the movement of paper or other objects, in a manner that creates a rustling sound
紙などが触れ合って,ぐすぐすと音をたてるさま - EDR日英対訳辞書
of some objects, to be arranged in an appropriate order
多くの物事が一定の法則に従って順に並ぶ - EDR日英対訳辞書
to arrange some objects in an appropriate order
多くの物事を一定の法則に従って順に並べる - EDR日英対訳辞書
a tax put on the acquisition, manufacture and sale of objects 物の所有,取得,製造や販売に対して課する税金 - EDR日英対訳辞書
a ring used as a base to secure objects carried on a person's head
頭上に物をのせて運ぶとき,台として頭におく輪 - EDR日英対訳辞書
These small objects were painted by barreling.
これらの小さな物体は転がし塗りによって塗装された。 - Weblio英語基本例文集
You could be injured by flying objects during a typhoon. 台風の時は飛来物で怪我をする可能性があります。 - 時事英語例文集
of two or more objects, the relationship of being almost indistinguishable
二つ以上の物の間にほとんど区別がない関係 - EDR日英対訳辞書
a multipurpose space rocket for transporting large objects called {Energia}
エネルギヤという多目的大型貨物打上げ用宇宙ロケット - EDR日英対訳辞書
the scientific investigation of objects left at the scene of a crime
犯罪捜査で,遺留物を科学的に調査すること - EDR日英対訳辞書
The Generations value is calculated using the Live Objects.
「世代数」の値も、ライブオブジェクト数を使用して計算されます。 - NetBeans
The Generations value is the number of different ages for the Live Objects. 「世代数」の値は、ライブオブジェクトの異なる年齢の数です。 - NetBeans
Identifiers are objects such as table or column names.
識別子とは、テーブル名やカラム名のようなオブジェクトのことです。 - PEAR
Example 39-1. Cast Objects for building and assigning values
例 39-1クエリの組み立てと値の割り当てにおけるキャストオブジェクト - PEAR
Both are located in your HTML/QuickFormdirectory along with the other form objects.
どちらも、他のオブジェクトと同様に、HTML/QuickForm ディレクトリにあります。 - PEAR
a nested array of anonymous objects.
入れ子状の配列、あるいは無名オブジェクトの配列を返します。 - PEAR
The addresses array consists of an array of anonymous objects for each address.
配列 addresses は、各アドレスを表す無名オブジェクトの配列です。 - PEAR
Objects are Python's abstraction for data.
Python における オブジェクト (object) とは、データを抽象的に表したものです。 - Python
Instructs writer objects to quote all fields.
writer オブジェクトに対し、全てのフィールドをクオートするように指示します。 - Python
The smallest possible difference between non-equal date objects, timedelta(days=1). 等しくない日付オブジェクト間の最小の差で、 timedelta(days=1)です。 - Python
Macros to extract fields from date objects.
以下のマクロは date オブジェクトからフィールド値を取り出すためのものです。 - Python
Macros to extract fields from datetime objects.
以下のマクロは datetime オブジェクトからフィールド値を取り出すためのものです。 - Python
Macros to extract fields from time objects.
以下のマクロは time オブジェクトからフィールド値を取り出すためのものです。 - Python
The smallest possible difference between non-equaltimedelta objects, timedelta(microseconds=1).
timedelta オブジェクトが等しくならない最小の時間差で、timedelta(microseconds=1) です。 - Python
Returns a list of all objects tracked by the collector, excluding the list returned.New in version 2.2. 現在、追跡しているオブジェクトのリストを返します。 - Python
New objects are placed in the youngest generation (generation 0). 新しいオブジェクトは最も若い(0世代)に分類されます。 - Python
Return True if the file objects fp1 and fp2 refer to the same file. fp1とfp2が同じファイルオブジェクトを指していたら、Trueを返します。 - Python
Shelve objects support all methods supported by dictionaries.
shelve オブジェクトは辞書がサポートする全てのメソッドをサポートしています。 - Python
The type object for proxies of objects which are not callable.
呼び出し可能でないオブジェクトのプロキシのための型オブジェクト。 - Python
The controller objects are easy to use and are platform-independent. このコントローラーオブジェクトは使い易く、プラットフォーム非依存です。 - Python
Decompression objects support the following methods, and two attributes:
解凍オブジェクトは以下のメソッドと 2 つの属性をサポートします: - Python
Instances have one method in addition to those of ZipFile objects. インスタンスは ZipFile のメソッドの他に、追加のメソッドを一つ持ちます。 - Python
It is not a daemon thread.There is the possibility that ``dummy thread objects'' are created. ``ダミースレッド (dumm thread)'' オブジェクトを作成できる場合があります。 - Python
The caller is responsible for decref'ing the returned objects. 呼び出し側は返されたオブジェクトを decref する責任があります。 - Python
Window objects have the following methods, among others:
2.9.2 ウィンドウオブジェクト ウィンドウオブジェクトは特に次のメソッドを持ちます。 - Python
There is a foreign object (soil, wood, metal, or other objects) embedded in the wound. 傷口に入った異物(土、木片、金属など)があります。 - 旅行・ビジネス英会話翻訳例文
To appropriately monitor physical objects remotely arranged. 遠隔配置された対象物を適確に監視できるようにする。 - 特許庁
METHOD AND DEVICE FOR OBSERVING CONTACT PART BETWEEN TWO OBJECTS 2つの物体の接触部の観察方法及びその装置 - 特許庁
The range of arranging a plurality of objects in the virtual game world and an allowable distance between the objects to be arranged are set. 複数のオブジェクトを仮想ゲーム世界に配置する範囲および配置するオブジェクト間の許容距離が設定される。 - 特許庁
As a result, only the plurality of text objects are printed on a recording medium, and the graphics and image objects are not printed. その結果、複数のテキストオブジェクトのみが記録媒体上に印刷され、図形および画像のオブジェクトは印刷されない。 - 特許庁
The data channel (218) receives objects (222 and 224) having request storage attributes attached to the objects from the host system (220). データ・チャンネル(218)は、オブジェクトに付随する要求記憶属性を有するオブジェクト(222,224)をホスト・システム(220)から受ける。 - 特許庁
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.