array variableの例文
もっと例文: 1 2
- In order to exploit parallelism that occurs across loops within a parallel program ( loop-level parallelism ), the need rose for compilers that are able to perform array variable privatization as well.
- I had tried to use rows ( match ( myinteger, myarray ) ) method but it would not allow me to use an array variable for myinteger but required a scalar variable or a constant instead.
- Although Commodore BASIC supports signed integer variables ( denoted with a percent sign ) in the range-32768 to 32767, in practice they only work on array variables and serve the function of conserving memory by limiting array elements to two bytes each.
- Some languages allow " dynamic arrays " ( also called " resizable ", " growable ", or " extensible " ) : array variables whose index ranges may be expanded at any time after creation, without changing the values of its current elements.
- For example, if a three-dimensional point ( " x ", " y ", " z " ) is represented in a program with three floating point array variable of size three, a module designed with information hiding in mind would protect the remainder of the program from such a change.