What is the translation of " A LAMBDA " in Korean?

Noun
람다
lambda
ramdha
capture-avoiding
lambda

Examples of using A lambda in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
This example uses a lambda function.
Lambda 함수를 이용하는 방법입니다.
A Lambda function can also invoke third‑party web services.
Lambda 함수는 third-party 웹 서비스도 호출할 수 있다.
There are four ways to invoke a Lambda function.
Lambda 함수를 호출하기 위하여 4가지 방법이 있다..
With a lambda 0.04, we must therefore ask about bulk cellulose thickness 25cm.
람다 0.04을 사용하면 25cm 두께의 셀룰로오스 벌크에 대해 물어야합니다.
You can use delegate to use a lambda function.
Delegate를 이용하여 lambda 함수를 이용할 수 있습니다.
A lambda function has the syntax: lambda variable(s): expression.
람다 함수는 다음과 같은 구문을 갖습니다: lambda variable(s): expression.
This could be something like a lambda or an Azure function.
Web API 또는 Azure Functions와 같은 서비스일 수 있습니다.
Again, a lambda expression is just a very concise way to construct that expression tree.
이 경우에도 람다 식을 사용하면 식 트리를 간단하게 만들 수 있습니다. Again, a lambda expression is just a very concise way to construct that expression tree.
The angular size redshift relation for a Lambda cosmology, with on the vertical scale megaparsecs.
메가파섹의 수직축 스케일에서 람다 우주론에 따른 각크기와 적색편이의 관계.
And nearly 40 years on virtually every petrol-engine car in the world has a Lambda Sond fitted.
년 가까이에 걸쳐 전세계의 거의 모든 가솔린 엔진에 람다 센서가 채택되고 있습니다.
The angular size redshift relation for a Lambda cosmology, with on the vertical scale kiloparsecs per arcsecond.
람다 우주론에 따른 각크기와 적색편이의 관계. 수직축은 각초(arcsec)당 킬로파섹.
If you recall how we define aButton widget in Tkinter, then a lambda would appear like this.
만약 여러분이 우리가 어떻게 Tkinter에서 버튼위젯을 선언하는지를 기억한다면,그러면 람다는 다음과 같이 보일 것이다.
I go to the Lambda Console and create a Lambda function using the Python 2.7 runtime(the IAM role does not matter here).
Lambda Console로 가서 Python 2.7 런타임을 사용하여 Lambda 함수를 생성합니다 (여기서 IAM 역할은 중요하지 않습니다).
An outer variable must be definitely assigned before it can be consumed in a lambda expression.
외부 변수는 명확하게 할당해야만 람다 식에 사용할 수 있습니다. An outer variable must be definitely assigned before it can be consumed in a lambda expression.
From an anonymous delegate type generated for a lambda method reclassification to any narrower delegate.
모든 더 좁은 대리자 형식으로 람다 메서드 재분류에 대해 생성 하는 익명 대리자 형식입니다.
A lambda expression with an expression on the right side of the=> operator is called an expression lambda..
연산자의 오른쪽에 식이 있는 람다 식을 식 람다라고 합니다.A lambda expression with an expression on the right side of the => operator is called an expression lambda.
As you have already seen,the request can be routed to a Lambda function with a couple of clicks.
이미 보신것 처럼,그 요청은 몇번의 클릭만으로 Lambda 함수로 흘러갈 수 있습니다.
In either case a lambda function can be used as the event handler which avoids the need to define lots of small individual functions and fill up the namespace with names that would only be used once.
어느 경우에나 람다 함수는 사건 처리자로 사용될 수 있어서 많은 수의 작은 개별적 함수들을 정의할 필요가 없으며 이름영역을 겨우 단 한 번만 사용되는 이름들로 채울 필요가 없다.
Alternatively, a key function can be built from a lambda expression such as lambda r:(r[0], r[2]).
대안적으로, 키 함수는 lambda 표현식으로 만들 수도 있는데, 이런 식입니다: lambda r: (r[0], r[2]).
If a conversion exists from a lambda expression to a delegate type D, a conversion also exists to the expression tree type Expression.
람다 식에서 대리자 형식 D로의 변환이 있는 경우 식 트리 형식 Expression에 대 한 변환도 있습니다. If a conversion exists from a lambda expression to a delegate type D, a conversion also exists to the expression tree type Expression.
Now that we have a goodidea of serverless computing, let's take a deeper look at what a Lambda function is and how your code will be executed.
지금까지 서버리스 컴퓨팅에대한 개념에 대해 다뤄봤습니다. 이제 Lambda의 기능과 코드 실행 방법에 대해 자세히 살펴 보겠습니다.
You can also supply a lambda expression when the argument type is an Expression, for example in the standard query operators that are defined in System. Linq. Queryable.
Queryable 형식에 정의되어 있는 표준 쿼리 연산자의 경우와 같이 인수 형식이 Expression인 경우에도 람다 식을 사용할 수 있습니다. You can also supply a lambda expression when the argument type is an Expression, for example in the standard query operators that are defined in the Queryable type.
From an anonymous delegate type generated for a lambda method reclassification to any wider delegate type.
익명 대리자는 람다 메서드 재분류 더 광범위 한 대리자 형식에 대해 생성 된 형식입니다. From an anonymous delegate type generated for a lambda method reclassification to any wider delegate type.
A lambda expression cannot contain a goto statement, break statement, or continue statement that is inside the lambda function if the jump statement's target is outside the block.
해당 점프 문의 대상이 람다 식 블록을 벗어나는 경우 람다 식에는 goto, break 또는 continue 문을 포함할 수 없습니다.A lambda expression cannot contain a goto, break, or continue statement if the target of that jump statement is outside the lambda expression block.
From an anonymous delegate type generated for a lambda method reclassification to any wider delegate type.
모든 더 좁은 대리자 형식으로 람다 메서드 재분류에 대해 생성 하는 익명 대리자 형식입니다. From an anonymous delegate type generated for a lambda method reclassification to any narrower delegate type.
You can also supply a lambda expression when the argument type is an Expression<Func>, for example in the standard query operators that are defined in System. Linq. Queryable.
Queryable 형식에 정의되어 있는 표준 쿼리 연산자의 경우와 같이 인수 형식이 Expression<TDelegate>인 > 인 경우 에 도 람다 식 을 사용 할 수 있 습니다. You can also supply a lambda expression when the argument type is an Expression<TDelegate>, for example in the standard query operators that are defined in the Queryable type.
For example, each time a person arrives at your residence, your door camera can upload a photo of the visitor to Amazon S3, triggering a Lambda function that uses Rekognition API operations to identify your guest.
예를 들어 집에 사람이 도착할 때마다 도어 카메라가 방문객의 사진을 Amazon S3에 업로드하여 Rekognition API 작업을 사용해 손님을 식별하는 Lambda 기능을 트리거합니다.
Whereas the conversion of a lambda expression to a delegate type generates a delegate that references executable code for the lambda expression, conversion to an expression tree type creates an expression tree representation of the lambda expression.
식 트리 형식으로 변환 하면 람다 식의 식 트리 표현이 생성 됩니다. Whereas the conversion of a lambda expression to a delegate type generates a delegate that references executable code for the lambda expression, conversion to an expression tree type creates an expression tree representation of the lambda expression.
The exact definition of the generic type Expression<D> as well as the precise rules for constructing an expression tree when a lambda expression is converted to an expression tree type, are both outside the scope of this specification.
람다 식이 식 트리 형식으로 변환 될 때 식 트리를 생성 하는 정확한 규칙 뿐만 아니라 제네릭 형식 Expression<D>의 > 의 정확 한 정의 는 모두 이 사 양의 범위 를 벗어납니다. The exact definition of the generic type Expression < D > as well as the precise rules for constructing an expression tree when a lambda expression is converted to an expression tree type, are both outside the scope of this specification.
Use C++11 lambda as a callback.
콜백으로 C++11 lambda를 이용합니다.
Results: 512, Time: 0.0316

Word-for-word translation

Top dictionary queries

English - Korean