Examples of using Subroutine in English and their translations into Ukrainian
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Show Subroutines.
Computational overhead Subroutine.
I wrote a subroutine To disable it.
They are primary subroutines.
Subroutines or functions are the simplest form of reuse.
It keeps getting stuck in the subroutine.
You can write a subroutine in any language that supports subroutines.
It does not return any value(void function in C or a subroutine in Fortran).
Think of proteins as subroutines that you can string together to execute a program.
Wilkes is also credited with the idea of symbolic labels,macros and subroutine libraries.
A filter is a computer program or subroutine to process a stream, producing another stream.
This is because to identify anddelete them it was necessary to write special subroutines, debug them.
During interrupts and subroutine calls, the return address PC is stored on the Stack.
MIX programs frequently use self-modifying code, in particular to return from a subroutine, as MIX lacks an automatic subroutine return stack.
Sometimes the subroutines that draw the corresponding objects are called"geometric primitives" as well.
A related notion to reserved words are predefined functions,methods, subroutines, or variables, particularly library routines from the standard library.
So, when the subroutine compounds the interest… it uses all these extra decimal places… that just get rounded off.
BASIC, like Pascal,makes a distinction between a procedure which does not return a value(called a subroutine) and a procedure which does(called a function).
Storing the return address- When a subroutine is called, the location of the instruction to return to needs to be saved somewhere.
And furthermore, once the probes are installed the probing functions are allaccessed through very complex macro programs with subroutines nested several layers deep.
For example, if a subroutine DrawSquare calls a subroutine DrawLine from four different places, DrawLine must know where to return when its execution completes.
An algorithm for listing all maximal independent sets ormaximal cliques in a graph can be used as a subroutine for solving many NP-complete graph problems.
If, for example, a subroutine DrawSquare calls a subroutine DrawLine from four different places, the code of DrawLine must have a way of knowing which place to return to.
An important advantage of such a structure of the subsystem-the ability to easily modify or replace the subroutine parameter measurements, and hence the opportunity to work with a variety of sensors and instrumentation.
Local data storage- A subroutine frequently needs memory space for storing the values of local variables, the variables that are known only within the active subroutine and do not retain values after it returns.
In many cases it may be the onlypractical method of testing obscure"event-driven" error subroutines that rarely, if ever, get executed- without the added risk of leaving temporary source changes.
Scrypt” hash-function uses“SHA-256” as a subroutine relying on large amount of arithmetic calculations but also requiring fast access to large amounts of memory.
If machine learning models become more like programs, then they will mostly no longer be differentiable- certainly,these programs will still leverage continuous geometric layers as subroutines, which will be differentiable, but the model as a whole would not be.
However, these differ in that the name of a predefined function, method, or subroutine is typically categorized as an identifier instead of a reserved word, and is not treated specially in the syntactic analysis.
Observe that the problem FSAT introduced above can besolved using only polynomially many calls to a subroutine which decides the SAT problem: An algorithm can first ask whether the formula φ{\displaystyle\varphi} is satisfiable.