この関数は - 英語 への翻訳

this function
この関数は
この機能は
その機能は
この役目

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
この関数は、衝突する物体の法線が与えられた床ベクトルの45度以内にあるmove_and_slide()衝突後にのみtrueを返します。floor_max_angleを設定することで最大角度を制御できます。
This function will only return true after a move_and_slide() collision where the colliding body's normal is within 45 degrees of the given floor vector(this can be adjusted by setting floor_max_angle).
この関数はlog(sum(exp(x)))よりも計算上安定します.小さい入力に対して対数をとることで発生するアンダーフローと,大きな入力に対して指数関数にかけることで発生するオーバーフローを回避します.。
This function is more numerically stable than log( sum( exp( x))). It avoids overflows caused by taking the exp of large inputs and underflows caused by taking the log of small inputs.
AN3690の中のエニュメレーションコードは3420_HIDKB.Cに対する基礎として使われました。do_SETUPこの関数は8バイトのSETUPパケット内のさまざまなバイトを検査することによってデバイスエニューメレーションを取り扱い、その後、各関数をコールして個々のリクエストを取り扱います。
The enumeration code in AN3690 was used as the basis for 3420_HIDKB.C. do_SETUP This function handles device enumeration by inspecting various bytes in the 8-byte SETUP packet, then calling functions to handle the specific request.
この関数はイテレータとエラー記述子を与えるとparser_errorを作成し、投げる:template<typenameErrorDescrT,typenameIteratorT<voidthrow_(IteratorTwhere,ErrorDescrTdescriptor);パーサアサーションアサーションは構文解析に成功すること以外の選択肢を持たないような場所に置かれる。
This function creates and throws a parser_error given an iterator and an error descriptor: template<typename ErrorDescrT, typename IteratorT< void throw_(IteratorT where, ErrorDescrT descriptor); Parser Assertions Assertions may be put in places where we don't have any other option other than expect parsing to succeed.
この関数は、一日中、時から、私のような多くのマルチのデスクトップを使用する、小さなバグを感じたが、厄介なもの、一度次のとおりインターネットウィンドウだけ、どちらかの移動、2つのオフィス間でいずれかの重複場合特に便利です。
This function is particularly useful if you use much multi desktop like me all day long, from time to time, a small bug is felt but nothing nasty, just an internet window that follows you once and either moves, either duplicates between two offices.
この関数は2つの変数xとyの逆タンジェントを返します。これは両引数の符号が結果の象限を決定するのに使われる以外は、y/xの逆タンジェントを計算するのと同様です。
This function calculates the arc tangent of the two variables x and y. It is similar to calculating the arc tangent of y/ x, except that the signs of both arguments are used to determine the quadrant of the result.
WishDBへのinsert_wish関数の追加この関数は、入力パラメータとして、ウィッシャのID、新しいウィッシュの説明、およびそのウィッシュの期日を必要とし、このデータをデータベースの新規レコードに入力します。
Adding the insert_wish Function to WishDB This function requires the wisher's id, a description of the new wish, and the due date of the wish as the input parameters and enters this data to the database in a new record.
注意:この関数は特定のファイルに関する情報をキャッシュします。したがって、同じファイルについて複数回の操作を行いそのファイルに関する情報をキャッシュされないようにするためには、clearstatcache()をコールするだけです。
Note: This function caches information about specific filenames, so you only need to call clearstatcache() if you are performing multiple operations on the same filename and require the information about that particular file to not be cached.
こんにちは友人は、このビデオチュートリアルでは、Windowsペアレンタルコントロール機能7で使用する方法について説明します、この関数は、私たちがPCに小児および青年のアクセスを制限したり、特定の暴力的なゲームやマルウェアへのアクセスを制限するのに役立ちます。
Hi friends, in this video tutorial you will see how to use in Windows Parental Control function 7, this function helps to limit access to children or teenagers PC, or to restrict access to certain violent games or malware.
コンパイルパスは、上記のオプションに従って生成されます。開発者がコンパイルパスを自由に定義したい場合は、無名関数を使用して生成することができます。この関数は、viewsディレクトリのテンプレートへの相対パスを受け取ります。
The compilation path is generated according to the above options, if the developer wants total freedom defining the compilation path, an anonymous function can be used to generate it, this function receives the relative path to the template in the views directory.
番目の関数によって最初の関数と同じ1個のレジスタから読み取ります。しかし、同時にSPIコマンドバイトのACKSTATビットもセットします。readoutこの関数はMAX3421Eの汎用出力端子GPO[6:0]に接続された7セグメントの読取り値を更新します。
The second function reads a register identical to the first function, but it also sets the ACKSTAT bit in the SPI command byte. readout This function updates the 7-segment readout connected to the MAX3421E general-purpose output pins GPO6:0.
PyObject*PyFile_GetLine(PyObject*p,intn)¶Returnvalue:Newreference.p.readline([n])と同じで、この関数はオブジェクトpの各行を読み出します。pはファイルオブジェクトか、readline()メソッドを持つ何らかのオブジェクトでかまいません。
PyObject* PyFile_GetLine(PyObject*p, int n)¶ Return value: New reference. Equivalent to p. readline([n]), this function reads one line from the object p. p may be a file object or any object with a readline() method.
文字型配列内の検査用関数StrIncludeを作成.この関数はdc_stringモジュールにより提供.dc_traceモジュールにより提供されるサブルーチンBeginSubに,プログラムファイルのバージョンナンバーをデバッグメッセージに出力するための引数versionを追加.gt4_historyautoモジュールの各構造体に含まれるポインタ変数をnullで初期化。
Function"StrInclude" that inspects in character arrays is created. This function is provided by dc_string Argument"version" to output the version number of program files to debug messages was added to subroutine BeginSub provided by dc_trace Pointer variables included in derived-types provided by gt4_historyauto ware initialized with null.
この関数は純粋関数です。
This function is a pure function..
この関数はまさにクロージャだ。
This function is a closure.
この関数は失敗しません。
This function will not fail.
この関数はBSD拡張であり、。
This function is a BSD extension.
この関数は何も行いません。
This function does nothing;
この関数はマスタ・クローン・デバイス(masterclonedevice)。
This function opens the master clone device.
この関数は配列をソートします。
This function sorts an array.
結果: 3783, 時間: 0.0549

異なる言語での この関数は

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語