-
1 data presentation model
Вычислительная техника: модель представления данныхУниверсальный англо-русский словарь > data presentation model
-
2 data presentation model
English-Russian information technology > data presentation model
-
3 data
( pl от datum)1) данные; информация; сведения2) характеристики; параметры; координаты3) измеренные величины; показания приборов•data above voice — данные, передаваемые на частотах выше речевого диапазона
- 2D-design datadata under voice — данные, передаваемые на частотах ниже речевого диапазона
- 3D scan data
- 3D-design data
- AC data
- adaptive data
- administrative data
- alphameric data
- alphameric machine-readable data
- alphanumeric data
- alphanumeric machine-readable data
- analog data
- assembly data
- attribute data
- attributes data
- audit data
- axis data
- behavioral data
- blank shape data
- brazing data
- CAD data
- CAD-generated data
- CAD-geometry data
- capability data
- C-L data
- CNC data
- command data
- computerized design data
- continuous data
- coordinate scan data
- correct data
- corrected profile data
- correction data
- correction offset data
- correlating data
- corrupted data
- curve data
- curve positional data
- curved surface data
- customer due data
- cutting data
- cutting tool data
- design data
- detecting data
- digital coded data
- digital data
- digital profile data
- digital program data
- dimensional component data
- dimensions data
- directory data
- discrete data
- DNC program data
- editing data
- electronic data
- entering program data
- equipment condition data
- explicit data
- failure analysis data
- failure data
- free-form data
- fused data
- gage data
- general management data
- graphical presentation data
- hard data
- historical data
- hyperbolic positional data
- image data
- implicit data
- inch-metric input data
- incoming sensory data
- initial data
- input data
- input shape data
- instruction data
- itemized data
- job-tracking data
- line-edited input data
- live data
- machine data
- machine setup data
- machine tool data
- machine-code data
- machining result data
- manufacturing data
- master data
- math data
- model data
- motion data
- multidigit data
- NC coded data
- NC data
- NC run data
- NC running data
- noisy data
- nonvolatile data
- observation data
- observational data
- observed data
- offset curve data
- offset data
- operating data
- operational control data
- operator-entered data
- ordering data
- output data
- part-programming data
- path data
- pattern data
- PC's data
- phase-modulated data
- point data
- position data
- positional data
- positional demand data
- predicted data
- presetting data
- probe data
- product tooling data
- quality-control data
- raw data
- real-time tool data
- reference data
- resources master data
- run data
- running data
- sampled data
- scan data
- sensor signal data
- sensory data
- service data
- setup weld data
- shared data
- slice data
- soldering data
- source data
- specified data
- spindle nose data
- static tooling data
- statistical data
- stored data
- structured tool data
- supplier data
- survey data
- synthetic data
- taped data
- tape-input data
- teaching data
- technology data
- test data
- testing data
- three-dimensional data
- timing data
- tool condition data
- tool location data
- tool master data
- torque data
- training data
- transient response data
- unprocessed position data
- video data
- vision data
- wireframe data
- work data
- workcycle data
- workpiece shape dataEnglish-Russian dictionary of mechanical engineering and automation > data
-
4 OSI
1) взаимодействие открытых систем, ВОС, эталонная модель OSIсемиуровневая модель протоколов передачи данных, утверждённая ISO (стандарт ISO-7498) в 1984 г., для обеспечения взаимодействия открытых систем. Широко используется при разработке сетевых стандартов. В модели OSI (OSI model) все сетевые функции разделены на уровни таким образом, что каждый уровень выполняет определённые функции и все вышележащие уровни пользуются услугами нижележащих через стандартизованные интерфейсы. Уровни нумеруются снизу вверх. Такая структура позволяет модифицировать любой из уровней, не затрагивая остальные. Уровни OSI (снизу вверх): физический (physical layer), канальный (data link layer), сетевой (network layer), транспортный (transport layer), сеансовый (session layer), представления данных (presentation layer) и прикладной (application layer). Поскольку уровни с первого по третий управляют физической доставкой данных по сети, то их иногда называют уровнями среды передачи данных (media layers).Lastly, packet processing involves handling tasks associated with at least Layer 2 and Layer 3 of the seven layer OSI stack. — Наконец, средства обработки пакетов реализуют задачи, охватывающие, как минимум, функции Уровня 2 и Уровня 3 семиуровневой модели OSI см. тж. protocol
2) комитет OSIмеждународная организация под спонсорством ISO, занимающаяся разработкой международных стандартов в области передачи данныхАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > OSI
-
5 layer
1) слой; прослойка2) уровень•- antistatic layer
- applications layer
- ATM-adaptation layer
- client layer
- data-link layer
- digital section layer
- emitting diode layer
- end-to-end layer
- F layers
- F1 layer
- F2 layer
- lower-order layer
- mobility adaptation layer
- network layer
- OSI layers
- OSI-model layers
- path layer
- phosphor layer
- photodiode layer
- physical layer
- physical medium layer
- presentation layer
- radio adaptation layer
- radio network layer
- real-time enhanced layer
- reflecting layer
- reflection layer
- regenerator section layer
- reverse layer
- second working layer
- service adaptation layer
- session layer
- signaling layer
- sporadic layer
- transport layer
- two bitstreams layer
- video layer
- wiring layer
- working layerEnglish-Russian dictionary of telecommunications and their abbreviations > layer
См. также в других словарях:
Model-view-controller — (MVC) is an architectural pattern used in software engineering. Successful use of the pattern isolates business logic from user interface considerations, resulting in an application where it is easier to modify either the visual appearance of the … Wikipedia
Model–view–adapter — (MVA) or mediating controller MVC is an architectural pattern and multitier architecture, used in software engineering. In complex computer applications that present large amounts of data to users, developers often wish to separate data (model)… … Wikipedia
Data warehouse — Overview In computing, a data warehouse (DW) is a database used for reporting and analysis. The data stored in the warehouse is uploaded from the operational systems. The data may pass through an operational data store for additional operations… … Wikipedia
Model-based testing — is the application of Model based design for designing and optionally executing the necessary artifacts to perform software testing. Models can be used to represent the desired behavior of the System Under Test (SUT), or to represent the desired… … Wikipedia
Model–view–presenter — (MVP) is a derivative of the model–view–controller (MVC) software pattern, also used mostly for building user interfaces. In MVP the presenter assumes the functionality of the middle man (played by the controller in MVC). Additionally, the view… … Wikipedia
Data profiling — is the process of examining the data available in an existing data source (e.g. a database or a file) and collecting statistics and information about that data. The purpose of these statistics may be to: Find out whether existing data can easily… … Wikipedia
Distributed data exchange model — The ISO defined standard communications (layered) protocols: Layer 1 Physical Layer Controls the electrical interface of the physical connection between DTE (Data Terminal Equipment) and DCE (Data Communications Equipment). Layer 2 Data… … International financial encyclopaedia
Model View ViewModel — The Model View ViewModel (MVVM) is an architectural pattern used in software engineering that originated from Microsoft as a specialization of the Presentation Model design pattern introduced by Martin Fowler.[1] Largely based on the Model view… … Wikipedia
Data analysis — Analysis of data is a process of inspecting, cleaning, transforming, and modeling data with the goal of highlighting useful information, suggesting conclusions, and supporting decision making. Data analysis has multiple facets and approaches,… … Wikipedia
Data visualization — A data visualization of Wikipedia as part of the World Wide Web, demonstrating hyperlinks Data visualization is the study of the visual representation of data, meaning information that has been abstracted in some schematic form, including… … Wikipedia
Presentation–abstraction–control — (PAC) is a software architectural pattern. It is an interaction oriented software architecture, and is somewhat similar to model–view–controller (MVC) in that it separates an interactive system into three types of components responsible for… … Wikipedia