The simplest form of the multidimensional array is the two-dimensional array.
A matrix is a two-dimensional array of numbers.
The image is represented as a two-dimensional array of pixels.
The normal projection of the cloud as a two-dimensional array of data represented by atmospheric transparency indices is shown.
The algorithm is developed, which allows to reduce the size of the descriptor from a two-dimensional array of decimal fractions to three bits of lines.
Розроблений алгоритм який дозволяє зменшити розмір дескриптора з двовимірного масиву десяткових дробів до трьох бітових рядків.
Operators of the cycle, array, univariate array (vector), two-dimensional array (matrix), three-dimensional array, embedded cycles, structure data, outline data
Оператори циклу, масив, одномірний масив (вектор), двовимірний масив (матричний), тривимірний масив, вкладені цикли, структура даних, структуровані дані, індекс
Create a two-dimensional array of 5x5, fill it with random numbers from 10 to 99 and display. Swap the maximum element of each row with the first element in the corresponding row. The problem solved by the pointer.
Створити двовимірний масив 5х5, заповнити його випадковими числами від 10 до 99 і вивести на екран. Поміняти місцями максимальний елемент кожного рядка з першим елементом у відповідному рядку. Завдання вирішити за допомогою покажчиків.
Consider the two-dimensional array of data depicted in the animation window.
To keep this example simple, the values are hardcoded in a two-dimensional array.
Following is the example of defining a two-dimensional array
Format bmp was chosen as the source format to convert, because it stores the image pixel data in a simple two-dimensional array, and therefore takes the most memory on disk.
Вихідним форматом для конвертації був обраний формат bmp, так як він зберігає інформацію про пікселях зображення у вигляді простого двомірного масиву і тому займає найбільше пам'яті на диску.
Let's make a two-dimensional array containing the termination codes and their descriptions, and create a function that returns a description of the cause of call termination on the basis of this argument, which is the termination code.
Створимо в ньому двомірний масив, що містить коди завершення і їх опис, і створимо функцію, яка повертає опис причини завершення виклику на основі отриманого аргументу - коду завершення.