Examples of using A data structure in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
In its most simple terms, an index is a data structure used to provide quick access to data in a database table or view.
Design a data structure that supports all following operations in average O(1) time.
Each inode describes a data structure on the hard disk, storing the properties of a file, including the physical location of the file data. .
A data structure in which insertion and search operations are very fast irrespective of the size of the data. .
A data structure containing security information that identifies a user to the security subsystem on a computer running Windows 2000 or Windows NT.
This instrument allows astronomers to obtain what is commonly referred to as a datacube, a data structure that provides a 3D view of the universe.
The latter creates an empty dictionary, a data structure that we discuss below.
Jump table(Skip List) is shown a data structure has the following basic features.
The Enumeration interface isn't itself a data structure, but it is very important within the context of other data structures. .
I want a data structure that will allow querying how many items in last X minutes.
If your application needs a data structure that models the XML document, you have to write that code yourself.
Each is essentially a data structure that encapsulates a set of data and behaviors that belong together as a logical unit.
Up to here, we have a data structure that can implement the two major operations of Priority Queue(PQ) ADT efficiently.
Who has the ability to read or write a data structure is a totally different question.
A data structure selected basically depends on the occurrence of the operation that needs to be performed on the data structure. .
I think that you will find that a data structure that is speedy will generally consume more memory than one that is slow.