Translation of address arithmetic into Russian
Noun
technology
- Address arithmetic is crucial in low-level programming.Адресная арифметика имеет решающее значение в низкоуровневом программировании.
computing
- Address arithmetic helps in calculating array indices.Адресная арифметика помогает в вычислении индексов массивов.
Examples of address arithmetic in a sentence
Developers often use address arithmetic in embedded systems. Understanding address arithmetic is crucial for low-level programming. The course covered address arithmetic in memory management.
Translations of "address arithmetic" in Context ordered by category and frequency
So, address arithmetic was also built with int and unsigned types.
Соответственно адресная арифметика также строилась с использованием типов int и unsigned.
code with complex address arithmetic
код со сложной адресной арифметикой
address arithmetic: Examples and translations in context
The problems of porting applications to 64-bit systems are not limited by this, but most errors relate to address arithmetic and operation with indexes.
Этим проблемы переноса приложений на 64-битные системы не ограничивается, но большинство ошибок связаны именно с адресной арифметикой и работой с индексами.
Address arithmetic is a means of calculating an address of some object with the help of arithmetic operations over pointers and also using pointers in comparison operations.
Адресная арифметика (address arithmetic) - это способ вычисления адреса какого-либо объекта при помощи арифметических операций над указателями, а также использование указателей в операциях сравнения.
Address arithmetic is a restrictive stage in the process of mastering 64-bit systems for the old C/C++ program code can contain a lot of errors relating to the use of pointers.
Адресная арифметика является сдерживающим этапом при освоении 64-битных систем, поскольку старый программный код на языках Си/Си++ может содержать большое количество ошибок связанных с использованием указателей.
C is consistent and regular in its approach to address arithmetic; its integration of pointers, arrays, and address arithmetic is one of the strengths of the language.
Язык С последователен и постоянен в своем подходе к адресной арифметике; объединение в одно целое указателей, массивов и адресной арифметики является одной из наиболее сильных сторон языка.