RECURSION in Korean translation

재귀
recursive
recursion
reflexive
computability
recursion

Examples of using Recursion in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
You may recall that in the recursion topic we observed that recursion could be used to replace the loop construct.
여러분은 기억할지도 모르겠다. 되부름을 주제로 한 장에서 우리는 되부름이 회돌이 구조를 대체하는데 사용되어질 수 있다는 것을 관찰했었다.
In the next example we will show how recursion is great for constructing or examining certain types of data structures, particularly trees.
다음 예에서 우리는 얼마나 재귀 호출이 특히 트리와 같은 특정 타입의 자료 구조를 만드는데 대단한지를 보여줄 것이다.
Recursion had always been an important part of Chomsky's theory,” Pinker said.
회귀성은 언제나 촘스키 이론의 중요한 부분을 차지하고 있었죠, ” 핑커는 말했다.
Again, the function calls all use tail recursion, so the algorithm is in-place.
다시 이야기하지만, 함수 콜은 모두 tail recursion 을 이용하므로, 알고리즘은 in-place 이다.
Com, that DNS server performs recursion by querying other DNS servers to get the answer.
Com를 해결하는 것을 사용하는 경우, 해당 DNS 서버가 답을 다른 DNS 서버를 쿼리하여 재귀를 수행.
Like most procedural languages in the ALGOL tradition, C has facilities for structured programming and allows lexical variable scope and recursion.
ALGOL 전통의 대부분의 절차 언어와 마찬가지로 C는 구조화 된 프로그래밍을위한 시설을 갖추고 있으며 어휘 변수 범위와 재귀가 허용됩니다.
avoid an infinite loop, or rather, infinite recursion in this case).
이 경우에는 오히려 무한 재귀하는)을 요구합니다.
The cons list type we'll define is straightforward except for the recursion; therefore,
우리가 정의할 cons list 타입은 재귀를 제외하면 직관적입니다; 그러므로,
Computability theory Double recursion Fast-growing hierarchy Goodstein function Primitive recursive function Recursion(computer science)
계산 가능성 이론 이중 재귀 빠르게 증가하는 계급 굿스타인 함수 원시 재귀 함수 재귀함수 Monin,
In fact, other than the exotic nature of this approach, you may not have considered when and where recursion is useful,
사실, 이 접근법의 이국적인 특성 이외에는 재귀가 유용할 때와 위치,
caching-only DNS server as their forwarders and the caching-only DNS server performs recursion on behalf of your internal DNS servers.
구성 될 수 있으며, 캐시 전용 DNS 서버는 내부 DNS 서버를 대신하여 재귀를 수행.
even map/reduce/filter) in the development of understanding of recursion and iterative control structures.
또는 지도/감소/필터) 재귀 및 반복 제어의 이해의 개발에 구조.
in this case recursion continues until the command is processed,
이런 상황에서 반복(recursion)은 command가 처리될때까지 계속되거나,
host of programming concepts, including‘algorithms',‘the queue',‘debugging', and‘recursions'.
‘디버깅' 그리고 ‘재귀'와 같은 다수의 프로그래밍 개념을 소개합니다.
Recursion needs a termination condition.
재귀 함수는 종료 조건이 필요합니다.
If Statements, Loops and Recursion- OCaml.
If 문, 루프, 재귀 - OCaml.
Without recursion our process would exit after handling the first message.
스스로 호출하지 않으면 프로세스는 첫 메시지를 처리한 후에 종료될 것입니다.
The DNS server will not perform recursion for queries to other DNS servers.
DNS 서버는 다른 DNS 서버에 쿼리에 대해 재귀를 수행하지 않습니다.
So it's just like Georg Cantor said, the recursion continues forever.
게오르그 칸토어가 말한 것 같은, 무한히 재귀적으로 반복되는 패턴입니다.
Tower of Hanoi is one of the classic problems to look at if you want to learn recursion.
하노이의 타워는 재귀 보기를 배우고 싶다면 볼 수있는 고전적인 문제 중 하나입니다.
Results: 91, Time: 0.047

Top dictionary queries

English - Korean