"再帰的に"の翻訳 英語に:
例 (レビューされていない外部ソース)
| 再帰的に検索する | Recursive search |
| 再帰的な二分 | Recursive Bisection |
| ディレクトリを再帰的にスキャンする | Scan directories recursively |
| ディレクトリを再帰的に解析する | Recursive directories |
| 再帰的にパスを検索する | Search path recursively |
| フォルダを再帰的に比較する | Compare folders recursively |
| Merge Sort このクレージーに再帰的なアルゴリズム | Okay, so that's a fairly complicated question. So let's start with a more modest school. |
| factorial関数は再帰的になるので | C or C or Java or C , curly brace languages. |
| 構文木を再帰的に歩き回り | This is the fun part. |
| n 2個のノードで再帰的にグラフを作ります 残りのn 2個でも再帰的に作ります | We start off with a set of n nodes, then we create a graph on half of the nodes recursively. |
| これは再帰的定義です | Now the first thing we're going to do is an if if a b, we're going to return a. |
| これは再帰関数になります 便利なプロシージャはすべて再帰的です | I'll just set things up. |
| コレクションフォルダを再帰的にスキャンするかどうか | Whether Collections folders are scanned recursively |
| 再帰的呼び出しをしません | It's not. Bug. We'll return 1. |
| すなわち再帰関数の一種です 再帰的なアルゴリズムであるrec_russianに 最適なテーマです | What we're going to do right now is a recurrence relation, which is a kind of recursive mathematical function, which is a good match for this recursive algorithmic expression for Rec_Russian |
| 再帰的検索の深さ 1 で無制限 | Depth of recursive search, 1 is unlimited |
| しかしこの再帰的データ構造では | Oh, this has to be a little better than 5 and a little less than 8, so 7 would be perfect. |
| 更新を再帰的に行うかを指定します | Determines whether updates are recursive |
| 再帰的に4回関連する積を計算する | sound . |
| これは再帰的に定義しませんでした | It was universal in the sense that it could contain any kind of element as its values. |
| 再帰 | Recursive |
| a 5 0 を再帰的に最適化してください | I want you to fix up this code so that it handles it optimizes |
| そして演算が再帰的に最適化されれば | We can just do the same thing for the second elements of A and B, multiply together. |
| 目的は状態sの価値を再帰的に推定することです | Let me give you an algorithm that defines value iteration. |
| この場所を築いた幾何的なアルゴリズムの 再帰的なサイクルと同様です 再帰的なパターンは これらの村の微々たる所にも見られます | And I started to realize that the cycles of fertility were just like the recursive cycles in the geometric algorithm that builds this. |
| 再帰的データ構造となります 既に自身を用いて 定義された再帰関数について学びました | That makes this tree something special in computer science a recursive data structure. |
| これは一種再帰的な観察システムなのです | Alright. Let's leave that. |
| left childの値を知るためには eval expを再帰的に呼びます | So let's see one way to do it, together. |
| 一般に解釈は抽象構文木を再帰的に探索して | But they're only valid if they retain the meaning. |
| 再帰エンティティQXml | recursive entities |
| この部分は再帰的関数の呼び出しです | It's n times the factorial of n 1. |
| さもなければ再帰的な処理を行います | If there's 1 node, we just return that node. |
| 再帰ツリー法のアイデアは 再帰マージソートで行われる事を | So, how are we going to prove this claim? We're going to use what is called a recursion tree method. |
| 再帰限界値 | Recursion limit |
| 再帰しない | Non Recursive |
| 次に再帰的オペレーションになります アンラッキーな場合は小さいか同じかどちらかになり 右か左どちらかに再帰します | First, it does the partitioning operation, which runs through all the elements of the list that takes time n and then it's going to recurse assuming it hasn't gotten really lucky and since this is a less than or equal to let's assume it didn't get lucky. |
| 前と同様にノードがn個のグラフを 再帰的に作りましょう | Here's our last random graph of this unit. |
| コミットを削除を再帰的に行うかどうかを指定します | Determines whether commits and removes are recursive |
| 価値反復法では価値関数の値を再帰的に計算し | Let me tell you about a truly magical algorithm called value iteration. |
| さもなければ再帰的に2つの部分グラフを作ります | If it's just a single node, we just return that node. |
| このマンベトゥの彫刻には再帰的なな幾何がみられます | In some cases, there would actually be algorithms, and very sophisticated algorithms. |
| ではこれからこの問題の再帰的解決法を | Hopefully you're still with me. |
| 再帰的アルゴリズムなので漸化式から見ていきます | Right. Let's do an analysis of the time it takes for a Top K to do its work via this partitioning approach. |
| 再帰的規則なのでいくらでも増やせます | N is a list of numbers. It's at least 1, but you can have more. |
| 反復処理を行う時はyiに 前回のyiを再帰的に代入し | Here's the expression for the first objective. |