Subject | English | Korean |
comp., MS | asynchronous method call | 비동기 메서드 호출 (A method call that returns to the caller immediately regardless of whether processing has completed. The results of processing are returned through another call on another thread. Asynchronous methods free the caller from having to wait until processing has finished) |
comp., MS | device capability (A device functionality available through the HasCapability method or the | 장치 기능 |
comp., MS | dynamic method invocation | 동적 메서드 호출 (A technique that defers until runtime the decision as to which specific method to call) |
comp., MS | input method editor | 입력기 (A tool that lets you enter complex characters and symbols, such as those used in East Asian written languages, using a standard keyboard) |
comp., MS | method-based query | 메서드 기반 쿼리 (A query expressed as a direct method call to one or more Standard Query Operators) |
stat. | method of collective marks | 단체마크방법 |
math. | method of collective marks | 단체마크종합관찰방법 |
comp., MS | method of contact | 연락 수단 (The preferred method of communication with the Business Contact; for example, phone, e-mail message, letter, fax, and so on) |
stat. | method of moments | 적률방법 |
stat. | method of moments | 적률법 |
math. | method of moments | 적률법, 적률방법 |
math. | method of overlapping maps | 중복지도방법 |
math. | method of path coefficients | 표준화회귀계수 |
math. | method of scoring | 점수화방법 |
math. | method of steepest ascent | 최대경사법 |
comp., MS | semisynchronous method call | 일부 동기 메서드 호출 (A method call that returns immediately and allows the application or script to enumerate the returned objects as a collection. A semisynchronous method call does not require setting up an object sink, but an asynchronous method call does require setting up an object sink) |