Subject | English | Russian |
progr. | array copying | копирование массивов (ssn) |
progr. | copy all values of one array into a new array | скопировать все элементы одного массива в другой (ssn) |
progr. | copying an array | копирование массива (ssn) |
progr. | copying an array variable | копирование переменной-массива (ssn) |
progr. | offset into the destination array where the copying begins | начальная позиция копирования в массиве-приёмнике (ssn) |
progr. | offset into the destination array where the copying begins | начальная позиция копирования в приёмном массиве (ssn) |
progr. | offset into the source array from whence to start copying | начальная позиция копирования в массиве-источнике (ssn) |
progr. | offset into the source array from whence to start copying | начальная позиция копирования в исходном массиве (ssn) |