-
1 Windows Portable Device API
"An API that provides access to digital still cameras, media players, and multi-function cellular phones that implement Media Transfer Protocol (MTP)."English-Arabic terms dictionary > Windows Portable Device API
См. также в других словарях:
Function point — A function point is a unit of measurement to express the amount of business functionality an information system provides to a user. Function points are the units of measure used by the IFPUG Functional Size Measurement Method. The IFPUG FSM… … Wikipedia
Function pointer — A function pointer is a type of pointer in C, C++, D, and other C like programming languages, and Fortran 2003.[1] When dereferenced, a function pointer can be used to invoke a function and pass it arguments just like a normal function. In… … Wikipedia
Nested function — definitions can be compared to how a Matryoshka doll nests within larger versions of itself, in several levels. In computer programming, a nested function (or nested procedure/subroutine) is a function which is lexically (textually) encapsulated… … Wikipedia
Intrinsic function — In compiler theory, an intrinsic function is a function available in a given language whose implementation is handled specially by the compiler. Typically, it substitutes a sequence of automatically generated instructions for the original… … Wikipedia
Variadic function — In computer programming, a variadic function is a function of variable arity; that is, one which can take different numbers of arguments. Support for variadic functions differs widely among programming languages.There are many mathematical and… … Wikipedia
Virtual function — In object oriented programming, a virtual function or virtual method is one whose behavior is defined within an inheriting class by a function with the same signature. This concept is a very important part of the polymorphism portion of object… … Wikipedia
Double-chance function — In software engineering, a double chance function is a software design pattern with a strong application in cross platform and scalable development. It is easiest to explain it with an example. Consider a graphics API with functions to DrawPoint … Wikipedia
Transfer function — A transfer function (also known as the system function[1] or network function) is a mathematical representation, in terms of spatial or temporal frequency, of the relation between the input and output of a linear time invariant system. With… … Wikipedia
Cryptographic hash function — A cryptographic hash function (specifically, SHA 1) at work. Note that even small changes in the source input (here in the word over ) drastically change the resulting output, by the so called avalanche effect. A cryptographic hash function is a… … Wikipedia
Inline function — In computer science, an inline function is a programming language construct used to suggest to a compiler that a particular function be subjected to in line expansion; that is, it suggests that the compiler insert the complete body of the… … Wikipedia
Remote function call — A remote function call is a procedure for data interchange between a client and server. Typically the client calls a server program and the server returns the results via a TCP/IP connection. Remote function calls may be associated with SAP… … Wikipedia