Примери коришћења Subprograms на Енглеском и њихови преводи на Српски
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
Understand Local Subprograms.
Subprograms and control abstraction.
The programme consists of two subprograms.
Subprograms and control abstraction.
Procedures are also called subprograms or functions.
These subprograms are called functions.
If such coupling is not necessary at all,they advise to refactor subprograms to take parameters instead.
Subprograms are either procedures or functions.
In the C andC++ programming languages, subprograms are referred to as"functions"(or"methods" when associated with a class).
Subprograms that the work is specifically designed to require, such as by intimate.
So prior to the introduction of modules in Fortran-90,type checking between FORTRAN[NB 1] subprograms was impossible.[5].
The Program has two subprograms- the Chinese Language and the Business Chinese….
For example, they see the use of global variables as unwise because it adds tight-coupling between subprograms and global variables.
Subprograms are called as procedures, functions, subprograms or methods.
In strictly functional programming languages such as Haskell, subprograms can have no side effects, which means that various internal states of the program will not change.
FORTRAN subprograms can be compiled independently of each other, but the compiler lacked a linker.
For example, Pascal andmany other imperative languages have long supported passing subprograms as arguments to other subprograms through the mechanism of function pointers.
They argue that subprograms are key components in maintaining code and their role in the program must be distinct.
The Program for Development of Projects in the Field of Artificial Intelligence is realized within two subprograms, one intended for basic and the other for applied research in the field of artificial intelligence.
The program is implemented within four subprograms for the development of scientific research in the following scientific fields: natural sciences; technical and technological sciences;(bio)medical sciences; social sciences and humanities.
For example, Pascal andmany other imperative languages have long supported passing subprograms as arguments to other subprograms through the mechanism of function pointers.
In the C andC++ programming languages, subprograms are termed functions(or member functions when associated with a class(computer programming)).
Many programming languages, such as Pascal, FORTRAN, Ada,distinguish between functions or function subprograms, which return values(via a return statement), and subroutines or procedures, which do not.
Some programming languages, such as Pascal, Fortran, Ada and many dialects of BASIC,distinguish between functions or function subprograms, which provide an explicit return value to the calling program, and subroutines or procedures, which do not.
For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries anddynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
There are two forms of subprogram: procedures and functions.
That is, memory used during the execution of that subprogram to hold intermediate results.
Six research projects were selected from the basic research subprogram, which will provide a concrete contribution to the development of agriculture, information technologies, energy, modern industry, and environmental protection.
Also, six projects were selected from the applied research subprogram that should contribute to the development of science.
The name subprogram suggests a subroutine behaves in much the same way as a computer program that is used as one step in a larger program or another subprogram.