-
21 overflow
1) (также arithmetic overflow, OV, OVF) - переполнениеодна из ошибок арифметических операций, когда результат вычислений слишком велик, чтобы его можно было представить в имеющейся разрядной сетке компьютера (в регистре либо в отведённой для хранения результата переменной). Обычно эта ситуация распознаётся на аппаратном уровне и вызывает соответствующее прерываниеAnt:2) переполнять[ся]; выход (выходить) за верхнюю границуАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > overflow
-
22 pointer
= PTR I1) указатель, указка; стрелка (прибора)см. тж. laser pointer2) [адресная] ссылка, указательа) в программировании - специальный тип данных. Значением переменной или элемента данных этого типа является адрес, который может указывать на другие данные или функцию (прямая адресация), в том числе и на другой указатель (косвенная адресация). Обычно указатели используют при работе с записями, передаче параметров процедурам и организации связанных списковсм. тж. cell pointer, character pointer, dangling pointer, dereferencing, linked list, near pointer, null pointer, pointer arithmetic, pointer array, pointer type, pointer variable, record pointer, referent, stack pointer, untyped pointer, virtual pointer, wild pointerв) см. mouse pointerАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > pointer
- 1
- 2
См. также в других словарях:
Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… … Wikipedia
V (programming language) — Infobox programming language name = V logo = paradigm = multi paradigm: functional, stack oriented year = 2007 designer = Rahul developer = Rahul latest release version = Jun 1, 2007 latest release date = Jun 1, 2007 typing = dynamic… … Wikipedia
арифметические операции над числами в стеке — — [Л.Г.Суменко. Англо русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.] Тематики информационные технологии в целом EN stack arithmetic … Справочник технического переводчика
Comparison of C Sharp and Java — The correct title of this article is Comparison of C# and Java. The substitution or omission of the # sign is because of technical restrictions. Programming language comparisons General comparison Basic syntax Basic instructions … Wikipedia
dc (computer program) — dc is a cross platform reverse polish desk calculator which supports arbitrary precision arithmetic.[1] It is one of the oldest Unix utilities, predating even the invention of the C programming language; like other utilities of that vintage, it… … Wikipedia
PDP-11 architecture — The PDP 11 architecture is an instruction set architecture (ISA) developed by Digital Equipment Corporation (DEC). It is implemented by central processing units (CPUs) and microprocessors used in minicomputers of the same name. Additional… … Wikipedia
Instruction set — An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception… … Wikipedia
X86 assembly language — is the assembly language for the x86 class of processors, which includes Intel s Pentium series and AMD s Athlon series. Like all assembly languages, it uses short mnemonics to represent the fundamental operations that the CPU in a computer can… … Wikipedia
x86 — This article is about Intel microprocessor architecture in general. For the 32 bit generation of this architecture which is also called x86 , see IA 32. x86 Designer Intel, AMD Bits 16 bit, 32 bit, and/or 64 bit Introduced 1978 Design … Wikipedia
LC-3 — The Little Computer 3, or LC 3, comprises an assembly language that is most often used to teach fundamentals of programming and computer architecture to computer science and computer engineering students. The LC 3 language features a relatively… … Wikipedia
Counter machine — A counter machine is an abstract machine used in formal logic and theoretical computer science to model computation. It is the most primitive of the four types of register machines. A counter machine comprises a set of one or more unbounded… … Wikipedia