-
1 reference object
Англо-русский словарь строительных терминов > reference object
-
2 reference object
English-German dictionary of Architecture and Construction > reference object
-
3 reference object
см. reference mark -
4 reference object
1) Морской термин: пункт, на который измерено начальное направление2) Военный термин: ориентир3) Строительство: местный ориентир4) SAP. ссылочный объект -
5 reference object
benda acuan -
6 reference object
-
7 reference object
пункт, на который измерено начальное направление -
8 reference object
ссылочный объект -
9 reference object
геод. -
10 Reference object
அடையாளப்பொருள் -
11 REFERENCE OBJECT
-
12 reference object type
SAP.тех. тип ссылочного объекта -
13 REFERENCE OBJECT CORRECTION RECORD
English-Arabic military dictionary > REFERENCE OBJECT CORRECTION RECORD
-
14 cross reference object
An object in which Active Directory stores information about directory partitions and external directory services. -
15 image of reference object
Автоматика: эталонное изображение объектаУниверсальный англо-русский словарь > image of reference object
-
16 bearing of reference object
Dictionary of Engineering, architecture and construction > bearing of reference object
-
17 image of reference object
English-Russian dictionary of mechanical engineering and automation > image of reference object
-
18 object
= OBJ1) объекта) одно из базовых понятий объектно-ориентированного программирования, ООП (см. OOP), с помощью которого осуществляется программное представление сущностей реального мира. Объект - экземпляр класса; обладает свойствами наследования, инкапсуляции и полиморфизма. Объединяет в себе данные (property) и операции над ними (методы, method). Реализуется в компьютере как динамически размещаемая сложная структура данных, т. е. каждый объект имеет собственный набор полей, определённых его классом, а методы объекты используют совместно. Объект может рассматриваться как абстрактный тип данных (abstract data type). Каждый объект имеет собственное имя или идентификационный номер. Объекты создаются и уничтожаются с помощью специальных методов - конструкторов (constructor) и деструкторов (destructor). Структуры данных и реализация методов объекта невидима для других объектов в системе. Объекты взаимодействуют между собой, посылая друг другу сообщения (message). В ответ на сообщение объект выполняет один из методов, чтобы удовлетворить полученный запрос, при этом интерпретация сообщения лежит целиком на объекте-получателе. Таким образом различные объекты могут реагировать на одно и то же сообщение по разному. Действия, выполняемые объектом, называют его поведением (behaviour). Объекты - основная единица построения программной системы. Объекты с общими свойствами и методами объединены в классы. Чаще всего термин "объект" трактуется как синоним слова экземпляр, однако иногда может использоваться и для обозначения классасм. тж. active object, aggregate object, ancestor object, class object, collection, composite object, conceptual object, container object, database object, dynamic object, encapsulation, information hiding, inheritance, instance, object conversion, object handler, object header, object identity, object interface, object library, object manager, object model, object orientation, object pool, object reference, object reuse, object technology, object type, OODB, ODL, OOL, passive object, polymorphism, reusable object, Simulaсм. тж. 3D object2) предмет3) цельсм. тж. target4) объектныйАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > object
-
19 reference
I
1) ссылка, адрес, номер [ячейки]в программировании - элемент данных, значением которого является либо NIL, либо адрес переменной, которая называется ссылочным значением (reference value), или объектом ссылки (referent)см. тж. absolute cell reference, circular reference, dangling reference, internal reference, object reference, reference counting, reference file, reference manual, reference page, reference station, reference table, reference type, reference variable, relative reference, symbolic reference, unresolved reference2) справка, сноска; ссылканапример, Web page reference - ссылка на веб-страницу3) справочный, ссылочный4) эталон; эталонныйсм. тж. reference clock
II = reference notchАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > reference
-
20 object linking and embedding
"A technology for transferring and sharing information among applications. When an object, such as an image file created with a paint program, is linked to a compound document, such as a spreadsheet or a document created with a word processing program, the document contains only a reference to the object; any changes made to the contents of a linked object will be seen in the compound document. When an object is embedded in a compound document, the document contains a copy of the object; any changes made to the contents of the original object will not be seen in the compound document unless the embedded object is updated."English-Arabic terms dictionary > object linking and embedding
См. также в других словарях:
Reference (C++) — In the C++ programming language, a reference is a simple reference datatype that is less powerful but safer than the pointer type inherited from C. The name C++ reference may cause confusion, as in computer science a reference is a general… … Wikipedia
Object type (object-oriented programming) — See also: Object (computer science) In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.[citation needed] Some… … Wikipedia
Object type — In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.Some object oriented programming languages make a distinction… … Wikipedia
Object Manager (Windows) — Object Manager in Windows, categorized hierarchically using namespaces Object Manager (internally called Ob) is a subsystem implemented as part of the Windows Executive which manages Windows resources. Each resource, which are surfaced as logical … Wikipedia
Reference data — are data describing a physical or virtual object and its properties.fact|date=April 2008 Reference data are usually described with nouns.fact|date=April 2008Typical reference data are: * Physical: products, material, assets, customers, locations… … Wikipedia
Object recognition — in computer vision is a task of finding given object in an image or video sequence. Humans recognize a multitude of objects in images with little effort, despite the fact that the image of the objects may vary somewhat in different view points,… … Wikipedia
Object Pascal — Семантика: императивная Класс языка: мультипарадигмальный: императивный, структурный, объектно ориентированный, обобщённый[1], процедурный Тип исполнения: компилируемый … Википедия
Object model reference — provides detailed definitions (interfaces and classes) and specification of an object in an object oriented language. Right now, the only rendering is to the Java language. However, the specification has been created with C# in mind.[citation… … Wikipedia
Object REXX — Paradigm(s) Object oriented (class based) Appeared in 1988; 22 years ago (1988) Developer Simon C. Nash (IBM) Influenced by REXX … Wikipedia
Object-Z — is an object oriented extension to the Z notation developed at the University of Queensland, Australia. Object Z extends Z by the addition of language constructs resembling the object oriented paradigm, most notably, classes. Other object… … Wikipedia
Object-Oriented Turing — Paradigm(s) multi paradigm: object oriented, procedural, concurrent Appeared in 1991 Designed by Ric Holt Developer Ric Holt … Wikipedia