Translation for "rekursiivinen" to english
Rekursiivinen
adjective
Translation examples
adjective
19.2 Miten rekursiivinen koodi kirjoitetaan?
19.2 How is Recursion Coded?
Validoiva, rekursiivinen ja sivuttava DNS-palvelin.
Validating, recursive, and caching DNS server.
Rekursiivinen varmistustoiminto ei ole sallittu merkille \u{0:X4}.
Recursive fallback not allowed for char
Verkkopalvelut Unbound Validoiva, rekursiivinen ja sivuttava DNS-palvelin.
Web Services Unbound Validating, recursive, and caching DNS server.
Katso koodia tarkemmin ja rekursiivinen funktiokutsu recursive_draw.
Pay close attention to the recursive call in the recursive_draw function.
19.7 Rekursiivinen binaarihaku Rekursiota voidaan käyttää binaarihaussa.
Recursion can be also be used to perform a binary search.
Itseliitos on rekursiivinen suhde taulukon ja sen itsensä välillä.
A self-join is a recursive relationship between a table and itself.
SP voi soittaa muihin SP: â € “”rekursiivinen; SP ovat tallennettavissa tietokantaan.
SP can call other SPs – recursive; SPs are storable on the database.
Tämän tuotteen päätavoite on luoda järjestelmäresurssien rekursiivinen hierarkia SYS-, DLL-, EXE-tiedostojen suorittamiseen.
The main objective of this product is to build a recursive hierarchy of system resources required to run the SYS, DLL, EXE files.
Malli on näennäisesti rekursiivinen, osittain dynaaminen osittaisen tasapainon malli, jolla voidaan ennustaa Suomen maataloustuotannon kehitystä tärkeimpien tuotteiden osalta.
This model is a seemingly recursive, partially dynamic partial-equilibrium model that was constructed to predict the development of Finnish agricultural production of the most important products.
Nimitys on rekursiivinen akronyymi, joka tulee sanoista ”GNU’s Not Unix” ('GNU ei ole Unix').
The name GNU is a recursive acronym for "GNU's Not Unix".
SiMPLE (rekursiivinen lyhenne sanoista Simple Modular Programming Language & Environment) on sovelluskehitinjärjestelmä, joka luotiin antamaan helpot ohjelmointivalmiudet kaikille, erityisesti ei-ammattilaisille.
SiMPLE (a recursive acronym for SiMPLE Modular Programming Language & Environment) is a programming development system that was created to provide easy programming capabilities for everybody, especially non-professionals.
Esimerkki tästä: A := Object clone // luo uuden tyhjän olion nimeltä "A" Yksinkertainen ei-rekursiivinen kertomafunktio: kertoma := method(n, if(n == 0, return 1) res := 1 n to(1) foreach(i, res = res * i) res ) Esimerkki esittelee lukuvälin käyttöä, eikä käytä for-silmukkaa, joka on nopeampi.
An example of this behavior is shown: A := Object clone // creates a new, empty object named "A" A simple non-recursive factorial function, in Io: factorial := method(n, if(n == 0, return 1) res := 1 Range 1 to(n) foreach(i, res = res * i) ) Because assignment of res * i to res is the last action taken, the function implicitly returns the result and so an explicit return expression is not needed.
How many English words do you know?
Test your English vocabulary size, and measure how many words you know.
Online Test