Примери за използване на Abstract data type на Английски и техните преводи на Български
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Ecclesiastic
-
Computer
Graph(abstract data type).
Specification and implementation of the abstract data type.
What is an abstract data type?
Abstract Data Type"Queue".
Become aware of abstract data type(ADT).
Abstract data types and information hiding.
How to define an Abstract Data Type(ADT).
Emphasis on design and implementation of object-oriented abstract data types.
Specification of abstract data types(ADT).
A stack is an abstract data type that represents a sequential collection of objects that may store heterogeneous data meaning it can contain various data that belong to different data types. .
Create and use abstract data types.
This allows an abstract data type to have several different implementations and respectively different efficiency.
We define the list as Abstract Data Type(ADT).
We can work with an abstract data type by using its interface without concerning ourselves with its implementation.
Standard ML(SML) is very advanced modular programming language that supports many features like type inference, garbage collection, exception handling, immutable data types, updatable references, abstract data types and compile-time type….
Create and use abstract data types.
A priority queue is an abstract data type which is like a regular queue or stack data structure, but where additionally each element has a“priority” associated with it.
Sponsored Links: Standard ML(SML) is very advanced modular programming language that supports many features like type inference, garbage collection, exception handling, immutable data types, updatable references, abstract data types and compile-time type checking.
Implementations of abstract data types, e.g. modules, offer a similar form of encapsulation.
Serialization breaks the opacity of an abstract data type by potentially exposing private implementation details.
A file system consists of abstract data types that are necessary for the storage, hierarchical organization, manipulation, navigation, access and retrieval of data. .
There is a distinction between a tree as an abstract data type and as a concrete data structure, analogous to the distinction between a list and a linked list.
A file system is a set of abstract data types that are used to store, hierarchically organise, manipulate, navigate, access and retrieve the electronic data on the storage device.
A file system may be understood as a set of abstract data types that are implemented for the storage, hierarchical organization, manipulation, navigation, access, and retrieval of data. .
More formally, a file system is a set of abstract data types that are implemented for the storage, hierarchical organization, manipulation, navigation, access, and retrieval of data. .
For example, one could define an abstract data type called lookup table, where keys are uniquely associated with values, and values may be retrieved by specifying their corresponding keys.
For example, one could define an abstract data type called lookup table which uniquely associates keys with values, and in which values may be retrieved by specifying their corresponding keys.
These instructions operate on a set of common abstracted data types rather the native data types of any specific processor architecture.