Examples of using A subroutine in English and their translations into Hungarian
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Financial
-
Programming
-
Official/political
-
Computer
Sho has a subroutine here.
Condition return from a subroutine.
Try a subroutine called Prologue.
RET- Return from a subroutine.
I wrote a subroutine To disable it.
Every script is applied as the content of a subroutine.
I have written a subroutine for you.
When we're apart, I, I feel like I'm missing a subroutine.
Someone embedded a subroutine into the O.S. reset program.
A subroutine available to applications accessing a relational database system.
Yes, I ran a check sum and built a subroutine to confirm.
We had to write a subroutine to get you to keep your clothes on.
However, the current best algorithms for median graph recognition use triangle detection as a subroutine rather than vice versa.
I will write a subroutine that will allow us to change the frequency of the graviton beam.
However there are also"remote procedurecall" systems that allow a program to call a subroutine that will run on another computer.
It describes the call of a subroutine and lists the variables that are passed in this case.
So I wrote a subroutine in the program to send a tag to a dedicated server.
Other return state Beside the return address, in some environments there may be other machine orsoftware states that need to be restored when a subroutine returns.
When a subroutine is ready to return, it executes an epilogue that undoes the steps of the prologue.
Each stack frame corresponds to a call to a subroutine which has not yet terminated with a return.
When a subroutine is called, the location(address) of the instruction at which the calling routine can later resume needs to be saved somewhere.
The call stack works well as a place for these parameters,especially since each call to a subroutine, which will have differing values for parameters, will be given separate space on the call stack for those values.
For example, if a subroutine named DrawLine is currently running, having been called by a subroutine DrawSquare, the top part of the call stack might be laid out like in the adjacent picture.
As Imrich, Klavžar& Mulder(1999) show, triangle-free graph recognition is equivalent in complexity to median graph recognition; however, thecurrent best algorithms for median graph recognition use triangle detection as a subroutine rather than vice versa.
Even if we could write a subroutine into the computer to bypass the buffer, we would still risk the reactor going critical.
In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state(member variables) and implementations of behavior(member functions or methods).[1][2] In many languages, the class name is used as the name for the class(the templateitself), the name for the default constructor of the class(a subroutine that creates objects), and as the type of objects generated by instantiating the class; these distinct concepts are easily conflated.[2].
It has been used as a subroutine in other graph algorithms including the recognition of chordal graphs, and optimal coloring of distance-hereditary graphs.
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 contrast, a subroutine call constructed by most compilers requires instructions for handling the calling sequence before and after a CALL or JSR instruction and address, and typically save and restore registers within the subroutine. .