Other results
This simultaneous checking approach was used as well in testing the bounds of arrays when referenced, and other memory management necessities (not merely garbage collection or arrays).
The upper and lower bounds of an array.
The error message states "Index was outside of the bounds of the array."
Suppose you know that you are writing data outside the bounds of some array, and you're going through your code looking for where that might happen.
Предположим, вы узнали, что где-то происходит запись данных за пределами некоторого массива, и просматриваете свой код в поисках места, где это может происходить.
According to C and C++ language standards, the result address must remain strictly within the bounds of a single array object (or just after it).
Согласно стандартам языка Си и Си++, при арифметике с указателями, результирующий адрес должен оставаться строго на границе единичного объекта массива (или следовать сразу за ним).
Their code produced a segmentation fault due to an out-of-bounds array access.
Logical errors and array bounds checking are examples.
Логические ошибки и проверка границ массива являются примерами возможных ошибок.
Logic errors and array bounds checking are examples.
Логические ошибки и проверка границ массива являются примерами возможных ошибок.
Among those decisions was to include strong typing, built in array bound checking and efficient memory management.
Среди этих решений было включить сильную типизацию, встроенную проверку границ массива и эффективное управление памятью.
The Navy was seen as the glue that bound together Britain's array of territories and dominions.
Военно-морской флот был замечен как клей, который связывал британский массив территорий и владений.
We consider only zero-based arrays here though other values are possible in Pascal for lower bounds of each dimension.
В этой задаче мы будем рассматривать только массивы, каждая размерность которых начинается с нуля, хотя в Паскале возможны и другие значения нижних границ размерностей.
By worst case. Analysis, I simply mean that our upper bound of six N log N plus six N. Applies to the number of lines of executed for every single input array of length end.
Под анализом наихудшего случая я понимаю что наша верхняя граница 6*log2(N)+6n относиться к числу исполненных строк(команд) для каждого входного массива конечной длины.
Vectorized functions enable simultaneous processing of array elements in one step.
Векторные функции позволяют обрабатывать элементы массива одновременно в один шаг.