Translation for "standardikirjasto" to english
Standardikirjasto
  • the standard library
  • standard library
Translation examples
the standard library
Sisältää standardikirjastot, joita lähes kaikki ohjelmat järjestelmässä käyttävät.
Contains the standard libraries that are used by nearly all programs on the system.
Pääsuuntaviivat uutta versiota suunniteltaessa olivat: Säilyttää stabiilius sekä yhteensopivuus C++98:n ja mahdollisuuksien mukaan C:n kanssa; Mahdollisuuksien mukaan lisätä uudet ominaisuudet standardikirjastoon itse kieleen lisäämisen sijasta; Tehdä muutoksia, jotka ohjaavat käyttäjää oikeaan toteutustekniikkaan ja -tyyliin; Tukea systeemien ja kirjastojen suunnittelua pelkän uusien ominaisuuksien esittelyn sijaan; Parantaa tyypityksen turvallisuutta tarjoamalla aiemmin turvattomille tekniikoille vaihtoehtoja; Parantaa suorituskykyä ja laitteistorajapinnan kanssa kommunikointia; Tarjota oikeita ratkaisuja reaalimaailman ongelmiin; Toteuttaa niin sanottua "zero-overhead"-periaatetta; Tehdä C++:sta helposti opiskeltava kieli ottamatta kuitenkaan pois ominaisuuksia, joita kokeneemmat ohjelmoijat tarvitsevat; Aloittelijoiden huomioon ottaminen koettiin tärkeäksi, koska ohjelmoijista suurin osa tulee aina olemaan aloittelijoita, ja koska suurin osa heistä tuskin koskaan tulee perehtymään C++:aan syvällisemmin.
The design committee attempted to stick to a number of goals in designing C++11: Maintain stability and compatibility with C++98 and possibly with C Prefer introducing new features via the standard library, rather than extending the core language Prefer changes that can evolve programming technique Improve C++ to facilitate systems and library design, rather than introduce new features useful only to specific applications Increase type safety by providing safer alternatives to earlier unsafe techniques Increase performance and the ability to work directly with hardware Provide proper solutions for real-world problems Implement zero-overhead principle (further support needed by some utilities must be used only if the utility is used) Make C++ easy to teach and to learn without removing any utility needed by expert programmers Attention to beginners is considered important, because most computer programmers will always be such, and because many beginners never widen their knowledge, limiting themselves to work in aspects of the language in which they specialize.
standard library
C:n standardikirjasto on osa standardia D-kieltä.
C's standard library is part of standard D.
Python 3.7 Ohjelmointi Tämä on monitasoinen ohjelmointikieli, joka tukee suurta standardikirjastoa ja täydellistä modulaarisuutta ohjelmiston kehittämiseen eri tarkoituksiin.
Python 3.7 Programming This is a multilevel programming language with support for a large standard library and full modularity to develop the software for various purposes.
API (Application Programming Interface) tarkoittaa sovellusrajapintaa, jota kautta sovelluksen tiedot ja toiminnallisuus on saavutettavissa sekä mahdollistaa ohjelmointityön sovellukseen tai sen osaan, esimerkiksi standardikirjastoon liittyen.
API (Application Programming Interface) is an interface that allows the application data and functionality to be reached, as well as allowing for further programming of the program or a part of it, for example in regards to standard libraries.
GNU C-kirjasto (glibc) on GNU-projektin toteutus C-kielen standardikirjastolle.
The GNU C Library, commonly known as glibc, is the GNU Project's implementation of the C standard library.
Pandora käyttää vapaasti saatavilla olevia standardikirjastoja kuten OpenGL ES- ja SDL-kirjastoja, mikä suo kaikille halukkaille mahdollisuuden kehittää ohjelmia laitteelle.
The Pandora uses standard libraries such as OpenGL ES and SDL which are freely available, allowing anyone who wishes the ability to develop for the system.
Java Runtime Environment (JRE) on vapaasti saatavilla oleva ohjelmisto, joka sisältää itsenäisen virtuaalikoneen (HotSpot), standardikirjaston (Java Class Library), ja konfigurointiohjelman.
The Java Runtime Environment (JRE) released by Oracle is a freely available software distribution containing a stand-alone JVM (HotSpot), the Java standard library (Java Class Library), a configuration tool, and—until its discontinuation in JDK 9—a browser plug-in.
Unixin kaltainen käyttöjärjestelmissä, C:n ja C++:n standardikirjastot antavat ohjelmoijan määritellä odotetaanko tiedoston sisältävän tekstiä vai binääriä, mutta kirjasto voivat sivuuttaa ja siivuuttavatkin tämän parametrin, koska Unixin kaltaisten rivinlopetusmerkki on sama kuin C/C++:n rivinlopetusmerkki.
In Unix-like systems, the C and C++ standard libraries on those systems also allow the programmer to specify whether a file is expected to be text or binary, but the libraries can and do ignore that parameter, as the end-of-line sequence in Unix-like systems is just the C/C++ end-of-line character.
How many English words do you know?
Test your English vocabulary size, and measure how many words you know.
Online Test