Примеры использования Two-dimensional array на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
Two-dimensional array'weights' for edges' weights.
How to declare a two-dimensional array of structures?
Example of declaring andusing an implicitly typed two-dimensional array.
How to declare a two-dimensional array of structures?
This example shows the different variants of the declaration,initialization and using of a two-dimensional array of strings.
The two-dimensional array is associated with the table.
An example of declaring and using of two-dimensional array of strings.
In each row, a two-dimensional array with a size of 3×4 is formed.
Several lines of characters are specified two-dimensional array of symbols.
In Java, a two-dimensional array can be described in different ways.
This profile is formed of accesses to a single two-dimensional array storing matrix values.
The two-dimensional array of strings is declared, size 5*60 characters.
An array of strings- a two-dimensional array of characters.
The two-dimensional array- is a list of one-dimensional arrays. .
In this example, declared a two-dimensional array of class of size 3×4.
In C, a two-dimensional array is really a one-dimensional array, each of whose elements is an array. .
The following example declares a two-dimensional array of real numbers with the name X.
In this example, a two-dimensional array is declared in which the number of elements in each row is various.
Initializes the first column of y(regarded as a two-dimensional array) and leaves the rest 0.
To zeroing of two-dimensional array Matr need to write the following code.
For systems using a spectrograph, high spectral andspatial resolution translates into a two-dimensional array with high resolution.
There is also a two-dimensional array'joining_table.
Below is an example of declaring and using a two-dimensional array of Point type see previous paragraph.
Notice how the two-dimensional array interface_names is declared.
Example of declaring and using a two-dimensional array of real numbers of size 3×4.
To initialize the two-dimensional array, you need the initializer of each measurement take between the braces.
Keywords: input, output, table,one-dimensional array, two-dimensional array, tabulation of functions, DataGridView, program code.
Example of declaration a two-dimensional array, with a different number of elements in a single row a different dimensionality of the second dimension.
The function takes a two-dimensional array of real numbers as a parameter.
Other than this notational distinction, a two-dimensional array can be treated in much the same way as in other languages.