-
1 interface objects
Программирование: интерфейсные объекты (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa) -
2 device interface objects
Программирование: объекты интерфейса устройства (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa)Универсальный англо-русский словарь > device interface objects
-
3 system interface objects
Программирование: объекты интерфейса системы (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa)Универсальный англо-русский словарь > system interface objects
-
4 user interface objects
Программирование: объекты интерфейса пользователя (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa)Универсальный англо-русский словарь > user interface objects
-
5 Collaboration Data Objects
"An application programming interface (API) that allows users and applications high-level access to data objects in Exchange. CDO defines the concept of different object classes, including messages, posts, appointments, and tasks."English-Arabic terms dictionary > Collaboration Data Objects
-
6 Data Access Objects
A programming interface to access and manipulate database objects. -
7 outgoing interface
исходящий интерфейс( в технологии Connectable Objects - интерфейс, позволяющий объекту обращаться к своему клиенту)Большой англо-русский и русско-английский словарь > outgoing interface
-
8 incoming interface
входящий интерфейс (в технологии Connectable Objects - интерфейс клиента, позволяющий получать уведомления от объекта)English-Russian dictionary of computer science and programming > incoming interface
-
9 outgoing interface
исходящий интерфейс (в технологии Connectable Objects - интерфейс, позволяющий объекту обращаться к своему клиенту)English-Russian dictionary of computer science and programming > outgoing interface
-
10 ActiveX Data Objects
"A data access interface that communicates with OLE DB-compliant data sources to connect to, retrieve, manipulate, and update data." -
11 information hiding [encapsulation]: The concept of encapsulating design decisions in objects in such a way that the object's interface reveals only what its users need to know
Универсальный англо-русский словарь > information hiding [encapsulation]: The concept of encapsulating design decisions in objects in such a way that the object's interface reveals only what its users need to know
-
12 polymorphism: The ability to substitute objects of matching interface for one another at run-time
Общая лексика: полиморфизм: способность подставлять во время выполнения вместо одного объекта другой с совместимым интерфейсом (см. Design Patterns: Elements of Reusab)Универсальный англо-русский словарь > polymorphism: The ability to substitute objects of matching interface for one another at run-time
-
13 UiObject
Вычислительная техника: User Interface Objects -
14 UIM
сокр. от User Identity Module UiObject User Interface Objects -
15 right-to-left
"Pertaining to keyboard settings, document views, user interface objects, languages, etc. for which text is displayed in a right-to-left direction." -
16 SOI
1) Компьютерная техника: Sql Object Interface2) Спорт: Stars On Ice3) Военный термин: Signal Operating Instructions, Sphere Of Influence, sector of interest, signal operation instruction, space objects identification, standard operating instruction, standing operating instruction, standing orders and instructions, start of installation, summary of information4) Техника: Standard Oil Company of Indiana5) Химия: System Operating Instruction6) Оптика: silicon on insulator7) Сокращение: Signal of Interest, Signal-Of-Interest, Silicon-on-Insulator, Space Object Identification8) Вычислительная техника: Silicon-On-Insulator (technology/wafer, IC, IBM)9) Иммунология: Structure Of The Intellect10) Транспорт: Signal Operation Instructions11) Деловая лексика: Selecting Organizing And Integrating, (Statement of Intent)12) Автоматика: standard operator interface13) Океанография: Southern Oscillation Index14) Химическое оружие: surety operation inspection15) Макаров: вторичные орбитальные взаимодействия16) Расширение файла: Silicon-On-Insulator (IBM)17) Антарктика: Индекс колебаний Южного полушария18) Нанотехнологии: кремний-на-изоляторе19) Общественная организация: Science Olympiad, Inc., Sports Outreach Institute20) Аэропорты: South Molle Island, Queensland, Australia -
17 connection point object
объект точки связи( в технологии Connectable Objects - исходящий интерфейс объекта (outgoing interface))Большой англо-русский и русско-английский словарь > connection point object
-
18 connection point object
объект точки связи (в технологии Connectable Objects - исходящий интерфейс объекта (outgoing interface))English-Russian dictionary of computer science and programming > connection point object
-
19 sink
1) т. граф. сток (вершина, в которой заканчивается перемещение единиц потока)2) утапливать (напр., вспомогательное окно путём переноса его в самый низ экрана)3) приемник (в технологии Connectable Objects - объект, являющийся частью клиента, поддерживающий входящий интерфейс (incoming interface))•- message sink
- network sink
- pin-fin heat sinkEnglish-Russian dictionary of computer science and programming > sink
-
20 middle tier
The logical layer between a user interface or Web client and the database. This is typically where the Web server resides and where business objects are instantiated.
- 1
- 2
См. также в других словарях:
Interface Builder — This article is about the Mac OS X application. For the general concept, see Graphical user interface builder. Developer(s) Apple Inc. Stable release 3.2.6 / Released March 1 … Wikipedia
Interface (computing) — For other uses, see Interface. In the field of computer science, an interface is a tool and concept that refers to a point of interaction between components, and is applicable at the level of both hardware and software. This allows a component,… … Wikipedia
Interface (Java) — An interface in the Java programming language is an abstract type that is used to specify an interface (in the generic sense of the term) that classes must implement. Interfaces are declared using the interface keyword, and may only contain… … Wikipedia
Interface description language — An interface description language (or alternately, interface definition language), or IDL for short, is a specification language used to describe a software component s interface. IDLs describe an interface in a language neutral way, enabling… … Wikipedia
Interface bloat — In software design, interface bloat (also called fat interfaces by Bjarne Stroustrup and [http://foozle.berkeley.edu/projects/streek/agile/bad smells in code.html#Refused+Bequest Refused Bequests] by Martin Fowler) is a term used to describe… … Wikipedia
Object Action Interface — Object Action Interface, also abbreviated as OAI, is an extension to the Graphical User Interface, especially related to Direct Manipulation User Interface. It emphasises upon how Direct Manipulation User Interface (DMUI) can help to create… … Wikipedia
Object-oriented user interface — In computing an object oriented user interface (OOUI) is a type of user interface based on an object oriented programming metaphor. In an OOUI, the user interacts explicitly with objects that represent entities in the domain that the application… … Wikipedia
Graphical user interface — Screenshot of KDE Plasma Desktop GUI. A screenshot of the GNOME Shell GUI … Wikipedia
Naked objects — is an architectural pattern used in software engineering. Contents 1 Definition 2 Benefits 3 Limitations 4 Software frameworks … Wikipedia
Graphics Device Interface — The Graphics Device Interface (GDI) is a Microsoft Windows application programming interface and core operating system component responsible for representing graphical objects and transmitting them to output devices such as monitors and printers … Wikipedia
Java Native Interface — JNI redirects here. For the city in the province of Buenos Aires, see Junín, Buenos Aires. The Java Native Interface (JNI) is a programming framework that enables Java code running in a Java Virtual Machine (JVM) to call and to be called[1] by… … Wikipedia