Translation of "recursive" to Japanese language:
Dictionary English-Japanese
Examples (External sources, not reviewed)
| Recursive | 再帰 |
| Recursive Bisection | 再帰的な二分 |
| Non Recursive | 再帰しない |
| Recursive directories | ディレクトリを再帰的に解析する |
| Recursive search | 再帰的に検索する |
| recursive entities | 再帰エンティティQXml |
| It's recursive definitions. | 再帰定義はレッスン6で詳しく学びましたが |
| recursive function not allowed | 再帰関数は使えません |
| Step 1 recursive calls. | ステップ2 パターンを探す |
| Determines whether updates are recursive | 更新を再帰的に行うかを指定します |
| Our first recursive call is this part, and our second recursive call is this part. | 2番目はこの部分です 彼女を選択しない2番目の再帰呼び出しでは |
| This gives us another second recursive algorithm for multiplying two integers, that makes use of fewer recursive calls, only three recursive calls, rather than four. | 前回同様 再帰呼び出しの他にちゃっとだけやる事があるけれど でもそんなにたくさんという訳じゃない ゼロでちょっと埋めて |
| This is a recursive data structure. | まずこの四角に入る可能性がある数字は 何でしょうか |
| Again, this is a recursive procedure. | 最後まで到達したら何もせず |
| But there are also recursive programs. | でも少しだけ小さなサイズにして呼び出すという物です |
| The algorithm is a recursive algorithm. | アニメーションに示されているように 値が空間に広がっていき |
| Now of course each of these two level one recursive calls will themselves make two recursive calls. | それぞれが元の入力配列の4分の1を処理する |
| Determines whether commits and removes are recursive | コミットを削除を再帰的に行うかどうかを指定します |
| Depth of recursive search, 1 is unlimited | 再帰的検索の深さ 1 で無制限 |
| That recursive nature is the infinite game. | これがうまくいけば 他の人々が関 与してきて |
| We won't actually make any recursive calls. | 間違った答えをすぐに得られるので これもよいテストケースです |
| It also can be a recursive definition. | 別のリストである要素を含むリストを作成できます |
| Here I've added a recursive grammar rule. | stmtSはセミコロンで終わる1つのステートメントと |
| So this is a recursive procedure, and every recursive procedure needs a base case or a stopping condition. | つまり停止条件が必要です 招待する人が誰もいなくなったら これまでに選んだ人たちを出力します |
| We certainly use procedures to make recursive definitions, and we've certainly defined recursive procedures not until Unit 6, though. | そしてレッスン6になって ようやく再帰関数を定義しました これにより関数自体を より小さくするという観点で考えることで |
| So that's this kind of recursive observation system. | (拍手) |
| Our starting nonterminal, HTML, has a recursive structure. | 規則を使ってhtmlはelement htmlになります |
| Our factorial function is going to be recursive, and every recursive function needs a base case, a time when it stops. | 停止条件を設定します nが0の時に停止するよう設定しました |
| Insert takes a tree and an element. This is going to be a recursive procedure. All the cool procedures are recursive. | ベースケースは空の木に要素を追加することです |
| This type of acronym is called a recursive acronym. | 3. 各バージョン間の関係は |
| So in Manghetu sculpture, you'd see this recursive geometry. | エチオピアの十字架にも素晴らしい形が見られます |
| That's good, and now we make 2 recursive calls. | big listはルクレチアを取り出しています |
| actually didn't save the file name called recursive fibonacci | その前に ファイルをrecursive fibonacciという名前で保存しましょう |
| If you haven't already figured it out, this is a recursive definition, and we're going to use it to write a recursive function. | これを使って再帰関数を書きます もしa bならばaが返ります 先ほどと同じです |
| Drifting recursive fractal cosmic flames. Written by Scott Draves 1997. | もう一つの繰り返しによるフラクタルジェネレータ Scott Draves 1997年作 |
| The parsing rule is similar, because the grammar is recursive. | 小さな有限の文法だからです |
| That was not enough by itself for a recursive definition. | 基本ケースも必要でした |
| Recursive functions pack a wallop. There's a lot going on. | そしてもろ刃の剣でもあります |
| And I'll call these first two recursive calls, level one. | 2つのレベル1再帰呼び出しは それぞれ2回ずつ再帰呼び出しを行う |
| Obviously, that fits in to our theme of recursive definitions. | また普遍性にも関連しています |
| You might imagine looking at the recursive definition for Fibonacci. | fib 10 を呼び出す時 |
| If you have a recursive call, each time you're doing the recursive call you need a new stack frame to keep track of that. | それを保持するための 新たなスタックフレームが必要になります 最終的に基本ケースに達した時に結果を得ると共に |
| A total of 3 statements plus however long it takes to do the recursive call so 3 statements plus this particular kind of recursive call. | 再帰的に求めるのにかかる時間が必要となります これらはT関数の数学的仕様で |
| By writing the recursive version and understanding how they recursive definition works and understanding things that way, you're thinking in a new and powerful way. | 新しく効果的な考え方ができるようになります 再帰関数は繰り返しを使うものよりも 論理的に考えやすい場合が多いと思います |
| This is normal. This represents the recursive structure of a grammar. | このような解析木では子のない端の部分を |