Subject | English | Turkish |
comp., MS | asynchronous method call | asenkron metot çağrısı (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 | cihaz yeteneği |
comp., MS | dynamic method invocation | dinamik yöntem çağırma (A technique that defers until runtime the decision as to which specific method to call) |
comp., MS | input method editor | Giriş Yöntemi Düzenleyicisi (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 | metot tabanlı sorgu (A query expressed as a direct method call to one or more Standard Query Operators) |
math. | method of collective marks | toplu işaretler yöntemi (metodu) |
comp., MS | method of contact | iletişim yöntemi (The preferred method of communication with the Business Contact; for example, phone, e-mail message, letter, fax, and so on) |
math. | method of moments | momentler yöntemi (metodu) |
stat. | method of overlapping maps | örtüşen haritalar yöntemi (metodu) |
math. | method of overlapping maps | örtüşen fonksiyonlar yöntemi (metodu) |
math. | method of path coefficients | standartlaştırılmış regresyon bağlanım katsayıları |
math. | method of path coefficients | yol katsayıları yöntemi (metodu) |
math. | method of scoring | puanlama yöntemi (metodu) |
math. | method of selected points | seçilmiş noktalar yöntemi (metodu) |
math. | method of semi-averages | yarı ortalamalar yöntemi (metodu) |
stat. | method of steepest ascent | en dik çıkış yöntemi (metodu) |
construct. | Method Statement | Yapım Yöntemi (Natalya Rovina) |
comp., MS | semisynchronous method call | yarı senkronize metot çağrısı (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) |