multidimensional array
( plural )
復習用の問題
(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.
multidimensional array
To model a 3D grid stored in linear memory, I implemented a multidimensional array—a structure that, for 2D, is a vector of vectors and, for N dimensions, a vector of (N−1)-dimensional arrays—so an N-dimensional grid can be simulated on linear-addressed storage.
To model a 3D grid stored in linear memory, I implemented a multidimensional array—a structure that, for 2D, is a vector of vectors and, for N dimensions, a vector of (N−1)-dimensional arrays—so an N-dimensional grid can be simulated on linear-addressed storage.
英語 - 英語
- 項目の編集権限を持つユーザー - すべてのユーザー
- 項目の新規作成を審査する
- 項目の編集を審査する
- 項目の削除を審査する
- 重複の恐れのある項目名の追加を審査する
- 項目名の変更を審査する
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
- 例文の編集権限を持つユーザー - すべてのユーザー
- 例文の削除を審査する
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
- 問題の編集権限を持つユーザー - すべてのユーザー
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1