DictionaryForumContacts

   English
Terms for subject Microsoft containing O | all forms | exact matches only
EnglishGreek
I/O portθύρα εισόδου εξόδου (A channel through which data is transferred between a device and the microprocessor. The port appears to the microprocessor as one or more memory addresses that it can use to send or receive data)
I/O request packetπακέτο αίτησης εισόδου εξόδου (Data structures that drivers use to communicate with each other)
I/O stack locationθέση στοίβας εισόδου/εξόδου (The part of an I/O request packet (IRP) that is allocated for each driver in a chain of layered drivers. Each driver owns one of the stack locations in the packet and obtains driver-specific information about what input/output (I/O) operation to perform on the specified device. The driver must use the supplied parameters)
memory-mapped I/Oαντιστοίχιση μνήμης εισόδου/εξόδου (Input/output memory (memory on hardware devices) that is accessible through a memory mapping)
O notationσημειογραφία O (An indication of the relative performance of an algorithm. An algorithm or the method that implements it is said to be O if its execution is a constant, O(log n) if its execution is proportional to the natural log of n, or O(n) if its execution is proportional to n. O notation is frequently used as a way to compare the relative performance of operations on collections, in which case n is usually the number of elements in the collection)
O/R DesignerΠρόγραμμα σχεδίασης O/R (A tool that provides a visual design surface for creating LINQ to SQL entity classes and associations (relationships) based on objects in a database. The Object Relational Designer also provides functionality to map stored procedures and functions to System.Data.Linq.DataContext methods for returning data and manipulating entity classes)