Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「function object」に関連した英語例文の一覧と使い方 - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

「function object」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > function objectの意味・解説 > function objectに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

function objectの部分一致の例文一覧と使い方

該当件数 : 1976



例文

18.7.2 Function Descriptor Objects 例文帳に追加

18.7.2 関数記述オブジェクト (Function Descriptor Object) - Python

The latter function is implicitly used when an object is written by the print例文帳に追加

オブジェクトがprint - Python

This may be an extension function or a builtin. arg is the C function object.例文帳に追加

arg は C 関数オブジェクトです。 - Python

OBJECT WITH RF FUNCTION例文帳に追加

RF機能搭載物品 - 特許庁

例文

yields a function object. 例文帳に追加

は、関数オブジェクトになります。 - Python


例文

Traversal function for a container object. 例文帳に追加

コンテナオブジェクトのためのトラバーサル関数 (traversal function) です。 - Python

The unnamed object behaves like a function object defined with例文帳に追加

ラムダが表す無名オブジェクトは、以下のコード - Python

The result must be a callable,which is invoked with the function object as the only argument.The returned value is bound to the function name instead of the function object.例文帳に追加

デコレータの返す値は関数オブジェクトではなく、関数名にバインドされます。 - Python

Callback, either function name or array($object, 'method') boolean $mergeFiles Whether uploaded files should be processed too 例文帳に追加

コールバック。 関数名あるいは array($object, 'method') 形式です。 - PEAR

例文

Callback, either function name or array($object, 'method') 例文帳に追加

コールバック。 関数名あるいは array($object, 'メソッド名') で指定します。 - PEAR

例文

A built-in function object is a wrapper around a C function. 例文帳に追加

組み込み関数オブジェクトは C 関数へのラッパです。 - Python

The setUp function will be passed a DocTest object.例文帳に追加

setUp 関数は DocTest オブジェクトに引き渡されます。 - Python

The tearDown function will be passed a DocTest object.例文帳に追加

tearDown関数は DocTest オブジェクトに引き渡されます。 - Python

LONG OBJECT FOR BUILDING MATERIAL HAVING LIGHTING FUNCTION例文帳に追加

照明機能を有する長尺物建材 - 特許庁

CAMERA HAVING MAIN OBJECT DETECTING FUNCTION例文帳に追加

主要被写体検出機能を有するカメラ - 特許庁

an object that can no longer perform its intended function 例文帳に追加

使い古して役に立たなくなったもの - EDR日英対訳辞書

A first conversion part 308 prepares the insertion function of the same name as the function name of the object function among object codes 304, and changes the function name of the object function into an another function name.例文帳に追加

第1変換部308は、オブジェクトコード304のうち、対象関数の関数名と同じ名前の挿入関数を作成すると共に、その対象関数の関数名を別の関数名に変更する。 - 特許庁

CAMERA WITH OBJECT INFORMATION SEARCHING FUNCTION例文帳に追加

被写体情報検索機能を付加したカメラ - 特許庁

a natural object resembling a machine in structure or function 例文帳に追加

構造や機能が機械に似た自然の物 - 日本語WordNet

A function definition defines a user-defined function object (seesection3.2): 例文帳に追加

関数定義は、ユーザ定義関数オブジェクトを定義します (3.2 節参照): - Python

Declares that function should be used as a ``reduction''function for objects of type type; type must not be a``classic'' class object. 例文帳に追加

typeは``標準的な''クラスオブジェクトであってはいけません。 - Python

INFRARED COMMUNICATION EQUIPMENT WITH OBJECT DETECTING FUNCTION例文帳に追加

物体検出機能付き赤外線通信装置 - 特許庁

Pushes a new function object on the stack. 例文帳に追加

新しい関数オブジェクトをスタックにプッシュします。 - Python

ALARM CLOCK EQUIPPED WITH OBJECT APPROACH SENSING FUNCTION例文帳に追加

物体接近感知機能を備える目覚し時計 - 特許庁

Convert anything to a Python object through a converter function.例文帳に追加

anything を converter 関数を介して Python オブジェクトに変換します。 - Python

A factory function that returns a new event object. 例文帳に追加

新たなイベントオブジェクトを返すファクトリ関数です。 - Python

To prevent function competition in an object system.例文帳に追加

対象システムにおける機能競合を防止する。 - 特許庁

If object is not a class instance or an object of the given type, the function always returns false.例文帳に追加

object がクラスインスタンスや与えられた型のオブジェクトでない場合、この関数は常に偽を返します。 - Python

Function specification storage means is configured to store the set of the function of an object system and the output of the function.例文帳に追加

機能仕様保持手段は、対象システムの機能と前記機能の出力との組を保持する。 - 特許庁

A user-defined function object is created by a function definition(see section7.5, ``Function definitions''). 例文帳に追加

ユーザ定義関数オブジェクトは、関数定義を行うことで生成されます(7.5 節、``関数定義'' 参照)。 - Python

Call the function (a function or method object, not a string)with the given arguments. 例文帳に追加

function(関数またはメソッドオブジェクト、文字列ではありません)を与えられた引数とともに呼び出します。 - Python

A factory function that returns a new semaphore object. 例文帳に追加

新しいセマフォ (semaphore) オブジェクトを返すファクトリ関数です。 - Python

Disassemble the bytesource object. bytesource can denoteeither a module, a class, a method, a function, or a code object. 例文帳に追加

bytesourceはモジュール、クラス、関数、あるいはコードオブジェクトのいずれかを示します。 - Python

EXECUTION OF OBJECT ORIENTED FUNCTION IN AUTOMATION SYSTEMS例文帳に追加

オートメーション・システムにおけるオブジェクト指向機能の実行 - 特許庁

The insertion function includes a decoding code for solving the encryption of the object function.例文帳に追加

挿入関数は、対象関数の暗号化を解くための復号コードを含む。 - 特許庁

INSPECTION FOR INSPECTION OBJECT USING WAVELENGTH- SELECTING FUNCTION例文帳に追加

波長選択機能を利用した検査対象物の検査 - 特許庁

Control can be performed by use of an object control function.例文帳に追加

オブジェクト制御機能を使用して制御も可能である。 - 特許庁

COMPOUND ELECTRONIC APPARATUS WITH OPERATION OBJECT GUIDING FUNCTION例文帳に追加

操作対象案内機能を備えた複合電子装置 - 特許庁

X-RAY EXAMINING DEVICE HAVING FUNCTION OF HEATING EXAMINING OBJECT例文帳に追加

被検査物の加熱機能を有するX線検査装置 - 特許庁

The UI screen 600 has: an object function column 610 including a column for setting the printing setting of an object function in which the setting is changed; and a conflict object function column 620 including a column for setting up printing setting of the conflict object function which conflicts with the object function.例文帳に追加

UI画面600は、設定が変更された対象機能の印刷設定を設定するための欄を含む対象機能欄610と、対象機能とコンフリクトするコンフリクト対象機能の印刷設定を設定するための欄を含むコンフリクト対象機能欄620とを有する。 - 特許庁

a phrase that can function as the subject or object of a verb 例文帳に追加

動詞の主語または目的語として機能しうる句 - 日本語WordNet

The code object representing the compiled function body.例文帳に追加

コンパイルされた関数本体を表現するコードオブジェクトです。 - Python

Return the function object associated with the method meth. 例文帳に追加

meth に関連付けられている関数オブジェクトを返します。 - Python

The function returns an FSSpec object pointing to the application.例文帳に追加

この関数はアプリケーションを指すFSSpecオブジェクトを返します。 - Python

Object directional structured programming language 'Read() function, Write() function (first function)' is discriminated from 'Monitor_-Read() function, Monitor_-Write() function (second function)' to execute simulation.例文帳に追加

オブジェクト指向の構造化プログラミング言語「Read()関数、Write()関数(第1関数)」と「Monitor_Read()関数、Monitor_Write()関数(第2関数)」とを区分けしたシミュレーションを実行する。 - 特許庁

LIGHT TRANSMITTING TYPE SOUND INSULATING WALL FOR ROAD WITH FALLING OBJECT PROTECTIVE FUNCTION例文帳に追加

落下防止機能付き道路用透光型遮音壁 - 特許庁

Convert a Python object to a C variable through a converter function.例文帳に追加

Python オブジェクトを converter 関数を介して C の変数に変換します。 - Python

The function returns an Alias object pointing to the new file.例文帳に追加

この関数は新しいファイルを示すAliasオブジェクトを返します。 - Python

A factory function that returns a new primitive lock object. 例文帳に追加

新しいプリミティブロック (primitive lock) オブジェクトを返すファクトリ関数です。 - Python

例文

A factory function that returns a new bounded semaphore object. 例文帳に追加

新しい有限セマフォ (bounded semaphore) オブジェクトを返すファクトリ関数です。 - Python




  
Copyright © Japan Patent office. All Rights Reserved.
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2025 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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/ ).
  
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会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS