1016万例文収録!

「再帰的関数」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 再帰的関数に関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

再帰的関数の部分一致の例文一覧と使い方

該当件数 : 16



例文

再帰なディレクトリ作成関数です。例文帳に追加

Recursive directory creation function.  - Python

再帰なディレクトリ削除関数です。例文帳に追加

Removes directories recursively.  - Python

すべての再帰的関数は,再帰呼出し(recursive call)とベース・ケースによって特徴づけることができる.例文帳に追加

All recursive functions can be characterized by the recursive call and the base case.  - コンピューター用語辞典

この項目は再帰関数においても正確に計測されます。例文帳に追加

This figure is accurate even for recursive functions. - Python

例文

関数は、他の関数を呼び出したり、自分自身を再帰に呼び出すことができます。例文帳に追加

Functions may call each other and may be recursive.  - JM


例文

再帰加重最小二乗法が採用され、時間重みは指数関数忘却形式に対応する。例文帳に追加

A weighted recursive least squares method is employed, and time weighting corresponds to an exponential forgetting formalism. - 特許庁

これらの関数は、アーカイブの圧縮解除を再帰には行わないことに注意しましょう。例文帳に追加

Note that those functions will not recursively uncompress archives.  - PEAR

(trim, addslashes, htmlentities, などの) すべての PHP 関数が使用できますし、要素値へ再帰に適用されます。例文帳に追加

You can call any php function (ie. trim, addslashes, htmlentities, etc.) and have them applied recursively to your element values.  - PEAR

主な機能は PHP の組み込み FTP 関数に対するオブジェクト指向ラッパです。 また、指定したフォルダ以下の再帰なアップロードやダウンロード、指定したフォルダ以下の再帰な削除等組み込み FTP 関数には含まれない機能も提供します。例文帳に追加

It mainly provides an OO wrapper to PHP's integrated FTP functions, adding some missing features like recursive up- and downloading of complete folders, as well as deleting.  - PEAR

例文

ローカル変数とパラメータはスタックにプッシュされるため、bc は再帰関数呼び出しをサポートしています。例文帳に追加

Due to the fact that auto variables and parameters are pushed onto a stack, bc supports recursive functions.  - JM

例文

.LPXtUnrealizeWidget関数は、既存のウィジェットとその子のウィンドウを破棄する (再帰にウィジェットツリーを降りながら) 。例文帳に追加

The XtUnrealizeWidgetfunction destroys the windows of an existing widget and all of its children(recursively down the widget tree).  - XFree86

ゼータ関数の分子を直接計算するのに比べて計算量の削減ができ,また再帰な演算を行うため,記憶量の削減ができる。例文帳に追加

A calculation amount can be reduced compared with direct calculation of the numerator of the zeta function, and a storage amount can be reduced due to recursive operation. - 特許庁

一例では、この球面復号器(24)は、その候補サーチの結果を提供する再帰で、累積なコスト関数の一部として、その通信路行列(H)の上側三角行列(U)表現を使用する。例文帳に追加

In one embodiment, a spherical decoder (24) uses an upper triangle matrix (U) of a communication path matrix (H) as a part of recursive and cumulative cost function presenting the result of the candidate search. - 特許庁

このとき、タイムスタンプの要求回数がj回目であった場合は、初期値を(n−j+1)回までハッシュ関数により再帰に変換して得た値を持つコミット情報と、ディジタルドキュメントとの組み合わせを、ハッシュ関数を用いて変換して得たタイムスタンプ要求データを送信する。例文帳に追加

At this time, when the request frequency of the time stamp is (j), time stamp request data obtained by converting a combination of commit information having a value obtained by recursively converting an initial value up to (n-j+1) times by a hash function and the digital document by using the hash function. - 特許庁

プログラムを構成する関数からコールグラフを作り102、コールグラフ中にループ(再帰呼び出し)があることを検出し103、そのループ中に含まれる関数には従来方法によるセキュリティー対策を施し108、そのループに含まれない関数は自動変数をグローバル変数又は静変数へ変換110して実行する。例文帳に追加

A call graph is formed from functions constituting a program 102, a loop (recursive call) in the call graph is detected 103, functions which are contained in the loop are subjected to security measures by a conventional method 108, and functions which are not contained in the loop are executed while converting automatic variable to global variable or static variable 110. - 特許庁

例文

スコア演算部120は、上記照会パターンの部分構造と文の範囲との対応付けを試行して、上記関数の部分演算結果を、再利用するため記憶領域130に格納しながら、この部分構造および範囲の内部に関して再帰に演算することによって、上記スコアを算出する。例文帳に追加

The score calculating section 120 tries to associate a partial structure of the query pattern and a range of the sentence while storing the result of partial calculation of the function in a storage area 130 for reuse, and performs calculation recursively in relation to the partial structure and within the range so as to calculate the score. - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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) 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS