小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > コンピューター用語 > user-defined functionの意味・解説 

user-defined functionとは 意味・読み方・使い方

発音を聞く
プレーヤー再生
ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 ユーザ定義関数; 利用者定義関数、ユーザー定義機能; ユーザー定義関数; ユーザ定義機能


コンピューター用語辞典での「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

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

日英・英日専門用語辞書での「user-defined function」の意味

user-defined function


クロスランゲージ 37分野専門語辞書での「user-defined function」の意味

user-defined function


user defined function


Weblio専門用語対訳辞書での「user-defined function」の意味

user defined function

Weblio専門用語対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

ウィキペディア英語版での「user-defined function」の意味

User-defined function

出典:『Wikipedia』 (2011/05/24 14:36 UTC 版)

英語による解説
ウィキペディア英語版からの引用

「user-defined function」の部分一致の例文検索結果

該当件数 : 35



例文

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

>>例文の一覧を見る


user-defined functionのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのuser-defined function (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wikipedia英語版」の記事は、WikipediaのUser-defined function (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS