Subject | English | Thai |
comp., MS | access method | วิธีการเข้าถึง (In programming, the means by which an application can read from or write to a resource) |
comp., MS | Agile method | เมธอด Agile (Any of a family of processes that software developers use to minimize risk by developing applications incrementally, over a series of short iterations. In this model, real-time communications, such as in person conversations and telephone calls, are preferred over written documentation; the primary measure of progress is working software, instead of hours spent, tasks completed, documents reviewed, or phases signed-off; stakeholders are expected to collaborate, instead of negotiating; and planning happens continuously in order to respond to change) |
comp., MS | anonymous method | เมธอดแบบไม่ระบุชื่อ (A practical language construct that allows programmers to create code blocks that can be encapsulated in a delegate and executed at a later time. They are based on a language concept called a lambda function and are similar to those found in Lisp and Python) |
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 | auth method | วิธีรับรองความถูกต้อง (The authentication protocol (such as CHAP, PAP, EAP etc) used when authenticating access to resources on a network) |
comp., MS | conflict resolution method | วิธีแก้ปัญหาข้อขัดแย้ง (The method that is used to determine which change is written to the store in the event of a conflict. Typical conflict resolution methods are as follows: last writer wins, source wins, destination wins, custom, or deferred. For custom resolution, the resolving application reads the conflict from the conflict log and selects a resolution. For deferred resolution, the conflict is logged together with the conflicting change data and the made-with knowledge of the change) |
comp., MS | consumption depreciation method | วิธีคิดค่าเสื่อมราคาตามปริมาณการใช้ (A method of depreciation based on the usage of the asset) |
comp., MS | cost accumulation method | วิธีการสะสมต้นทุน (The method used to classify and allocate transformation costs) |
comp., MS | device capability (A device functionality available through the HasCapability method or the | ความสามารถของอุปกรณ์ |
comp., MS | direct method | วิธีการทางตรง (A method of deriving the net income provided by operating activities from the components of operating cash receipts and payments, instead of adjusting the net income for items) |
comp., MS | discovery method | วิธีการค้นหา (A procedure that detects and acquires information about resources on the network) |
comp., MS | extension method | เมธอดเพื่อการขยาย (A static method that can be invoked by using instance method syntax. In effect, extension methods make it possible to extend existing types and constructed types with additional methods) |
comp., MS | factor depreciation method | วิธีคิดค่าเสื่อมราคาตามอัตรา (A method of depreciation that uses a progressive or digressive factor. For example, if the factor is >50, the depreciation is progressive, which means that the amount of depreciation increases each depreciation period. If the factor is <50, the depreciation is digressive, and the amount of depreciation decreases each depreciation period) |
comp., MS | FIFO inventory valuation method | วิธีการประเมินค่าสินค้าคงคลังแบบ FIFO (A method of inventory valuation in which inventory is assumed for accounting purposes to move in the order it was received, regardless of its actual physical movement) |
comp., MS | first out inventory valuation method | วิธีการประเมินค่าสินค้าคงคลังแบบเข้าก่อน-ออกก่อน (A method of inventory valuation in which inventory is assumed for accounting purposes to move in the order it was received, regardless of its actual physical movement) |
comp., MS | fixed percentage allocation method | วิธีการปันส่วนโดยใช้เปอร์เซ็นต์คงที่ (A method for calculating allocations based on a specified percentage) |
comp., MS | fixed weight allocation method | วิธีการปันส่วนโดยใช้ค่าเฉลี่ยถ่วงน้ำหนักคงที่ (A method for calculating allocations by using weighted values) |
comp., MS | generic method | เมธอดชนิดทั่วไป (A method whose definition has placeholders, called generic type parameters, for one or more types used in the body of the method or as the types of the method's parameters. A user specifies real types (generic type arguments) for the type parameters when calling the generic method. Note that a method is not generic just because it is declared in a generic type. A method is generic only if it has type parameters of its own) |
comp., MS | graphics method | เมธอดด้านกราฟิก (A method in code that performs a graphics-related function such as drawing a line or shape or repainting a background with a solid color) |
comp., MS | HTTP method | เมธอด HTTP (A remote method invocation sent from a client (typically a web browser) to a web server over the HTTP protocol. Examples include GET, POST, PUT, etc) |
comp., MS | indirect reconciliation method | วิธีการกระทบยอดทางอ้อม (A method of deriving the net income provided by operating activities by adjusting for revenue and expense items that do not result from cash transactions) |
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 | last in, first out inventory valuation method | วิธีการประเมินค่าสินค้าคงคลังแบบเข้าหลัง-ออกก่อน (An inventory valuation method in which inventory that is received most recently is considered sold or used first for accounting purposes) |
comp., MS | LIFO inventory valuation method | วิธีการประเมินค่าสินค้าคงคลังแบบ LIFO (An inventory valuation method in which inventory that is received most recently is considered sold or used first for accounting purposes) |
comp., MS | manual depreciation method | วิธีคิดค่าเสื่อมราคาด้วยตนเอง (A method of depreciation in which depreciation amounts are entered manually into a schedule instead of being calculated from a table) |
comp., MS | Matched Name Selection Method | วิธีการเลือกชื่อที่จับคู่ได้ (The mechanism used to help a caller differentiate between users with names that match the touch-tone or speech input) |
comp., MS | matched name selection method | วิธีการเลือกชื่อที่จับคู่ได้ (The mechanism used to help a caller differentiate between users with names that match the touch-tone or speech input) |
comp., MS | method-based query | แบบสอบถามตามเมธอด (A query expressed as a direct method call to one or more Standard Query Operators) |
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) |
comp., MS | min/max method | วิธีการต่ำสุด/สูงสุด (An item replenishment policy used in the master scheduling calculation) |
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) |
comp., MS | straight-line service life depreciation method | วิธีคิดค่าเสื่อมราคาตามอายุการใช้งานแบบเส้นตรง (A method of depreciation that calculates the depreciation of a fixed asset as a fixed amount in each depreciation period) |
comp., MS | straight-line service life remaining depreciation method | วิธีคิดค่าเสื่อมราคาตามอายุการใช้งานคงเหลือแบบเส้นตรง (A method of depreciation that calculates the depreciation of a fixed asset as a fixed amount in each depreciation period. There will be a difference in the depreciation amount calculated between straight-line service life remaining and straight-line service life when there is an adjustment posted to the asset) |
comp., MS | test method | วิธีการทดสอบ (Any method that is marked with the TestMethod attribute. You cannot run a unit test if its test method is not in a test class) |
comp., MS | Web method | เว็บเมธอด (A procedure that is exposed to Web service clients as an operation that can be called on the Web service) |