호출된다 영어 뜻 - 영어 번역

한국어에서 호출된다 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
이 게임은 죄악 안띄는게 호출된다.
Call this game would be a sin inconspicuous.
소켓 통신은 SocketService에 의해 호출된다;
Socket communication is called by SocketService;
또 한번 클릭하면,다시 함수가 호출된다.
After another click,our function is called again.
만일 2 로 설정하면, abort()가 즉시 호출된다.
If set to 2,abort() is called immediately.
예를 들어, GCE의 경우 다음과 같은 메트릭이 호출된다.
For example, for GCE these metrics are called.
새로운 페이스 북 페이지가 호출된다 “트롤의 동굴“.
The new Facebook page is called“The Troll's Grotto“.
이 함수는 테스트 케이스마다 정확히 한 번 호출된다.
This function is called exactly once for each test case.
Action View: 이것은 Action Controller에 의해 호출된다.
Action View: it is call by the Action Controller.
그렇게 등록된 함수는 그것들이 등록된 반대 순서로 호출된다;
Functions so registered are called in reverse order;
DidSet: didSet 은 값이 새로운 값으로 저장된 후 즉시 호출된다.
DidSet is called immediately after the new value is stored.
운전자가 전화를 받지 못하는 경우에는 앰뷸런스가 즉시 호출된다.
If the driver doesn't answer, the ambulance is called immediately.
Activity가 사용자에게 더 이상 보이지 않을 때 호출된다.
OnStop is called when the activity is no longer visible to the user.
그리고 당신은 새 이름에 의해 호출된다, 이는 여호와의 입이 선택합니다.
And you shall be called by a new name, which the mouth of YHWH designates.
시스템 재설정 모듈(1016)은 상기 문제들이 해결되지 않을 때 호출된다.
The System Restart module[1016] is called when issues cannot be resolved.
그리고 당신은 새 이름에 의해 호출된다, 이는 여호와의 입이 선택합니다.
And you shall be called by a new name which the mouth of YAHWEH shall name.
그렇게 등록된 함수는 그것들이 등록된 반대 순서로 호출된다; 어떤 변수도 지나치지 않는다.
Functions so registered are called in reverse order; no arguments are passed.
Func 함수를 수행하는 새로운 쓰레드를 생성한다. 함수는 func(arg)형태로 호출된다.
Creates a new thread executing the function func.The function is invoked as func(arg).
이 함수 객체는 위젯에 보내어지는 객체이며 사건이 발생하는 순간에 호출된다.
This function object is the one passed to the widget and is called at the time the event occurs.
전체적으로 상당히 큰 처리과제(task)를 고려한 이 함수는 초당 19,000 번 호출된다.
Altogether a quite large task considering the routine is called 19 thousand times per second.
T를 위한 기본 생성자는 할당된 메모리 버퍼에서 T 인스턴스를 생성하기 위해 호출된다.
The default constructor for T, if any, is called to construct a T instance in the allocated memory buffer.
UML의 관점에서, 개인은 호출 "배우" 와 사용 시나리오가 호출된다 "사용 사례".
In UML terms, the individuals are called"actors" and usage scenarios are called"use cases".
보통 이러한 함수들은 몇몇 작업을 수행하거나 자신의 결과 파라미터를 쓰는것 같은 그것의 부작용을 위해 호출된다.
Usually such functions are called for their side effects, such as performing some task or writing to their output parameters.
주소록 명령(51)을 통해, 사용자의 이름과 번호를 가진 주소록 엔트리(51a)가 호출된다.
Via the address book command 51, an address book entry 51a having the name and number of the user is called.
그렇게 등록된 함수는 그것들이 등록된 반대 순서로 호출된다; 어떤 변수도 지나치지 않는다.
Functions so registered are called in the reverse order of their registration; no arguments are passed.
서비스 및 호스트 선택과 질의의 작성이 있은 후에,이들 파라미터를 사용하여 의존관계 서비스가 호출된다(단계 920).
After the service and host selection andthe composition of the query, the dependency service is invoked(step 920) with these parameters.
Property observer 는 새로운 값이 property 의 현재 값과 같은 경우에도 property 값이 설정될 때마다 호출된다.
Property observers are called every time a property's value is set, even if the new value is the same as the property's current value.
사랑스러운, 유다는 그의 시대에 그랬던 것처럼 루터 자신에 그랬던 것처럼, 그래서 우리는 성도들에게 전달 모든 한때 믿음 주장하기 위해 호출된다.
Beloved, as Jude did in his day and as Luther did in his, so are we called to contend for the faith that was once for all delivered to the saints.
Universal Reference를 오버로딩한 뭘 상상하든 그 이상으로 훨씬 더 자주 Universal Reference Overloading이 호출된다.
Overloading on universal references almost always leads to the universal reference overload being called more frequently than expected.
이 응용 프로그램 영수증 날짜가 호출된다 "우선 순위 날짜" 과의 응용 프로그램 또는 수수료 영수증에서 확인하실 수 있습니다 "받은 날짜" 상자.
These application receipt dates are called"priority dates" and can be found on the application or fee receipt in the"date received" box.
만일 MALLOC_CHECK_ 을 0 으로 설정하면, 발견된 힙 오염은 무시된다; 만일 1 로 설정하면, 진단은 stderr로 출력된다; 만일 2 로 설정하면, abort()가 즉시 호출된다.
If MALLOC_CHECK_ is set to 0, any detected heap corruption is silently ignored; if set to 1, a diagnostic is printed on stderr; if set to 2,abort is called immediately.
결과: 30, 시각: 0.0155

최고 사전 질의

한국어 - 영어