Palabras en English para '(programming) Acronym of hash array mapped trie, a data structure.'
Arriba encontrarás palabras relacionadas con "(programming) Acronym of hash array mapped trie, a data structure.". Enfoca o pasa el cursor sobre una palabra para ver su definición y ajusta la búsqueda si necesitas un término más preciso.
Resultados de búsqueda
noun
adj
verb
noun
- (computing) An associative array, a data structure where each value is referenced by a particular key, analogous to words and definitions in a dictionary (noun sense 1).
- (preceded by the) A synchronic dictionary of a standardised language held to only contain words that are properly part of the language.
- A reference work listing words or names from one or more languages, usually ordered alphabetically, explaining each word's meanings or senses, oftentimes also containing information on its etymology, pronunciation, usage, semantic relations, translations, as well as other relevant information.
- (by extension) A reference work on a particular subject or activity in which the entries are arranged alphabetically; an alphabetical encyclopedia.
- (figurative) A person or thing regarded as a repository or compendium of information.
- (with of or possessive, frequently figurative, especially derogatory) The collection of words used or understood by a particular person; vocabulary.
- a reference book containing an alphabetical list of words with information about them
verb
verb
noun
- (linear algebra) The number of elements of any basis of a vector space.
- (computing) Any of the independent ranges of indices in a multidimensional array.
- A construct whereby objects or individuals can be distinguished.
- (physics) One of the physical properties that are regarded as fundamental measures of a physical quantity, such as mass, length and time.
- (geometry) The number of independent coordinates needed to specify uniquely the location of a point in a space; also, any of such independent coordinates.
- (science fiction, fantasy) A universe or plane of existence.
- A single aspect of a given thing.
- A measure of spatial extent in a particular direction, such as height, width or breadth, or depth.
- the magnitude of something in a particular direction (especially length or width or height)
- a construct whereby objects or individuals can be distinguished
- one of three Cartesian coordinates that determine a position in space
- magnitude or extent
noun
name
noun
- (computing) The result generated by a hash function.
- (computing, cryptocurrencies) One guess made by a mining computer in the effort of finding the correct answer which releases the next unit of cryptocurrency; see also hashrate.
- A confused mess.
- A hash run.
- (slang) Hashish, a drug derived from the cannabis plant.
- Food, especially meat and potatoes, chopped and mixed together.
- A new mixture of old material; a second preparation or exhibition; a rehashing.
- (typography) The # symbol (octothorpe, pound).
- (Scotland) A stupid fellow.
- chopped meat mixed with potatoes and browned
- purified resinous extract of the hemp plant; used as a hallucinogen
verb
symbol
name
noun
- Abbreviation of throwback.
- (military, aviation) Initialism of torpedo bomber.
- (military, nautical) Initialism of torpedo boat.
- (ABDL) Initialism of teen baby.
- (electronics) Initialism of test board, a circuit board used to test a circuit for some specialized task.
- (pathology) Tuberculosis.
- (military, aviation) Initialism of trainer bomber (“a bomber that also serves as a trainer aircraft”).
- (baseball) Initialism of total bases.
- a unit of information equal to 1024 gibibytes or 2^40 (1,099,511,627,776) bytes
- a unit of information equal to 1000 gigabytes or 10^12 (1,000,000,000,000) bytes
- infection transmitted by inhalation or ingestion of tubercle bacilli and manifested in fever and small lesions (usually in the lungs but in various other parts of the body in acute stages)
noun
- (computing, especially programming and databases) An integer or other key indicating the location of data, e.g. within an array, vector, database table, associative array, or hash table.
- (computing, databases) A data structure that improves the performance of operations on a table.
- (mathematics) A raised suffix indicating a power.
- (typography) A symbol resembling a pointing hand, used to direct particular attention to a note or paragraph.
- (sciences) A number representing a property or ratio; a coefficient.
- A sign; an indication; a token.
- That which points out; that which shows, indicates, manifests, or discloses.
- A movable finger on a gauge, scale, etc.
- (linguistics) A type of noun where the meaning of the form changes with respect to the context; e.g., 'Today's newspaper' is an indexical form since its referent will differ depending on the context. See also icon and symbol.
- (algebra, index of a subgroup) The number of cosets that exist.
- An alphabetical listing of items and their location.
- (economics) A single number calculated from an array of prices or of quantities.
- The index finger; the forefinger.
- the finger next to the thumb
- a mathematical notation indicating the number of times a quantity is multiplied by itself
- an alphabetical listing of names and topics along with page numbers where they are discussed
- a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time
- a numerical scale used to compare variables with one another or with some reference number
verb
- (computing) To access a value in a data container by an index.
- To measure by an associated value.
- (transitive) To arrange an index for something, especially a long text.
- (linguistics, transitive) To be indexical for (some situation or state of affairs); to indicate.
- To inventory; to take stock.
- (chiefly economics) To normalise in order to account for inflation; to correct for inflation by linking to a price index in order to maintain real levels.
- (mechanical engineering, transitive) To use a mechanism to move an object to a precise location.
- adjust through indexation
- list in an index
- provide with an index
verb
- (computing, transitive) To serialize an object into a marshalled state represented by a sequence of bytes that can later be converted back into an object with equivalent properties.
- To arrange (troops, etc.) in line for inspection or a parade.
- To gather data for transmission.
- To ceremoniously guide, conduct or usher.
- (by extension) To arrange (facts, etc.) in some methodical order.
- place in proper rank
- arrange in logical order
- make ready for action or use
- lead ceremoniously, as in a procession
noun
- A military officer of the highest rank in several countries, including France and the former Soviet Union; equivalent to a general of the army in the United States. See also field marshal.
- A person in charge of the ceremonial arrangement and management of a gathering.
- (motor racing) An official responsible for signalling track conditions to drivers (through use of flags), extinguishing fires, removing damaged cars from the track, and sometimes providing emergency first aid.
- (historical) A high-ranking officer in the household of a medieval prince or lord, who was originally in charge of the cavalry and later the military forces in general.
- (US) A federal lawman.
- a law officer having duties similar to those of a sheriff in carrying out the judgments of a court of law
- (in some countries) a military officer of highest rank
noun
noun
- (computer science) A data structure containing buckets used in a hashing algorithm.
- A list of tasks arising during a meeting that are put aside to be dealt with later.
- A list of things to accomplish before one's death.
- (by extension) A list of things to accomplish before a certain deadline or in a certain time period.
- A list of things you plan to do before you die
noun
name
noun
- (programming) A data structure that has the semantics of an array of arrays, all of which may be indexed with values of any data type, usually with a supporting syntax built-into a programming language.
- (programming) A data structure consisting of a vector of vectors, in the case of a 2-dimensional array, or, in the case of an N-dimensional array, a vector of multidimensional arrays of degree N minus 1, thereby allowing the simulation of a N-dimensional grid of storage locations using an underlying memory architecture in which storage is addressed in a linear fashion.
- (programming) Any abstraction, usually a memory-resident data structure, that addresses storage locations via an N-dimensional coordinate space.
noun
adj
verb
noun
- (computing) An associative array, a data structure where each value is referenced by a particular key, analogous to words and definitions in a dictionary (noun sense 1).
- (preceded by the) A synchronic dictionary of a standardised language held to only contain words that are properly part of the language.
- A reference work listing words or names from one or more languages, usually ordered alphabetically, explaining each word's meanings or senses, oftentimes also containing information on its etymology, pronunciation, usage, semantic relations, translations, as well as other relevant information.
- (by extension) A reference work on a particular subject or activity in which the entries are arranged alphabetically; an alphabetical encyclopedia.
- (figurative) A person or thing regarded as a repository or compendium of information.
- (with of or possessive, frequently figurative, especially derogatory) The collection of words used or understood by a particular person; vocabulary.
- a reference book containing an alphabetical list of words with information about them
verb
noun
name
noun
- (computing) The result generated by a hash function.
- (computing, cryptocurrencies) One guess made by a mining computer in the effort of finding the correct answer which releases the next unit of cryptocurrency; see also hashrate.
- A confused mess.
- A hash run.
- (slang) Hashish, a drug derived from the cannabis plant.
- Food, especially meat and potatoes, chopped and mixed together.
- A new mixture of old material; a second preparation or exhibition; a rehashing.
- (typography) The # symbol (octothorpe, pound).
- (Scotland) A stupid fellow.
- chopped meat mixed with potatoes and browned
- purified resinous extract of the hemp plant; used as a hallucinogen
verb
noun
- (computing, especially programming and databases) An integer or other key indicating the location of data, e.g. within an array, vector, database table, associative array, or hash table.
- (computing, databases) A data structure that improves the performance of operations on a table.
- (mathematics) A raised suffix indicating a power.
- (typography) A symbol resembling a pointing hand, used to direct particular attention to a note or paragraph.
- (sciences) A number representing a property or ratio; a coefficient.
- A sign; an indication; a token.
- That which points out; that which shows, indicates, manifests, or discloses.
- A movable finger on a gauge, scale, etc.
- (linguistics) A type of noun where the meaning of the form changes with respect to the context; e.g., 'Today's newspaper' is an indexical form since its referent will differ depending on the context. See also icon and symbol.
- (algebra, index of a subgroup) The number of cosets that exist.
- An alphabetical listing of items and their location.
- (economics) A single number calculated from an array of prices or of quantities.
- The index finger; the forefinger.
- the finger next to the thumb
- a mathematical notation indicating the number of times a quantity is multiplied by itself
- an alphabetical listing of names and topics along with page numbers where they are discussed
- a number or ratio (a value on a scale of measurement) derived from a series of observed facts; can reveal relative changes as a function of time
- a numerical scale used to compare variables with one another or with some reference number
verb
- (computing) To access a value in a data container by an index.
- To measure by an associated value.
- (transitive) To arrange an index for something, especially a long text.
- (linguistics, transitive) To be indexical for (some situation or state of affairs); to indicate.
- To inventory; to take stock.
- (chiefly economics) To normalise in order to account for inflation; to correct for inflation by linking to a price index in order to maintain real levels.
- (mechanical engineering, transitive) To use a mechanism to move an object to a precise location.
- adjust through indexation
- list in an index
- provide with an index
noun
noun
- (computer science) A data structure containing buckets used in a hashing algorithm.
- A list of tasks arising during a meeting that are put aside to be dealt with later.
- A list of things to accomplish before one's death.
- (by extension) A list of things to accomplish before a certain deadline or in a certain time period.
- A list of things you plan to do before you die
noun
noun
- (programming) A data structure that has the semantics of an array of arrays, all of which may be indexed with values of any data type, usually with a supporting syntax built-into a programming language.
- (programming) A data structure consisting of a vector of vectors, in the case of a 2-dimensional array, or, in the case of an N-dimensional array, a vector of multidimensional arrays of degree N minus 1, thereby allowing the simulation of a N-dimensional grid of storage locations using an underlying memory architecture in which storage is addressed in a linear fashion.
- (programming) Any abstraction, usually a memory-resident data structure, that addresses storage locations via an N-dimensional coordinate space.
verb
noun
- (linear algebra) The number of elements of any basis of a vector space.
- (computing) Any of the independent ranges of indices in a multidimensional array.
- A construct whereby objects or individuals can be distinguished.
- (physics) One of the physical properties that are regarded as fundamental measures of a physical quantity, such as mass, length and time.
- (geometry) The number of independent coordinates needed to specify uniquely the location of a point in a space; also, any of such independent coordinates.
- (science fiction, fantasy) A universe or plane of existence.
- A single aspect of a given thing.
- A measure of spatial extent in a particular direction, such as height, width or breadth, or depth.
- the magnitude of something in a particular direction (especially length or width or height)
- a construct whereby objects or individuals can be distinguished
- one of three Cartesian coordinates that determine a position in space
- magnitude or extent
noun
- (computing) The result generated by a hash function.
- (computing, cryptocurrencies) One guess made by a mining computer in the effort of finding the correct answer which releases the next unit of cryptocurrency; see also hashrate.
- A confused mess.
- A hash run.
- (slang) Hashish, a drug derived from the cannabis plant.
- Food, especially meat and potatoes, chopped and mixed together.
- A new mixture of old material; a second preparation or exhibition; a rehashing.
- (typography) The # symbol (octothorpe, pound).
- (Scotland) A stupid fellow.
- chopped meat mixed with potatoes and browned
- purified resinous extract of the hemp plant; used as a hallucinogen
verb
verb
- (computing, transitive) To serialize an object into a marshalled state represented by a sequence of bytes that can later be converted back into an object with equivalent properties.
- To arrange (troops, etc.) in line for inspection or a parade.
- To gather data for transmission.
- To ceremoniously guide, conduct or usher.
- (by extension) To arrange (facts, etc.) in some methodical order.
- place in proper rank
- arrange in logical order
- make ready for action or use
- lead ceremoniously, as in a procession
noun
- A military officer of the highest rank in several countries, including France and the former Soviet Union; equivalent to a general of the army in the United States. See also field marshal.
- A person in charge of the ceremonial arrangement and management of a gathering.
- (motor racing) An official responsible for signalling track conditions to drivers (through use of flags), extinguishing fires, removing damaged cars from the track, and sometimes providing emergency first aid.
- (historical) A high-ranking officer in the household of a medieval prince or lord, who was originally in charge of the cavalry and later the military forces in general.
- (US) A federal lawman.
- a law officer having duties similar to those of a sheriff in carrying out the judgments of a court of law
- (in some countries) a military officer of highest rank
No se encontraron palabras coincidentes. Prueba con una descripción más amplia.