例文 (234件) |
function objectsの部分一致の例文一覧と使い方
該当件数 : 234件
18.7.2 Function Descriptor Objects 例文帳に追加
18.7.2 関数記述オブジェクト (Function Descriptor Object) - 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
The specific function is a function for superposing objects of different colors or a gradation function between objects of different colors.例文帳に追加
特定の機能は、異なる色のオブジェクトの重ね合わせ機能、又は異なる色のオブジェクト間でのグラデーション機能である。 - 特許庁
FUNCTION OBJECTS AND AUTONOMOUS DISTRIBUTION SYSTEM USING THEM例文帳に追加
機能オブジェクト及びこれを用いた自律分散システム - 特許庁
Static method objects provide a way of defeating the transformation of function objects to method objects described above.例文帳に追加
静的メソッドは、上で説明したような関数オブジェクトからメソッドオブジェクトへの変換を阻止するための方法を提供します。 - Python
Setting and change of generation and states of the objects are carried out by the same method (function) in the objects.例文帳に追加
オブジェクトの生成と状態の設定・変更も、オブジェクト内の同一のメソッド(機能)で行う。 - 特許庁
The simulation model includes some objects which include state, a function, a link and modifier objects.例文帳に追加
シミュレーション・モデルは、状態、機能、リンクおよび変更子オブジェクトを含むいくつかのオブジェクトを含む。 - 特許庁
Unlike function objects, code objects are immutable and contain no references (directly or indirectly) to mutable objects.例文帳に追加
関数オブジェクトと違い、コードオブジェクトは変更不可能で、変更可能なオブジェクトへの参照を(直接、間接に関わらず) 含みません。 - Python
To provide a conveyance device having a function for conveying fixed amount of conveyance objects even when large quantity of conveyance objects are charged into the conveyance device.例文帳に追加
投入された搬送物が多量であっても定量を移送できる機能を有する搬送装置を提供する。 - 特許庁
To regenerate adsorption function by easily separating objects, such as valuables and harmful substances, from an adsorbent that has adsorbed such objects.例文帳に追加
有価物や有害物等の対象物を吸着した吸着材から容易に分離して吸着機能を再生する。 - 特許庁
Namely, a communicating function between the scan tool 50 and a failure information obtaining function are realized by the separate objects.例文帳に追加
すなわち、スキャンツール50との通信機能と故障情報の取得機能とを別個のオブジェクトにて実現する。 - 特許庁
To provide an ophthalmic apparatus having a function for allowing an examinee to undergo training to see objects by using his/her visual function.例文帳に追加
被検者が視機能を活用してものを見る訓練ができる機能を備える眼科装置を提供できる。 - 特許庁
A screen display system comprises: a function for displaying the binary relation information between the objects in a table form; a function for displaying the binary relation information between the objects in a network form by connecting the objects by line segments; and a function for converting one display form into another display form.例文帳に追加
オブジェクト間二項関係情報を、表の形式で表示する機能、各オブジェクトの間を線分で結んだネットワークの形式で表示する機能を備え、かつ一方の表示形式から他方の表示形式へ変換する機能を設ける。 - 特許庁
To position objects with dispersion density accurately following the given density function.例文帳に追加
与えられた密度関数に忠実に従った分散密度で配置物を配置させる。 - 特許庁
To improve a function for attaching various bathroom small objects by easily adding a function of attaching other small objects to a small object attachment part post-installed in a small-space bathroom.例文帳に追加
小スペースの浴室に後付けした小物取付部に、他の小物を取付ける機能を容易に追加できるようにして、多様な浴室小物を取付けるための機能を高める。 - 特許庁
An object selecting part 132 is provided with a function to select a part of plural objects.例文帳に追加
オブジェクト選択部132は、(複数の)オブジェクトの一部を選択する機能を有する。 - 特許庁
To provide a function for finding candidate objects for remote differential compression.例文帳に追加
本発明により、リモート差分圧縮のため候補オブジェクトを見つける機能を提供すること。 - 特許庁
GDI objects used for every drawing function are divided to groups, and table definition is performed thereto.例文帳に追加
描画関数ごとに使用しているGDIオブジェクトをグループ化してテーブル定義する。 - 特許庁
A control function controlling the plant and a display function for monitoring an operation are made into the object and the associated objects of the control function and a display function are cooperatively operated.例文帳に追加
また、プラントを制御する制御機能と操作監視のための表示機能をオブジェクト化し、互いに関連のある制御機能と表示機能のオブジェクトを連携して動作させる。 - 特許庁
To provide a loop antenna antenna that manages both a function as an antenna and a function of a stand for storing objects of a disk storage case, etc.例文帳に追加
アンテナとしての機能と、ディスク収納ケース等の物品を保持するスタンドの機能を兼用させたループアンテナアンテナとする。 - 特許庁
Thus, the number of switches arranged in the operation part C can be reduced to a half of the function number being control objects.例文帳に追加
操作部Cに設置するスイッチの個数を制御対象とする機能数の半分にできる。 - 特許庁
func(argument-list).There are really two flavors of function objects: built-in functions and user-defined functions.例文帳に追加
func(argument-list).関数オブジェクトには実際には 2 つの種: 組み込み関数とユーザ定義関数があります。 - Python
(Yes, even integers are objects on the heap in Python!)If you have a C function that returns no useful argument (a function returning void), the corresponding Python function must return None.例文帳に追加
(そう、整数ですら、 Python においてはヒープ上のオブジェクトなのです! )何ら有用な値を返さない関数 (void を返す関数) に対応する Python の関数はNone を返さねばなりません。 - Python
To provide a cheering bat which has an excellent observation function and a sanitarily preferable observation function by magnifying objects and exhibits a beating sound generating function and a voice amplifying function on a timely basis.例文帳に追加
良好な観察機能を有し衛生上も好ましい拡大観察機能を有する上、打ち鳴らし音発生機能、音声拡大機能を適時発揮することが可能な応援バットを提供。 - 特許庁
A Morse function is defined so as to be unchangeable against geometric operation of the object, so that the similarity of shapes between objects is calculated independently of the posture of the objects.例文帳に追加
モース関数はオブジェクトの幾何操作に対して不変になるよう定義され、オブジェクトの姿勢に関係なくオブジェクト間の形状の近さが計算される。 - 特許庁
function walks through the list of an application's shared objects and calls the function callback once for each object, until either all shared objects have been processed or callback returns a non-zero value. 例文帳に追加
関数はアプリケーションの共有オブジェクトのリストを辿り、各オブジェクトに対して関数callbackを 1 回ずつ呼び出す。 これは全ての共有オブジェクトが処理されるか、callbackが 0 以外の値を返すまで行われる。 - JM
A business object similar to the request of a user 10 is extracted from the business objects on a computer network 200 by comparing function specification of the business objects by a function specification comparing part 102.例文帳に追加
機能仕様比較部102は、ビジネスオブジェクトの機能仕様を比較することにより、コンピュータネットワーク200上のビジネスオブジェクトからユーザ10の要求に類似したビジネスオブジェクトを抽出する。 - 特許庁
A switch 18 has an operating function for a user to switch over objects to be connected by the switching unit 14.例文帳に追加
スイッチ18は、ユーザが切替部14の接続対象を切替えるために操作する機能を有する。 - 特許庁
function allows an application to inquire at run time to find out which shared objects it has loaded. 例文帳に追加
関数を使うと、アプリケーションは実行時にどの共有オブジェクトをロードしたかを見つけることができる。 - JM
This function is useful in situations where a number of objects shall be copied to consecutive memory positions. 例文帳に追加
この関数はいくつかのオブジェクトが連続的なメモリの場所にコピーされるような状況で役に立つ。 - JM
To allow the notification of history information fitted to a game machine with a stock function in the game machine, in which the stock function cumulatively storing big win role objects.例文帳に追加
大役を累積的に記憶するストック機能付遊技機において、ストック機能付遊技機に適した履歴情報の告知を実行する。 - 特許庁
To provide a camera having a photographing memo function which can easily record and put in order photographed objects, characteristic information on the photographing of the objects, and photographed pictures (formed images) by easily correlating the objects and information with the pictures even another day.例文帳に追加
撮影されたものと、その撮影に関する固有情報を後日でも容易に撮影画像(結像画像)に関連付け可能で、記録整理を容易に行うことのできる撮影メモ機能付きカメラを提供する。 - 特許庁
Code objects are used by the implementation to represent``pseudo-compiled'' executable Python code such as a function body.They differ from function objects because they don't contain a reference to their global execution environment.例文帳に追加
コードオブジェクトは、関数本体のような ``擬似コンパイルされた''Python の実行可能コードを表すために実装系によって使われます。 コードオブジェクトはグローバルな実行環境への参照を持たない点で関数オブジェクトとは異なります。 - Python
To easily identify an under-execution step object from other step objects, by displaying a plurality of steps that realizes function, as a series of step objects.例文帳に追加
機能を実現する複数の工程を一連の工程オブジェクトとして表示し、実行中工程オブジェクトを他の工程オブジェクトから容易に識別できるようにする。 - 特許庁
Moreover, an original guide function for prompting the input of verbal objects and substantive objects in the process of an information input by the user when bookmarking is performed.例文帳に追加
さらに、ブックマークの際のユーザーによる情報入力の過程において、動詞的目的・名詞的目的の入力を促すための独自のガイド機能を提供する。 - 特許庁
As a function of one or more objects of a given hierarchical level, each relation specifies one or more incremental objects at a next-higher level.例文帳に追加
所定の階層レベルの1個またはそれ以上のオブジェクトの関数として、各々の関連性が次の上位レベルでの1個またはそれ以上の増分オブジェクトを特定する。 - 特許庁
Function groups 28a to 28c accessing the retrieval function have a common interface defining a retrieval keyword as an input parameter and correspond to data groups of retrieval objects.例文帳に追加
検索機能を呼び出す関数群は、検索キーワードを入力パラメータとする共通のインタフェースをもち、検索対象のデータ群に対応している。 - 特許庁
In the virtual three-dimensional space, two reference objects representing a function of rotating on a viewpoint and a function or rotating on the center of the object are prepared.例文帳に追加
仮想3次元的空間中に、視点中心の回転機能と対象中心の回転機能、それぞれを表現する2つの参照オブジェクト用意する。 - 特許庁
Program sources Ver1, Ver2, Ver3, Ver4 as comparing objects are divided into unit of function, comparison between program sources of each of new and original versions adjacent to each other by the unit of function is performed.例文帳に追加
比較対象のプログラムソースVer1,Ver2,Ver3,Ver4を関数単位に分割し、この関数単位で隣り合う新旧各バージョンのプログラムソースの比較を行う。 - 特許庁
Editing means 1f edits the objects 3a-3h in the flow chart according to the acquired editing function.例文帳に追加
編集手段1fは、取得された編集機能に従って、オブジェクト3a〜3hを流れ図に編集する。 - 特許庁
To provide a spacer which is high in maintainable performance for assembly, includes cushion function and restrains thermal conduction between objects.例文帳に追加
組み立て保全性が高く、緩衝機能を有する、物体間の熱伝導を抑制するスペーサを提供する。 - 特許庁
As a result, besides a conventional search function, it becomes possible for the transmitter to distinguish between a plurality of buried objects and a single buried object by inducing reverse phase search signals for two buried objects adjacent to each other when a plurality of buried objects exist at similar depths.例文帳に追加
これによって従来の探査機能の他に、同程度の深さに複数の埋設物がある場合に、隣接する2つの埋設物に逆相の探査信号を誘起することにより複数か単一かの識別が可能となる。 - 特許庁
On a display part 2, a plurality of steps for achieving a function are displayed as a series of step objects and in a series of displayed step objects, an execution in-progress step object is displayed, in a display mode different from the other step objects.例文帳に追加
表示部2に、機能を実現する複数の工程を一連の工程オブジェクトとして表示し、表示された一連の工程オブジェクトのうちの実行中工程オブジェクトを、他の工程オブジェクトとは異なる表示態様で表示する。 - 特許庁
In this case,self must be an instance of the unbound method's class (or a subclass of that class), otherwise a TypeError is raised.Like function objects, methods objects support gettingarbitrary attributes.例文帳に追加
この場合、self は非バインドメソッドのクラス(サブクラス) のインスタンスでなければならず、そうでなければTypeError が送出されます。 関数オブジェクトと同じく、メソッドオブジェクトは任意の属性を取得できます。 - Python
The object-oriented application program includes a plurality of objects having a logic and a data for executing a specified function.例文帳に追加
オブジェクト指向アプリケーション・プログラムは、特定の機能を実行する論理およびデータを有する複数のオブジェクトを含む。 - 特許庁
The arguments are Python objects -- in order to do anything with them in our C function we haveto convert them to C values.例文帳に追加
引数は Python オブジェクトです -- C 関数で引数を使って何かを行うには、オブジェクトから C の値に変換せねばなりません。 - Python
To enable an imaging apparatus, which discriminates the state of an object and has an automatic photographing function, to effectively operate the automatic photographing function even when there are a plurality of objects.例文帳に追加
被写体の状態を判別して自動撮影機能を有する撮像装置において、被写体が複数存在する場合でも自動撮影を有効に機能させる。 - 特許庁
There are displayed a first group of a plurality of manipulating-function items for the respective to-be-replayed objects and a second group of a plurality of manipulating-function items related to the plurality of the to-be-replayed objects.例文帳に追加
再生処理対象のそれぞれについての処理機能項目の複数個からなる第1の処理機能項目群と、再生処理対象の複数個に関する処理機能項目の複数個からなる第2の処理機能項目群とを、表示する。 - 特許庁
A portable telephone terminal (an electronic device) 1 includes: a touch panel 2 and a touch panel 3 for displaying objects each corresponding to a predetermined function and a screen provided by a function being executed; and a main controller 10 for, when operation to one of the objects is performed, executing a function corresponding to the object and displaying a screen provided by the function.例文帳に追加
携帯電話端末(電子機器)1は、所定の機能に対応するオブジェクトと、実行中の機能によって提供される画面とを表示するタッチパネル2およびタッチパネル3と、オブジェクトに対する操作が行われた場合に、オブジェクトに対応する機能を実行させ、機能によって提供される画面を表示させる主制御部10とを備える。 - 特許庁
例文 (234件) |
Copyright © Japan Patent office. All Rights Reserved. |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
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会員(無料)になると
|