-
1 predefined declaration
Вычислительная техника: неявное объявление, неявное описаниеУниверсальный англо-русский словарь > predefined declaration
-
2 predefined declaration
неявное объявление; неявное описаниеEnglish-Russian information technology > predefined declaration
-
3 constant
1) (const) - константа, постоянная величинав программировании - величина, значение которой остаётся неизменным во время выполнения программы. Может использоваться в качестве операнда, параметра и т. п. С точки зрения компилятора - константы - это данные, присутствующие непосредственно в исходном тексте программы. В зависимости от типа данных константы могут быть численными, логическими, знаковыми, строковыми и т. д. В отличие от переменных константы могут храниться в ПЗУAnt:см. тж. address constant, Boolean constant, character constant, constant declaration, constant folding, constant propagation, constant variable, floating point constant, hexadecimal constant, literal, numeric constant, octal constant, named constant, predeclared constant, predefined constant, string constant, symbolic constant, typed constant2) постоянный, не изменяющийсянапример, with constant performance - с постоянной производительностью; constant dimensions - постоянные размерности (массива)3) константныйАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > constant
-
4 function
I = FUNC1) функцияв программировании - специальный вид подпрограмм, выполняющих некоторое вычисление и отличающихся тем, что они возвращают в точку вызова результат (return value), присваиваемый имени функции. Поэтому функции, как правило, используются в выражениях. Функция состоит из четырёх частей: типа возвращаемого результата (return type) (он же тип функции), имени функции (function name), списка параметров (parameter list) и тела функции (function body). Функции бывают встроенные (predefined function), библиотечные (library function) и пользовательские (custom function).The chief advantage of a function is that it can be treated as a "black box" that takes a set of known inputs and produces a corresponding output. — Главное преимущество функции в том, что она может рассматриваться как чёрный ящик, принимающий набор известных входных данных и выдающий соответствующий им результат.
Syn:см. тж. built-in function, expression, function body, function call, function declaration, function definition, function editor, function header, function name, function overloading, function procedure, function prototype, function reference, function scope, function signature, function template, in-line function, intrinsic function, logical function, mathematical function, member function, objective function, one-way function, polymorphic function, primitive, procedure, pseudorandom function, recursive function, routine, standard function, string function, subroutine, system function, threshold function, undocumented function, value function, variadic function, virtual function, voidнапример, программы и/или устройствасм. тж. feature3) (см. тж. function unit) - функциональный блок (модуль, узел, элемент, компонент)аппаратный, программный или аппаратно-программный блок, составная часть более крупной системысм. тж. analog function4) функционирование, работоспособность5) [функциональная] зависимость6) глаг. функционировать, действовать, работать
II = library routineАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > function
См. также в других словарях:
Document Type Definition — (DTD) is a set of markup declarations that define a document type for SGML family markup languages (SGML, XML, HTML). DTDs were a precursor to XML schema and have a similar function, although different capabilities. DTDs use a terse formal syntax … Wikipedia
Pascal (programming language) — Pascal Paradigm(s) imperative, structured Appeared in 1970 Designed by Niklaus Wirth Typing discipline static, strong, safe … Wikipedia
Character entity reference — In the markup languages SGML, HTML, XHTML and XML, a character entity reference is a reference to a particular kind of named entity that has been predefined or explicitly declared in a Document Type Definition (DTD). The replacement text of the… … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Comparison of layout engines (Cascading Style Sheets) — Cascading Style Sheets CSS Animations Dynamic CSS Comparison of layout engines Comparison of stylesheet languages Internet Explorer box model bug CSS Zen Garden The Zen of CSS Design CSSTidy Style sheet Tableless web design Holy Grail (web… … Wikipedia
Character encodings in HTML — For a list of character entity references, see List of XML and HTML character entity references. HTML HTML and HTML5 Dynamic HTML XHTML XHTML Mobile Profile and C HTML Canvas element Character encodings Document Object Model Font family HTML… … Wikipedia
C preprocessor — The C preprocessor (cpp) is the preprocessor for the C and C++ computer programming languages. The preprocessor handles directives for source file inclusion (#include), macro definitions (#define), and conditional inclusion (#if). In many C… … Wikipedia
C syntax — The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar) … Wikipedia
Exception handling — is a programming language construct or computer hardware mechanism designed to handle the occurrence of exceptions, special conditions that change the normal flow of program execution. Programming languages differ considerably in their support… … Wikipedia
const-correctness — In computer science, const correctness is the form of program correctness that deals with the proper declaration of objects as mutable or immutable. The term is mostly used in a C or C++ context, and takes its name from the const keyword in those … Wikipedia
Ada (programming language) — For other uses of Ada or ADA, see Ada (disambiguation). Ada Paradigm(s) Multi paradigm Appeared in 1980 Designed by MIL STD 1815/Ada 83: Jean Ichbiah Ada 95: Tucker Taft Ada 2005: Tucker Taft Stable release … Wikipedia