-
1 array bounds
Общая лексика: границы массива (верхняя и нижняя границы массива определяются соответственно максимальными и минимальными допустимыми значениями индексов для доступа к элементам массива. Попытка обращения к элементу, индекс которого находится вне грани) -
2 array bounds
• hranice pola -
3 array bound
= array boundaryверхняя и нижняя границы массива определяются соответственно максимальными и минимальными допустимыми значениями индексов для доступа к элементам массива. Попытка обращения к элементу, индекс которого находится вне границ массива, диагностируется как ошибка.The bounds of an array are integers between 0 and length-1. Границы массива (в Java) — целые числа между 0 и длина_массива-1 см. тж. array, bounds checking
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > array bound
-
4 bounds checking
= bounds checkконтроль границ, недопущение выхода за [заданные, указанные] границыотладочная опция компилятора, позволяющая при помощи добавленных им в объектный код программы дополнительных команд обнаруживать попытки обращения к несуществующим элементам массива с выходом за его объявленные границы. Поскольку лишние команды проверки индексов массивов сильно замедляют скорость работы, программа после отладки перетранслируется с отключенной опцией контроля границ. Средства контроля границ предусматриваются во многих компиляторах, а также в некоторых отладчикахсм. тж. array bounds, bounds-checking eliminationАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > bounds checking
-
5 array assignment
оператор ЯВУ, обеспечивающий присваивание значений всем или части элементов массива; для безопасности эта операция должна сопровождаться контролем границАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > array assignment
-
6 array index out of bounds
Программирование: индекс массива выходит за пределы допустимого диапазонаУниверсальный англо-русский словарь > array index out of bounds
-
7 ABW
1) Медицина: actual body weight (истинная масса тела)2) Военный термин: advanced base workshop, air base wing, armoured brigade workshop3) Грубое выражение: Adaptive Butt Welding4) Фирменный знак: A Better Way5) Программирование: Array Bounds Write6) Пивное производство: массовая доля спирта (Alcohol By Weight)7) Океанография: Antarctic bottom water -
8 BOUND
1) Грубое выражение: Break Out Unknown Now, Damnit!2) Программирование: Check Array Bounds -
9 bound
1) Грубое выражение: Break Out Unknown Now, Damnit!2) Программирование: Check Array Bounds
См. также в других словарях:
Array slicing — In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are… … Wikipedia
Array data type — Not to be confused with Array data structure. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the … Wikipedia
Bounds-checking elimination — In computer science, bounds checking elimination is a compiler optimization useful in programming languages or runtimes that enforce bounds checking, the practice of consistently checking every index into an array to verify that the index is… … Wikipedia
Bounds checking — In computer programming, bounds checking is any method of detecting whether a variable is within some bounds before its use. It is particularly relevant to a variable used as an index into an array to ensure its value lies within the bounds of… … Wikipedia
Array — In computer science an array [Paul E. Black, array , in Dictionary of Algorithms and Data Structures , Paul E. Black, ed., U.S. National Institute of Standards and Technology. 26 August 2008 (accessed 10 September 2008).… … Wikipedia
Comparison of programming languages (array) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
ICL Distributed Array Processor — The Distributed Array Processor (DAP) produced by International Computers Limited (ICL) was the world s first commercial massively parallel computer. The original paper study was complete in 1972 and building of the prototype began in 1974. The… … Wikipedia
ABW — Array Bounds Write (Computing » Assembly) *** A Better Way (Business » Firms) *** Alcohol By Weight (Academic & Science » Chemistry) * Antarctic bottom water (Academic & Science » Ocean Science) * Amateur Backyard Wrestling (Community » Sports) * … Abbreviations dictionary
C (programming language) — C The C Programming Language[1] (aka K R ) is the seminal book on C … Wikipedia
Aliasing (computing) — In computing, aliasing describes a situation in which a data location in memory can be accessed through different symbolic names in the program. Thus, modifying the data through one name implicitly modifies the values associated to all aliased… … Wikipedia
Oberon-2 (programming language) — Oberon 2 Paradigm(s) imperative, structured, modular, object oriented Appeared in 1991 Designed by Niklaus Wirth, Hanspeter Mössenböck … Wikipedia