Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「recursion」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

「recursion」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

recursionを含む例文一覧と使い方

該当件数 : 62



例文

int $recurse Sets the value of the RD (recursion desired) bit in the header. 例文帳に追加

int $recurse ヘッダの RD (recursion desired) ビットの値を設定する。 - PEAR

Set the recursion desired bit in queries. 例文帳に追加

再帰要求 (recursion desired) ビットを問い合わせに設定する。 - JM

of or relating to a recursion 例文帳に追加

再帰に関する、またはそれの - 日本語WordNet

??? - used only for recursion 例文帳に追加

??? - 再帰処理のためだけに使用します。 - PEAR

例文

He accelerated a recursion trend toward the style of Chojiro. 例文帳に追加

いっそう長次郎回帰を進める。 - Wikipedia日英京都関連文書対訳コーパス


例文

entry id - used only for recursion 例文帳に追加

エントリ ID。 再帰処理のためだけに使用します。 - PEAR

Release a lock, decrementing the recursion level. 例文帳に追加

再帰レベルをデクリメントしてロックを解放します。 - Python

Source commands maybe nested to a maximum recursion level of ten. 例文帳に追加

source コマンドはネストでき、最大の再帰レベルは 10 である。 - JM

Note that the resolution process here involves recursion. 例文帳に追加

解決過程に再帰が含まれる点に注意すること。 - JM

例文

If the representation of objectexposes a recursive entry, the recursive reference will be represented as "Recursion on typename with id=number".例文帳に追加

もしobjectの文字列表現が再帰的な要素を持っているなら、再帰的な参照は"Recursion on typename with id=number"で表示されます。 - Python

例文

The maxlevels parameter is used to limit the depth of the recursion; it defaults to10.例文帳に追加

maxlevelsは、下降する最大の深さ(デフォルトは10)を指定します。 - Python

can be ignored - internal parameter to track recursion level 例文帳に追加

無視することができます。 再帰レベルを追うための内部パラメータです。 - PEAR

If the RD bit is set to 0, the server will not perform recursion on the request. 例文帳に追加

もしこの値が 0 なら、サーバは再帰問い合わせを行わない。 - PEAR

Return the current value of the recursion limit, the maximum depth of the Python interpreter stack.例文帳に追加

最大再帰数は、Pythonインタープリタスタックの最大の深さです。 - Python

A user may need to set the limit higher when she has a program that requires deep recursion and a platform that supports a higher limit.例文帳に追加

limitの最大値はプラットフォームによって異なります。 - Python

It's very ironic. and i'll show you a little natural recursion here.例文帳に追加

皮肉なことです ここで 自然の再帰的操作をお見せします - 映画・海外ドラマ英語字幕翻訳辞書

So it's just like georg cantor said, the recursion continues forever.例文帳に追加

ゲオルク・カントールの言った様に 再帰のプロセスは永遠に続くのです - 映画・海外ドラマ英語字幕翻訳辞書

This limit prevents infinite recursion from causing an overflow of the C stack and crashingPython.例文帳に追加

この制限はPythonプログラムが無限に再帰し、Cスタックがオーバーフローしてクラッシュすることを防止するために設けられています。 - Python

One example of a method that wrongly uses the bubble up capability of exceptions to return a result from a deep recursion: Example 3-8. 例文帳に追加

以下は例外の間違った使用例で、再起処理の結果を例外の「たらいまわし」機能で返そうとしています。 - PEAR

The special keywords "CDATA" and "RECURSE" may be used to enable debugging information for CDATA and recursion events. 例文帳に追加

特別なキーワードとして"CDATA" および "RECURSE" を使用すると、それぞれCDATA および再起処理イベントのデバッグ出力を有効にできます。 - PEAR

This limit prevents infinite recursion from causing an overflow of the C stack and crashing Python. The highest possible limit is platform-dependent.例文帳に追加

この制限はPythonプログラムが無限に再帰し、Cスタックがオーバーフローしてクラッシュすることを防止するために設けられています。 - Python

Internally, it uses the concepts of ``owning thread'' and ``recursion level'' inaddition to the locked/unlocked state used by primitive locks.例文帳に追加

再入可能ロックの内部では、プリミティブロックの使うロック/アンロック状態に加え、 ``所有スレッド (owning thread)''と ``再帰レベル (recursion level)'' という概念を用いています。 ロック状態では何らかのスレッドがロックを所有しており、アンロック状態ではいかなるスレッドもロックを所有していません。 - Python

For the 30x response codes, recursion is bounded by the value of the maxtries attribute, which defaults to 10.例文帳に追加

レスポンスコード 30x に対しては、最大でmaxtries 属性に指定された数だけ再帰呼び出しを行うようになっています。 この値はデフォルトで 10 です。 - Python

In order to protect the kernel against stack overflow, and also to protect against denial of service, there are limits on the maximum recursion depth, and on the maximum number of symbolic links followed. 例文帳に追加

カーネルをスタックオーバーフローやサービス拒否 (denial of service) から守るため、再帰の最大の深さとシンボリックリンクを辿る最大回数に制限がある。 - JM

Once the lock is unlocked(not owned by any thread), then grab ownership, set the recursion level to one, and return.例文帳に追加

その後、ロックの状態がアンロックになる (いかなるスレッドもロックを所有しない状態になる) と、ロックの所有権を獲得し、再帰レベルを 1 にセットして処理を戻します。 - Python

Acquire a lock, blocking or non-blocking.When invoked without arguments: if this thread already owns the lock, increment the recursion level by one, and return immediately.例文帳に追加

ブロックあり、またはブロックなしでロックを獲得します。 引数なしで呼び出した場合: スレッドが既にロックを所有している場合、再帰レベルをインクリメントして即座に処理を戻します。 - Python

例文

Instead, an internal interface of the RLock class is used, which reallyunlocks it even when it has been recursively acquired several times.Another internal interface is then used to restore the recursion level when the lock is reacquired.例文帳に追加

その代わり、 ロックが再帰的に複数回獲得されていても確実にアンロックを行えるRLock クラスの内部インタフェースを使います。 その後ロックを再獲得する時に、もう一つの内部インタフェースを使ってロックの再帰レベルを復帰します。 - Python




  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2025 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS