See multidimensional array in All languages combined, or Wiktionary
{ "forms": [ { "form": "multidimensional arrays", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "multidimensional array (plural multidimensional arrays)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ { "kind": "other", "langcode": "en", "name": "Programming", "orig": "en:Programming", "parents": [], "source": "w" }, { "_dis": "41 32 26", "kind": "other", "name": "English entries with incorrect language header", "parents": [], "source": "w+disamb" }, { "_dis": "52 14 34", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "58 17 25", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "54 19 26", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "50 18 31", "kind": "other", "name": "Terms with German translations", "parents": [], "source": "w+disamb" }, { "_dis": "49 18 34", "kind": "other", "name": "Terms with Japanese translations", "parents": [], "source": "w+disamb" } ], "glosses": [ "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." ], "id": "en-multidimensional_array-en-noun-8YfDrvq8", "links": [ [ "programming", "programming#Noun" ], [ "data structure", "data structure" ], [ "vector", "vector" ], [ "grid", "grid" ], [ "architecture", "architecture" ], [ "addressed", "addressed" ], [ "linear", "linear" ] ], "raw_glosses": [ "(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." ], "related": [ { "_dis1": "56 24 20", "word": "array" } ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ], "translations": [ { "_dis1": "50 25 24", "code": "de", "lang": "German", "sense": "data structure consisting of a vector of vectors", "tags": [ "neuter" ], "word": "mehrdimensionales Datenfeld" }, { "_dis1": "50 25 24", "alt": "たじげんはいれつ", "code": "ja", "lang": "Japanese", "roman": "tajigenhairetsu", "sense": "data structure consisting of a vector of vectors", "word": "多次元配列" } ] }, { "categories": [ { "kind": "other", "langcode": "en", "name": "Programming", "orig": "en:Programming", "parents": [], "source": "w" } ], "glosses": [ "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." ], "id": "en-multidimensional_array-en-noun-iFDbgDV0", "links": [ [ "programming", "programming#Noun" ], [ "data structure", "data structure" ], [ "semantics", "semantics" ], [ "array", "array" ], [ "data type", "data type" ], [ "syntax", "syntax" ] ], "raw_glosses": [ "(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." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ], "translations": [ { "_dis1": "22 49 29", "code": "de", "lang": "German", "sense": "data structure that has the semantics of an array of arrays", "tags": [ "neuter" ], "word": "mehrdimensionales Datenfeld" }, { "_dis1": "22 49 29", "alt": "たじげんはいれつ", "code": "ja", "lang": "Japanese", "roman": "tajigenhairetsu", "sense": "data structure that has the semantics of an array of arrays", "word": "多次元配列" } ] }, { "categories": [ { "kind": "other", "langcode": "en", "name": "Programming", "orig": "en:Programming", "parents": [], "source": "w" } ], "glosses": [ "Any abstraction, usually a memory-resident data structure, that addresses storage locations via an N-dimensional coordinate space." ], "id": "en-multidimensional_array-en-noun-LW7whwfZ", "links": [ [ "programming", "programming#Noun" ], [ "abstraction", "abstraction" ], [ "memory", "memory" ], [ "resident", "resident" ], [ "data structure", "data structure" ], [ "addresses", "addresses" ], [ "coordinate space", "coordinate space" ] ], "raw_glosses": [ "(programming) Any abstraction, usually a memory-resident data structure, that addresses storage locations via an N-dimensional coordinate space." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ], "translations": [ { "_dis1": "31 6 63", "code": "de", "lang": "German", "sense": "abstraction that addresses storage locations via an N-dimensional coordinate space", "tags": [ "neuter" ], "word": "mehrdimensionales Datenfeld" }, { "_dis1": "31 6 63", "alt": "たじげんはいれつ", "code": "ja", "lang": "Japanese", "roman": "tajigenhairetsu", "sense": "abstraction that addresses storage locations via an N-dimensional coordinate space", "word": "多次元配列" } ] } ], "word": "multidimensional array" }
{ "categories": [ "English countable nouns", "English entries with incorrect language header", "English lemmas", "English multiword terms", "English nouns", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Terms with German translations", "Terms with Japanese translations" ], "forms": [ { "form": "multidimensional arrays", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "multidimensional array (plural multidimensional arrays)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "related": [ { "word": "array" } ], "senses": [ { "categories": [ "en:Programming" ], "glosses": [ "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." ], "links": [ [ "programming", "programming#Noun" ], [ "data structure", "data structure" ], [ "vector", "vector" ], [ "grid", "grid" ], [ "architecture", "architecture" ], [ "addressed", "addressed" ], [ "linear", "linear" ] ], "raw_glosses": [ "(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." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] }, { "categories": [ "en:Programming" ], "glosses": [ "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." ], "links": [ [ "programming", "programming#Noun" ], [ "data structure", "data structure" ], [ "semantics", "semantics" ], [ "array", "array" ], [ "data type", "data type" ], [ "syntax", "syntax" ] ], "raw_glosses": [ "(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." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] }, { "categories": [ "en:Programming" ], "glosses": [ "Any abstraction, usually a memory-resident data structure, that addresses storage locations via an N-dimensional coordinate space." ], "links": [ [ "programming", "programming#Noun" ], [ "abstraction", "abstraction" ], [ "memory", "memory" ], [ "resident", "resident" ], [ "data structure", "data structure" ], [ "addresses", "addresses" ], [ "coordinate space", "coordinate space" ] ], "raw_glosses": [ "(programming) Any abstraction, usually a memory-resident data structure, that addresses storage locations via an N-dimensional coordinate space." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "translations": [ { "code": "de", "lang": "German", "sense": "data structure consisting of a vector of vectors", "tags": [ "neuter" ], "word": "mehrdimensionales Datenfeld" }, { "alt": "たじげんはいれつ", "code": "ja", "lang": "Japanese", "roman": "tajigenhairetsu", "sense": "data structure consisting of a vector of vectors", "word": "多次元配列" }, { "code": "de", "lang": "German", "sense": "data structure that has the semantics of an array of arrays", "tags": [ "neuter" ], "word": "mehrdimensionales Datenfeld" }, { "alt": "たじげんはいれつ", "code": "ja", "lang": "Japanese", "roman": "tajigenhairetsu", "sense": "data structure that has the semantics of an array of arrays", "word": "多次元配列" }, { "code": "de", "lang": "German", "sense": "abstraction that addresses storage locations via an N-dimensional coordinate space", "tags": [ "neuter" ], "word": "mehrdimensionales Datenfeld" }, { "alt": "たじげんはいれつ", "code": "ja", "lang": "Japanese", "roman": "tajigenhairetsu", "sense": "abstraction that addresses storage locations via an N-dimensional coordinate space", "word": "多次元配列" } ], "word": "multidimensional array" }
Download raw JSONL data for multidimensional array meaning in English (4.3kB)
This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2025-05-19 from the enwiktionary dump dated 2025-05-01 using wiktextract (c3cc510 and 1d3fdbf). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.