関数定義 英語 意味 - 英語訳 - 日本語の例文 S

function definition
機能 定義
関数 定義
function definitions
機能 定義
関数 定義

日本語 での 関数定義 の使用例とその 英語 への翻訳

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
関数定義の終了を示します。
It indicates the ending of the function definition.
Add2関数定義の例は、次のようになります。
An example of a function definition for add2 might be:.
性質はFの関数定義として表現されます。
Properties are expressed as F function definitions or C lambdas or methods.
はPythonの関数定義で何を意味しますか?
What does-gt; mean in Python function definitions?
関数定義のテキスト全体はブロックでなければなりません。
The complete text of a function definition must be a block.
ØPinの関数定義
Ø Pin Function Definitions.
DI/DOの関数定義
DI/DO Function Definition.
ステップ4:関数定義
Step4: Define Function.
関数定義では、0あるいは1個以上のパラメータ名をコンマで区切って並べることで定義します。
In the function definition, zero or more parameters are defined by listing their names separated by commas.
署名はPythonの関数定義で指定されたパラメーターを含む必要があります。Pythonシグニチャを参照ください。
The signature should include the parameters as given in the Python function definition, see Python Signatures. For example:.
APIは主な3つのコンポーネントに分けられます。単純な評価、関数定義、及びAST(抽象構文木)へのコンパイルです。
The API is divided into three main components:simple evaluation, function definitions, and compilation to AST.
関数では、引数は関数定義で割り当てられるデフォルト値を持つことができます。
In a function,arguments can have default values which are assigned in the function definition.
関数定義インフラストラクチャーからのハイパーリンクは、開かれたプロジェクト内の関数宣言を見つけようとします。
A hyperlink from a function definition infrastructure tries to find the function declaration in opened projects.
関数定義で指定されているよりも多いか少ない引数を渡すと、TypeErrorを受け取ります。
If you pass more or fewer arguments than specified in the function definition, you will get a TypeError.
Return文に指定する値の型は、関数定義で指定した戻り値の型と一致しなければなりません。
In either case,the return type must agree with the return type specified in the function definition.
プログラム中の関数定義やシステムコールの定義は、CONSTを用いて記述する。
Describe a function definition or system call definition in the program by using CONST.
実際には、各々の引き出しに入っているのは値や関数定義のアドレスである。
Actually, what is put in each drawer is the address of the value or function definition.
上記のリスト6の例では、変数sumが関数定義そのものに割り当てられています。
In the example in Listing 6 above,the variable sum is assigned the function definition itself.
関数定義のDEFINER値によっては、バイナリロギングが有効かどうかにかかわらずSUPERが必要になる場合があります。
Depending on the DEFINER value in the function definition, SUPER might be required regardless of whether binary logging is enabled.
関数定義やクラス定義、case文の終わりを示すには、endキーワードを使います。
You end things like function definitions, class definitions, and case statements with the end keyword.
Dをタイプするたびに、Emacsは関数定義内の別の式を評価する。
Each time you type d,Emacs will evaluate another expression in the function definition.
デコレータについて詳しくは、関数定義およびクラス定義のドキュメントを参照してください。
See the documentation for function definitions and class definitions for more about decorators.
パラメーターと引数の違いに注意してください:関数パラメーターは関数定義内の名前のリストです。
Note the difference between parameters and arguments:Function parameters are the names listed in the function's definition.
このリストから明らかに見て取れることは、殆どの関数定義では、中に含まれる単語やシンボルの数は、10から30までだということである。
Clearly, just by looking at this list we can see that most function definitions contain ten to thirty words and symbols.
委員会は、単に、「オールドスタイルの」関数定義および宣言の禁止がまだ実現可能ではないと正当に思いました、さらに新しい形式がよりよいことに合意しました。
The committee justifiably felt that simply outlawing'old-style' function definitions and declarations was not feasible, yet also agreed that the new forms were better.
POSIXの文法では、関数定義では配列を使えますが、実際に呼び出すときのパラメータに配列を指定することができません。これはおそらく、文法上の見落としでしょう。
The POSIX grammar allows for arrays in function definitions, but does not provide a method to specify an array as an actual parameter. This is most likely an oversight in the grammar.
ある関数定義中で文法エラーが見つかると、エラー回復機構は文の先頭を見つけて関数のパーズを続けようと努力します。
If a syntax error is found in a function definition, error recovery tries to find the beginning of a statement and continue to parse the function..
各要素がユーザ定義関数の引数リストの各メンバーに対応する配列を返します。func_get_args()は関数定義部以外でコールされた場合に警告を発生します。
Returns an array in which each element is the corresponding member of the current user-defined function' s argument list. func_get_args()will generate a warning if called from outside of a function definition.
こうなる理由は、onfocusに代入された関数がクロージャだからです。このクロージャは、関数定義と、setupHelp関数のスコープから捕捉された環境から成っています。
The reason for this is that the functions assigned to onfocus are closures;they consist of the function definition and the captured environment from the setupHelp function's scope.
関数定義の3Dグラフ:変数x、y、zの陰関数をプロットする場合、次のように入力できます:z=x+yまたは3=x2+ y2+z2またはz=1。
D Graphs of implicit function definitions: If you want to plot an implicit function of the variables x, y and z you may enter it like follows:'z=x+y' or'3=x^2+y^2+z^2' or'z=1'.
結果: 41, 時間: 0.0381

文で「関数定義」を使用する方法

関数定義 通常はメソッドとして宣言される。
関数定義 を見てください。
 実行 関数定義 の操作をしておけば、そのドキュメント上のみで有効になります。
9 - 関数定義 関数定義の構文を以下に示す。
コードブロックは、まず仮引数を実引数に結合 (bind) します; この動作については 関数定義 で記述しています。
高速化の敵 外部スクリプトロード (最も遅い) zsh 関数定義 zsh スクリプト実行 高速化の味方 分離された実行可能ファイル autoload による遅延ロード 複数 zsh ファイルの統合 実践したテクニック集 t.
今回のテーマ 関数定義 文字列内変数展開 関数定義 CoffeeScriptでの関数定義はこんな感じになるようです。

単語ごとの翻訳

S

関数定義の同義語

トップ辞書のクエリ

日本語 - 英語