1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

user-defined functionの部分一致の例文一覧と使い方

該当件数 : 35



例文

User-defined functions 例文帳に追加

ユーザ定義関数 (user-defined function) - Python

a user-defined function: 例文帳に追加

ユーザ定義関数のとき: - Python

hash is a user-defined hash function. 例文帳に追加

hashはユーザー定義の hash 関数である。 - JM

The name of a user-defined function that prints the login screen. 例文帳に追加

ログイン画面を表示するユーザ定義関数の名前。 - PEAR

例文

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

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


例文

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

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

The function portion of the menu entry is one of the functions, including any user-defined functions, or additionalmenus.例文帳に追加

メニューエントリの function 部分は、ユーザ定義関数を含むいずれかの関数または追加メニューである。 - XFree86

specifies a user-defined function which may be used to order the traversal of the hierarchy. 例文帳に追加

は、階層をたどる順番を決めるのに使われるユーザー定義関数を指定する。 - JM

func(argument-list).There are really two flavors of function objects: built-in functions and user-defined functions.例文帳に追加

func(argument-list).関数オブジェクトには実際には 2 つの種: 組み込み関数とユーザ定義関数があります。 - Python

例文

To optimize an instruction sentence for performing an operation equivalent to a processing operation using a built-in function defined by a user to a machine word in response to the built-in function defined by the user.例文帳に追加

ユーザが定義した組込関数を用いた処理動作と同等の動作を行う命令文を、ユーザが定義した組込関数に応じた機械語に最適化すること。 - 特許庁

例文

When a parameter "-" of a SET BY SEL function is assigned to a user defined key 5a, the SET BY SEL function is started when the user defined key 5a is depressed.例文帳に追加

ユーザ定義キー5aにセットバイセル機能のパラメータ「−」がアサインされると、ユーザ定義キー5aを押した際にセットバイセル機能が起動される。 - 特許庁

A user is required only to select the reception port when the user instructs the printing using the preliminarily defined function from this terminal equipment 2 of the present invention.例文帳に追加

ユーザが端末装置2から予め定義されている機能を利用した印刷指示を行う際には、受信ポートの選択を行うだけでよい。 - 特許庁

Responding to the determination that the distinguished cell includes calling-out of the user defining function, this function (a) obtains a value of the result of the calling-out of the user defining function utilizing the user defining function defined by a second cell and (b) obtains a value of the distinguished cell from the value of the obtained result.例文帳に追加

区別されたセルがユーザ定義関数の呼出しを含んでいるとの判定に応答して、本機能は、第2のセルで定義されたユーザ定義関数を利用して(a)ユーザ定義関数の呼出しに対する結果の値を求め、かつ(b)求められた結果の値から、区別されたセルの値を獲得する。 - 特許庁

The files in the environment variables would typically contain function definitions for functions the user wants defined every time bc is run. 例文帳に追加

この環境変数で指定するファイルには、bc を走らせるたびに定義しておきたいような関数の定義を書いておくとよいでしょう。 - JM

An object's type determines what kind of object it is (e.g., an integer, a list, or a user-defined function; there are many more as explained in the 例文帳に追加

あるオブジェクトの型は、そのオブジェクトがどの種類のオブジェクトか (例えば整数、リスト、ユーザ定義関数、など; その他多数については、 - Python

f.deltastop This functionallows a user-defined function to be aborted if the pointer has been movedmore than MoveDelta pixels. 例文帳に追加

"f.deltastop" 8この関数を使うと、ポインタが MoveDelta ピクセル以上動いていた場合に、ユーザ定義の関数を止めることができる。 - XFree86

In particular, the alpha value for a pixel may be adjusted according to the luminance of the pixel according to a user defined function.例文帳に追加

即ち、画素に対するアルファ値を、ユーザが定義した関数に応じて、当該画素の輝度にしたがって調節することができる。 - 特許庁

To provide a technique for properly presenting a function defined for every user and a code assigned thereto in a case of using an information processor by a plurality of users.例文帳に追加

情報処理装置を複数ユーザが使用する場合に、ユーザ毎に定義された機能と割り当てたコードを適切に提示する技術を提供する。 - 特許庁

Moreover, when the set control parameter value and the selected state of the screen element are defined based on the user operation, control corresponding to control parameter specified according to the defined control parameter value is executed, and the setting function specified according to the defined element selection is executed.例文帳に追加

さらに、ユーザ操作に基いて、設定された制御パラメータ値や画面要素の選択状態を確定すると、確定した制御パラメータ値に従って指定した制御パラメータに対応する制御を実行したり、確定した要素選択に従って指定した設定機能を実行する。 - 特許庁

The function argument must be a callable object (a user-defined or built-in function or method, or a class object) and the args argument must be a sequence.例文帳に追加

引数 function は呼び出しができるオブジェクト (ユーザ定義および組み込みの関数またはメソッド、またはクラスオブジェクト)でなければなりません。 args はシーケンス型でなくてはなりません。 - Python

The system comprises a first repository having: a plurality of function sources for mounting previously defined first and second interfaces; a second repository for storing information for the constructed graphical user interface and the selected function source; and a function link component.例文帳に追加

本システムは、予め定義された第1および第2インタフェースを実装する複数の関数ソースを有する第1リポジトリと、構築されたグラフィカルユーザインタフェースおよび選択された関数ソースの情報を記憶する第2リポジトリと、関数リンクコンポーネントと、を備える。 - 特許庁

When the parameter setting device is applied to facsimile machine, e.g. the user setting information such as the function key, the user parameter, the internal switch, etc., are stored in an internal memory 3 in accordance with respective user numbers defined to each individual or section.例文帳に追加

パラメータ設定装置が例えばファクシミリ装置に適用された場合、個人や部門毎に決められた各ユーザ番号に対応して、ファンクションキー、ユーザパラメータ、内部スイッチ等のユーザ設定情報を内部メモリ3に記憶する。 - 特許庁

It is also important to note that user-defined functions which are attributes of a class instance are not converted to bound methods; this only happens when the function is an attribute of the class.例文帳に追加

それから、クラスインスタンスの属性になっているユーザ定義関数は、結合メソッドに変換できないと知っておくことも重要です; 結合メソッドへの変換が行われるのは、関数がクラスの一属性である場合 だけ です。 - Python

For example, the if keyword is represented by the tuple (1, 'if'), where 1 is the numeric value associated with all NAME tokens, includingvariable and function names defined by the user.例文帳に追加

例えば、ifキーワードはタプル(1, 'if')と表されます。 ここで、1は、ユーザが定義した変数名と関数名を含むすべてのNAMEトークンに対応する数値です。 - Python

The MAP can function in a direct memory access ("DMA") mode, and a certain device directly sends a result to another device, and can execute the algorithm defined by the user in a pipeline or in parallel.例文帳に追加

MAPは、ダイレクトメモリアクセス(「DMA」)モードで機能することができ、ある装置が結果を直接に別の装置に送って、ユーザ定義のアルゴリズムの実行をパイプライン化または並列化することが可能である。 - 特許庁

To provide an image processor that executes a job flow in which cooperative processes in a plurality of apparatus are defined, and that, when a function equivalent to the process defined in the job flow is added, enables use of the added equivalent function in the job flow without manual re-editing of the job flow by a user, and also to provide a control method the image processor.例文帳に追加

複数の装置での連携処理を定義したジョブフローを実行するとともに、ジョブフローに定義された処理と同等の機能が追加された場合に、当該ジョブフローをユーザが手動で再編集することなく、追加された同等の機能をジョブフローにおいて利用可能にする画像処理装置及びその制御方法を提供する。 - 特許庁

If user authentication is necessary, the proxy authentication device 1 carries out a user authentication procedure between the server function 3a according to the authentication procedure previously defined in association with the authentication allowance/rejection checking logic matching the response (step S3).例文帳に追加

ユーザ認証が必要な場合、代理認証装置1は、応答が適合した認証許否確認論理に対応付けて予め定義されている認証手順に従って、サーバ機能3aとの間でユーザ認証手続きを行う(ステップS3)。 - 特許庁

A user side system 101 for performing business form transactions is provided with a processing function of defining a new business form not defined in a business form definition system 102 during the transaction of the business form when the new business form is inputted and a function of providing a consideration to a user 103 performing the transaction of the undefined business form as a fee of business form collection.例文帳に追加

帳票取引を行なう利用者側システム101に、帳票定義システム102には定義されていない新規帳票が読み込まれた場合には、取引中に、帳票定義を行なう処理機能を設け、未定義の帳票取引を実施した利用者103に対して、帳票収集の報酬として、対価を付与105する機能を設ける。 - 特許庁

A leaning score calculation part 12 detects functions used by a user and their usage frequencies from the functions/operations 19 and the operation history 18, and based on the degree of difficulty and the usage frequencies of the functions, calculates function learning scores showing the degree of learning of the functions by the user and a learning level showing the total degree of learning defined by the function learning scores.例文帳に追加

習得スコア計算部12は、機能/操作19と操作履歴18から、ユーザが使用した機能とその使用回数を検出し、その機能の難度と使用回数に基づいて、当該機能に対する該ユーザの習得度合いを示す機能別習得スコアと、それら機能別習得スコアから定まる総合的な習得度合いを示す習得レベルを計算する。 - 特許庁

Software has the function of easily creating and saving an installer customized in advance with a printer IP address, driver printing settings, information on user-defined paper, a DB of features of paper types, and the like, which are all to be installed at execution.例文帳に追加

本発明によれば、本ソフトウェアは実行時にインストールするプリンタのIPアドレスと、ドライバの印刷設定や、ユーザー定義用紙などの情報、さらには用紙種などの特徴に関するDBなどをあらかじめカスタマイズされたインストーラを簡単に作成、保存する機能を有する。 - 特許庁

The inputted character column of natural language is defined as the expression of the request of a user, and the character string is analyzed, and an optimal software/object for performing processing corresponding to the request is selected, and function description expressions for making the software/object perform the processing is intermediately generated, and the function description expression is converted into a performable instruction description column by an OS or program.例文帳に追加

入力された自然言語の文字列をユーザの要求の表現ととらえて文字列の解析を行い、その要求に応じた処理を行うのに最適なソフトウェア・オブジェクトを選択し、そのソフトウェア・オブジェクトに前記処理を行わせるための機能記述表現を中間的に生成し、その機能記述表現をOS又はプログラムにより実行可能な命令記述列に変換する。 - 特許庁

To provide an imaging device that improves the usability for a user to the change of a function which is allocated to an operation member and related to imaging, in an imaging device that can image a subject in an imaging mode where the subject is imaged under an imaging condition that is preliminarily defined, or in a custom mode where the subject is imaged under an imaging condition that is set by the user.例文帳に追加

予め定められた撮像条件で被写体を撮像する撮像モード、又はユーザにより設定された撮像条件で被写体を撮像するカスタムモードで被写体を撮像可能な撮像装置において、操作部材に割り当てられた撮像に関する機能の変更に対するユーザの使い勝手を向上させた撮像装置を提供する。 - 特許庁

In converting a plurality of UD-PGC s (User Defined Program Chain) into a DVD-Video standard, the UD-PGCs are converted into a PGC (Program Chain) of the DVD-Video standard corresponding to a multi-angle by using the UD-PGC created by a play list creating function provided in the DVD-VIDEO RECORDING standard, thereby realizing the multi-angle.例文帳に追加

DVD−VIDEO RECORDING規格に備えられたプレイリスト作成機能によって作成されるUD−PGC(User Defined Program Chain)を用いて、複数のUD−PGCをDVD−Video規格への変換の際に、1つのマルチアングルに対応したDVD−Video規格のPGC(Program Chain)に変換することで、マルチアングルを実現する。 - 特許庁

To allow a user to customize a recognizing dictionary by finely adapting to an original business environment in a pattern recognizing device, a method, a program, and a recording medium for recognizing a pattern on the basis of a value of a probability density function defined with every category in a characteristic vector space of the pattern.例文帳に追加

本発明はパターンの特徴ベクトル空間においてカテゴリ毎に定義された確率密度関数の値に基づいて認識を行うパターン認識装置,方法,プログラム及び記録媒体に関し,ユーザが独自の業務環境により細やかに適応して認識辞書をカスタマイズすることを目的とする。 - 特許庁

例文

When a user performs touch operation on a touch panel 8 and a coordinate value of the touch position is a coordinate value within an area defined by the coordinate value of the extension valid area coordinate value regarding one plotting component stored in the storage section 9, the function analysis section 12 retrieves, from the storage section 9, the event key related to the extension valid area coordinate value on the plotting component management table.例文帳に追加

タッチパネル8に対してユーザによる接触操作がなされた場合に機能解析部12は接触位置の座標値が記憶部9に記憶される一描画部品に関する拡張有効領域座標値で定められる領域内の座標値であれば、この拡張有効領域座標値に対して描画部品管理テーブル上で関連付けられるイベントキーを記憶部9から検索する。 - 特許庁

索引トップ用語の索引



  
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.
  
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 - 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS