1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 2442



例文

二つめの引オブジェクトの場合、isinstance(obj, type) は真でなくてはなりません。例文帳に追加

If the second argument is an object, isinstance(obj, type) must be true. - Python

スタック上のパラメータの下には、呼び出す関数オブジェクトがあります。例文帳に追加

Below the parameters, the function object to call is on the stack. - Python

destr が NULL でない場合、オブジェクトを再利用する際に呼び出します。例文帳に追加

Thedestr function will be called when the object is reclaimed,unless it is NULL.  - Python

この章ではは、特定の Python オブジェクト型固有の関について述べています。例文帳に追加

The functions in this chapter are specific to certain Python object types. - Python

例文

writer オブジェクトに対し、全ての非値フィールドをクオートするように指示します。例文帳に追加

Instructs writer objects to quote all non-numeric fields.  - Python


例文

name は対象の doctest を持つオブジェクトの (モジュール内の)名前です。例文帳に追加

Argumentname is the name (within the module) of the object with the doctests of interest. - Python

第二引はエラーメッセージで、文字列オブジェクトへ変換されます。例文帳に追加

The second argument is an errormessage; it is converted to a string object.  - Python

この関を呼び出してよいのはファイルオブジェクトの生成直後のみです。例文帳に追加

only. This should only be called immediately after file object creation. - Python

この PyObject のサブタイプは Python 浮動小点型オブジェクトを表現します。例文帳に追加

This subtype of PyObject represents a Python floating pointobject.  - Python

例文

プログラマのための注釈: 関は一級の (first-class) オブジェクトです。例文帳に追加

Programmer's note: Functions are first-class objects.  - Python

例文

インスタンスオブジェクト固有の関はきわめてわずかです。例文帳に追加

There are very few functions specific to instance objects.  - Python

この PyObject のサブタイプは Python の整オブジェクトを表現します。例文帳に追加

This subtype of PyObject represents a Python integer object. - Python

メソッドオブジェクトを操作する上で便利な関がいくつかあります。例文帳に追加

There are some useful functions that are useful for working with method objects. - Python

short int 、 unsigned int 、 unsignedlong long 、および boolean 型は、全て Python 整数オブジェクトに対応付けられます。例文帳に追加

The types short int, unsigned int, unsignedlong long, and boolean all map to Python integer objects. - Python

渡される唯一の引 fp は、書くために使用するファイルオブジェクトです。例文帳に追加

The only argument passed, fp, is a file object to be used for writing. - Python

fileはファイルのようなオブジェクトであることが想定されています。例文帳に追加

The file argument is expected to be a file-like object. - Python

の戻り値も codec に依存し、通常は Unicode オブジェクトです。例文帳に追加

Output is also codec-dependent and will usually be Unicode as well. - Python

ASTVisitor オブジェクトには以下のようなメソッドがあります:XXX 追加の引を記述例文帳に追加

ASTVisitor objects have the following methods:XXX describe extra arguments  - Python

これ以外の引についてはCookiePolicy および DefaultCookiePolicy オブジェクトの説明をごらんください。例文帳に追加

For all other arguments, see the documentation for CookiePolicy and DefaultCookiePolicyobjects. - Python

date や datetime オブジェクトで許されている、年を表現する最小の字です。例文帳に追加

The smallest year number allowed in a date or datetime object. - Python

date や datetime オブジェクトで許されている、年を表現する最大の字です。例文帳に追加

The largest year number allowed in a date or datetime object. - Python

この関は新しいファイルを示すAliasオブジェクトを返します。例文帳に追加

The function returns an Alias object pointing to the new file. - Python

全ての世代を検査し、検出した到達不可オブジェクトを返します。例文帳に追加

All generations are examined and the number of unreachable objects found is returned. - Python

name引はモジュールオブジェクトを作ったり、アクセスするために使います。例文帳に追加

The name argument is used to create or access a module object. - Python

この関はアプリケーションを指すFSSpecオブジェクトを返します。例文帳に追加

The function returns an FSSpec object pointing to the application. - Python

この関はnameという名前の新しいモジュールオブジェクトを返します。例文帳に追加

This function returns a new module object with name name.  - Python

オブジェクト o が値を表現している場合に真を返します。例文帳に追加

Returns true if the object o represents a number.  - Python

生成器の現在の内部状態を記憶したオブジェクトを返します。例文帳に追加

Return an object capturing the current internal state of the generator. - Python

新しいプリミティブロック (primitive lock) オブジェクトを返すファクトリ関です。例文帳に追加

A factory function that returns a new primitive lock object.  - Python

新しいセマフォ (semaphore) オブジェクトを返すファクトリ関です。例文帳に追加

A factory function that returns a new semaphore object.  - Python

新しい有限セマフォ (bounded semaphore) オブジェクトを返すファクトリ関です。例文帳に追加

A factory function that returns a new bounded semaphore object.  - Python

オブジェクトの長さを = 0 である整で返さなければなりません。例文帳に追加

Should return the length of theobject, an integer = 0.  - Python

ポインタで、オブジェクトの呼び出しを実装している関を指します。例文帳に追加

An optional pointer to a function that implements calling theobject.  - Python

数オブジェクトに対する唯一の操作は、それを呼び出すことです:例文帳に追加

The onlyoperation on a function object is to call it:  - Python

オブジェクトの内部バッファのサイズをバイトで返します。例文帳に追加

Returns the size of the object's internal buffer in bytes. ohas to be a PyUnicodeObject (not checked).  - Python

URL をオープンするオブジェクトのユーザエージェントを指定する変です。例文帳に追加

Variable that specifies the user agent of the opener object. To get  - Python

のボリュ—ムおよび多角形を含むオブジェクトをレンダリングする方法例文帳に追加

METHOD FOR RENDERING OBJECT INCLUDING MANY VOLUMES AND POLYGONS - 特許庁

描画対象オブジェクトの複点透視画像を表示可能とする。例文帳に追加

To display a multi-point perspective image of an object to be rendered. - 特許庁

モニタ(130)は、複オブジェクトを仮想環境(100A)に表示する。例文帳に追加

The monitor (130) displays a plurality of objects in the virtual environment (100A). - 特許庁

対象とする複オブジェクトにデータを同時に渡す。例文帳に追加

To simultaneously transfer data to a plurality of target objects. - 特許庁

の画像フレームの中のオブジェクトをトラッキングするための方法例文帳に追加

METHOD FOR TRACKING OBJECT IN PLURAL PICTURE FRAMES - 特許庁

の立体表示オブジェクトM1、M2、M3が立体表示される。例文帳に追加

A plurality of stereoscopic display objects M1, M2 and M3 is displayed stereoscopically. - 特許庁

本モジュールは、複オブジェクトを質的属性カテゴリに割り当てる。例文帳に追加

The module assigns the plurality of objects to the qualitative attribute categories. - 特許庁

オブジェクトの混ざり合いが生じている領域を検出する。例文帳に追加

To detect an area where a plurality of objects are mixed together. - 特許庁

計算機上に分散配置されたオブジェクトを効率よく管理する。例文帳に追加

To efficiently manage objects distributedly arranged on plural computers. - 特許庁

オブジェクトの混ざり合いの状態を示す混合比を検出する。例文帳に追加

To detect a mixing ratio indicating the mixed state of a plurality of objects. - 特許庁

のマニピュレータからのオブジェクトのマニピュレータの選択例文帳に追加

SELECTION OF MANIPULATOR OF OBJECT AMONG PLURALITY OF MANIPULATORS - 特許庁

オブジェクトの混ざり合いの状態を示す混合比を検出する。例文帳に追加

To detect a mixture ratio showing a mixed state of a plurality of objects. - 特許庁

1ページに複オブジェクトを配置する方法を提供する。例文帳に追加

To arrange a plurality of objects in one page. - 特許庁

例文

センサ共有による複数オブジェクト源の管理及び選択例文帳に追加

MANAGEMENT AND SELECTION OF A PLURALITY OF OBJECT SOURCES BY SHARING SENSOR - 特許庁

索引トップ用語の索引



  
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