-
41 data array
-
42 array
1. массив2. выстраивать3. антенная решетка4. составлять антенную решеткуEnglish-Russian dictionary of Information technology > array
-
43 data array
memory array — матрица памяти; массив в памяти
-
44 array
1) матрица; решетка, сетка3) массив (данных) -
45 array
-
46 array
"In programming, a list of data values, all of the same type, any element of which can be referenced by an expression consisting of the array name followed by an indexing expression. Arrays are part of the fundamentals of data structures, which, in turn, are a major fundamental of computer programming." -
47 array
матрица; решетка; массив; таблица -
48 array cell
English-Russian dictionary of Information technology > array cell
-
49 data processing array
large-scale array — большая интегральная схема; БИС; массив большой размерности
English-Russian dictionary of Information technology > data processing array
-
50 data structure
1) способ хранения и организации данных для более удобного доступа к ним и обработки; может представлять собой описание полей записи, таблицы, списка, массива, файла и т. п.2) сложный тип данных, представляющий собой набор из одной или нескольких переменных, возможно разных типов, имеющих общее имя.Many books on algorithms and data structures teach complicated techniques for sorting and searching, for maintaining hash tables and binary trees, for dealing with records and pointers. — Во многих учебниках по алгоритмам и структурам данных описываются сложные методы сортировки и поиска, поддержки хэш-таблиц и двоичных деревьев, выполнения операций с записями и указателями см. тж. record
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > data structure
-
51 data record
"A data structure that is a collection of fields (elements), each with its own name and type. Unlike an array, whose elements all represent the same type of information and are accessed using an index, the elements of a record represent different types of information and are accessed by name. A record can be accessed as a collective unit of elements, or the elements can be accessed individually." -
52 array declaration
-
53 array type
-
54 data bug
-
55 array cell
-
56 array element
-
57 array processor
English-Russian big polytechnic dictionary > array processor
-
58 array representation
English-Russian big polytechnic dictionary > array representation
-
59 data representation
English-Russian big polytechnic dictionary > data representation
-
60 data segment
См. также в других словарях:
Array data type — Not to be confused with Array data structure. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the … Wikipedia
Array — In computer science an array [Paul E. Black, array , in Dictionary of Algorithms and Data Structures , Paul E. Black, ed., U.S. National Institute of Standards and Technology. 26 August 2008 (accessed 10 September 2008).… … Wikipedia
Data structure — In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.[1][2] Different kinds of data structures are suited to different kinds of applications, and some are highly … Wikipedia
Array Theory — From [ftp://ftp.nial.com/nial.com/Papers/Papers.zip Nial Papers] : Array Theory is primarily a theory about the definition and manipulation of array data objects. Every data object in the theory is an array, even numbers and characters, which are … Wikipedia
Array slicing — In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are… … Wikipedia
Data structure alignment — is the way data is arranged and accessed in computer memory. It consists of two separate but related issues: data alignment and data structure padding. When a modern computer reads from or writes to a memory address, it will do this in word sized … Wikipedia
Data parallelism — (also known as loop level parallelism) is a form of parallelization of computing across multiple processors in parallel computing environments. Data parallelism focuses on distributing the data across different parallel computing nodes. It… … Wikipedia
Data Vault Modeling — is a database modeling method that is designed to provide historical storage of data coming in from multiple operational systems. It is also a method of looking at historical data that, apart from the modeling aspect, deals with issues such as… … Wikipedia
array — ar‧ray [əˈreɪ] noun [countable] 1. a range of many different things: • a vast array of electronic and consumer products 2. COMPUTING a set of computer memory units arranged in rows across or down: • a device that stores massive amounts of… … Financial and business terms
Data General — Industry Computer Fate Acquired Successor EMC Corporation Founded 1968 … Wikipedia
Data matrix — can refer to: Matrix (mathematics) A rectangular array of elements Data matrix (computer) An encoded barcode. Data set A collection of data in tabular form. Data matrix (multivariate statistics) A mathematical matrix of data whose rows represent… … Wikipedia