Synoniemen & Informatie over | Engels woord SUBROUTINE
SUBROUTINE
Aantal letters
10
Is palindroom
Nee
Zoek naar SUBROUTINE in:
Wikipedia
(Nederlands) Wiktionary
(Nederlands) Wikipedia
(Engels) Wiktionary
(Engels) Google Answers
(Engels) Britannica
(Engels)
(Nederlands) Wiktionary
(Nederlands) Wikipedia
(Engels) Wiktionary
(Engels) Google Answers
(Engels) Britannica
(Engels)
Voorbeelden van het gebruik van SUBROUTINE in een zin
- In distributed computing, a remote procedure call (RPC) is when a computer program causes a procedure (subroutine) to execute in a different address space (commonly on another computer on a shared computer network), which is written as if it were a normal (local) procedure call, without the programmer explicitly writing the details for the remote interaction.
- A counting reduction is a pair of polynomial-time transformations from inputs of the other problem to inputs of the given problem and from outputs of the given problem to outputs of the other problem, allowing the other problem to be solved using any subroutine for the given problem.
- Interrupts and signals are low-level mechanisms that can alter the flow of control in a way similar to a subroutine, but usually occur as a response to some external stimulus or event (that can occur asynchronously), rather than execution of an in-line control flow statement.
- The subroutines were identified by a numeric code and the arguments to the subroutines were written directly after each subroutine code.
- HyperTalk supported the basic control structures of procedural languages: repeat for/while/until, if/then/else, as well as function and message "handler" calls (a function handler was a subroutine and a message handler a procedure).
- It is often used as a subroutine in radix sort, another sorting algorithm, which can handle larger keys more efficiently.
- Programs for EDSAC consisted of a main program and a sequence of subroutines copied from the subroutine library.
- Reentrancy is a programming concept where a function or subroutine can be interrupted and then resumed before it finishes executing.
- By contrast with a subroutine, a generator coroutine can yield values to its caller multiple times, instead of returning just once.
- These include the jump (called goto in many languages), switch, and the subprogram, subroutine, or procedure call (which usually returns to the next statement after the call).
- Any of the 16 registers can be used as a stack pointer for the SJS and URS instructions (stack jump subroutine and unstack return subroutine), but only register 15 is used as the stack pointer for the PSHM and POPM instructions (push multiple and pop multiple).
- A stored procedure (also termed prc, proc, storp, sproc, StoPro, StoredProc, StoreProc, sp, or SP) is a subroutine available to applications that access a relational database management system (RDBMS).
- In computer engineering, register windows are a feature which dedicates registers to a subroutine by dynamically aliasing a subset of internal registers to fixed, programmer-visible registers.
- By way of comparison, on early segmented systems such as Burroughs MCP on the Burroughs B5000 (1961) and Multics (1964), and on paging systems such as IBM TSS/360 (1967), code was also inherently position-independent, since subroutine virtual addresses in a program were located in private data external to the code, e.
- In computer programming, a thunk is a subroutine used to inject a calculation into another subroutine.
- Some toolchains can use ARM Embedded Trace Macrocell (ETM) modules, or equivalent implementations in other architectures to trigger debugger (or tracing) activity on complex hardware events, like a logic analyzer programmed to ignore the first seven accesses to a register from one particular subroutine.
- solves this problem for arbitrary matroids given access to the matroid only through an independence oracle, a subroutine that determines whether or not a given set is independent.
- A "return-to-libc" attack is a computer security attack usually starting with a buffer overflow in which a subroutine return address on a call stack is replaced by an address of a subroutine that is already present in the process executable memory, bypassing the no-execute bit feature (if present) and ridding the attacker of the need to inject their own code.
- Unlike MATLAB and IDL, PDL allows great flexibility in indexing and vectorization: for example, if a subroutine normally operates on a 2-D matrix array, passing it a 3-D data cube will generally cause the same operation to happen to each 2-D layer of the cube.
- It has thus been argued that one should eschew the use of the explicit return statement except at the textual end of a subroutine, considering that, when it is used to "return early", it may suffer from the same sort of problems that arise for the GOTO statement.
Paginavoorbereiding duurde: 193,93 ms.