Translation for "recursive" to finnish
Recursive
adjective
Translation examples
adjective
19.2 How is Recursion Coded?
19.2 Miten rekursiivinen koodi kirjoitetaan?
Validating, recursive, and caching DNS server.
Validoiva, rekursiivinen ja sivuttava DNS-palvelin.
Recursive fallback not allowed for char
Rekursiivinen varmistustoiminto ei ole sallittu merkille \u{0:X4}.
Web Services Unbound Validating, recursive, and caching DNS server.
Verkkopalvelut Unbound Validoiva, rekursiivinen ja sivuttava DNS-palvelin.
Pay close attention to the recursive call in the recursive_draw function.
Katso koodia tarkemmin ja rekursiivinen funktiokutsu recursive_draw.
Recursion can be also be used to perform a binary search.
19.7 Rekursiivinen binaarihaku Rekursiota voidaan käyttää binaarihaussa.
A self-join is a recursive relationship between a table and itself.
Itseliitos on rekursiivinen suhde taulukon ja sen itsensä välillä.
SP can call other SPs – recursive; SPs are storable on the database.
SP voi soittaa muihin SP: â € “”rekursiivinen; SP ovat tallennettavissa tietokantaan.
The main objective of this product is to build a recursive hierarchy of system resources required to run the SYS, DLL, EXE files.
Tämän tuotteen päätavoite on luoda järjestelmäresurssien rekursiivinen hierarkia SYS-, DLL-, EXE-tiedostojen suorittamiseen.
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.
Malli on näennäisesti rekursiivinen, osittain dynaaminen osittaisen tasapainon malli, jolla voidaan ennustaa Suomen maataloustuotannon kehitystä tärkeimpien tuotteiden osalta.
The name GNU is a recursive acronym for "GNU's Not Unix".
Nimitys on rekursiivinen akronyymi, joka tulee sanoista ”GNU’s Not Unix” ('GNU ei ole Unix').
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.
SiMPLE (rekursiivinen lyhenne sanoista Simple Modular Programming Language & Environment) on sovelluskehitinjärjestelmä, joka luotiin antamaan helpot ohjelmointivalmiudet kaikille, erityisesti ei-ammattilaisille.
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.
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.
How many English words do you know?
Test your English vocabulary size, and measure how many words you know.
Online Test