What is the translation of " ANONYMOUS FUNCTION " in Korean?

[ə'nɒniməs 'fʌŋkʃn]
[ə'nɒniməs 'fʌŋkʃn]
익명 함수
anonymous function
anonymous function

Examples of using Anonymous function in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Anonymous Function.
익명 함수.
Indicating the end of the anonymous function.
익명 함수의 끝을 나타냅니다.
Anonymous function created as an arrow function.
화살표 표기법으로 만든 익명 함수.
For example, take an anonymous function like this.
예를 들어 아래처럼 익명 함수를 전달합니다.
The anonymous function keeps a reference to i.
타이머에 설정된 익명 함수는 변수 i에 대한 참조를 들고 있다가 console.
Self Executing Anonymous Functions.
자기 호출 익명 함수(Self-Executing Anonymous Functions).
Anonymous function created as a function expression.
함수 표현식으로 만든 익명 함수..
Lambda means anonymous function.
Lambda Function, Anonymous Function 이라고 해야하나요.
An anonymous function is a function without a function name.
익명 함수는 함수명이 없는 함수입니다.
Immediately Invoked Anonymous Function Expressions.
익명 함수표현식(anonymous function expression).
Scala provides a relatively lightweight syntax for defining anonymous functions.
스칼라를 사용하면 비교적 간결한 구문을 통해 익명 함수를 정의할 수 있다.
Why do you need to invoke an anonymous function on the same line?
같은 줄에서 익명의 함수를 호출해야하는 이유는 무엇입니까?
You can instead write the objective function as a separate file or as an anonymous function.
또는 목적 함수를 개별 파일이나 익명 함수로 작성할 수도 있습니다.
F3 and $f7 are references to the anonymous functions generated and returned by make_incrementor.
F3와 $f7는 make_incrementor에 의해 생성되고 반환된 익명 함수를 가리키는 레퍼런스입니다.
Python has a tool called lambda that allows to create anonymous functions on the fly.
Python에는 lambda라는 도구가 있어서 익명 함수를 즉석으로 생성할 수 있게 해줍니다.
An anonymous function is a one-line expression-based MATLAB function that does not require a program file.
익명 함수는 프로그램 파일을 필요로 하지 않는, 단일 라인 표현식 기반 MATLAB 함수입니다.
These exceptions are detailed in Anonymous function conversions.
이러한 예외는 익명 함수 변환에 자세히 설명 되어 있습니다.
The simple reason why it doesn't work is not because of the; indicating the end of the anonymous function.
그것이 작동하지 않는 이유는 단순한 이유 때문이 아닙니다; 익명 함수의 끝을 나타냅니다.
Use lambda to define anonymous functions.
Lambda Function, Anonymous Function 이라고 해야하나요.
Min/2 does the same, but allows us to specify the calculation that will produce the minimum via an anonymous function.
Min/2는 같은 일을 합니다만, 열거할 컬렉션이 비어있는 경우에 반환할 최소값을 익명 함수로 지정할 수 있습니다.
Support for native Closures(Lambda/Anonymous functions) has been added.
Native Closures (Lambda/Anonoymous functions) 이 지원된다.
First we create an anonymous function, in this case data_to_write and then pass it onto Mnesia. transaction.
우선 익명 함수를 하나 만들고, date_to_write라는 변수에 저장한 뒤, 이것을 Mnesia. transaction에 넘깁시다.
This is done via lambda, the anonymous function.
Lambda Function, Anonymous Function 이라고 해야하나요.
Anonymous function Futures and promises Remote procedure call Shim(computing) Trampoline(computing) Reducible expression.
익명 함수 Future 와 Promises 원격 프로 시저 호출 Shim (컴퓨팅) 트램펄린 (계산) 환원성 표현.
It is a design pattern which is also known as a Self-Executing Anonymous Function and contains two major parts.
이는 Self-Executing Anonymous Function 으로 알려진 디자인 패턴이고 크게 두 부분으로 구성된다.
We assigned an Anonymous Function in a{{ glossary(“ Variable”)}}, then we used that variable to invoke the function by adding parentheses() at the end.
Glossary(“Variable”, “변수”)}}에 '익명함수'를 할당한 다음, 끝에 괄호 ()를 추가하면서 함수를 호출할 해당 변수를 사용합니다.
As of ECMAScript 5 you can use the bind method combined with an anonymous function to achieve the same result. Foo. method= function(){..
ECMAScript 5부터는 익명 함수와 결합된 bind 메써드를 사용하여 같은 결과를 얻을 수 있다. Foo. method = function() {.
Lambda is a term used to refer to an anonymous function, that is a block of code which can be executed as if it were a function but without a name.
람다는 익명함수(이름없는 함수 anonymous function) 라고 지칭되곤 하는 용어로서, 익명함수는 이름없이도 마치 하나의 함수인것 처럼 실행될 수 있는 코드 블록이다.
The placement of v inside the while loop is important for how it is captured by any anonymous function occurring in the embedded-statement.
While 루프 내의 v은 embedded_statement에서 발생 하는 익명 함수에서 캡처하는 방법에 중요 합니다. The placement of v inside the while loop is important for how it is captured by any anonymous function occurring in the embedded_statement.
If you tend to assign all of your callbacks as anonymous functions, you may wish to instead give them a name to make viewing the call stack easier.
모든 콜백을 익명 함수(anonymous function)로 주는 경향이 있다면 대신 이름을 부여하여 콜 스택을 쉽게 볼 수 있을 것입니다.
Results: 57, Time: 0.1333

How to use "anonymous function" in an English sentence

An anonymous function does not have a name, i.e.
We can shorthand the anonymous function with angle brackets.
But, let’s go back to the anonymous function solution.
an anonymous function is usually the way to go.
We now have an anonymous function defined right here.
Remember, our anonymous function was this T4 -> T5.
Parameter k is evaluated inside the anonymous function returned.
How and when to use anonymous function in Python.
Test of anonymous function generating qp took 0.047485 sec.
You can create Anonymous Function using do statement also.
Show more

How to use "익명 함수" in a Korean sentence

블록을 사용하지 않더라도 루비에서는 명시적으로 익명 함수 객체를 생성할 수 있습니다.
그리고 이 이벤트들의 수령인은 익명 함수 콜백이다.
} 부분이 클로저인데, 이는 i에 해당하는 수를 넘겨주면 그의 3배수를 리턴하는 익명 함수 객체이다.
이처럼 익명 함수 안에서 바깥의 변수에 접근하는 클로저를 사용할 수 있습니다.
대부분의 반복문을 비롯해 인터페이스로도 자주 사용되기 때문에 익명 함수 개념을 이해하는 것은 매우 중요합니다.
익명 함수 말고, 이름이 있는 함수로 만들고 싶을때는 어떻게 해야 하나요?
익명 함수 표현식은 함수를 정의하고, 변수에 함수를 저장하고 실행하는 과정을 거친다.
우리말로 하면, 익명 함수 정도가 될까?
둘 다 익명 함수 외부에서 접근될 수 없다.
공유되는 어휘적 환경은 실행되는 익명 함수 안에서 만들어진다.

Word-for-word translation

Top dictionary queries

English - Korean