Pascal-kääntäjä oor Engels

Pascal-kääntäjä

Vertalings in die woordeboek Fins - Engels

Pascal compiler

naamwoord
Open Multilingual Wordnet

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

Advanced filtering
Jotkut Pascal-kääntäjät ovat itsenäisiä suoritettavia ohjelmia, jotka ohjataan komentoriville ja tiedostojen joukolle.
Some Pascal compilers are standalone executable programs which are passed a command line and a set of files.ParaCrawl Corpus ParaCrawl Corpus
Alkuperäinen UCSD Pascal kääntäjä ja suurin osa sen ajoaikaisesta järjestelmästä oli kirjoitettu Pascalilla.
The original UCSD Pascal compiler, and most of the run-time system, were themselves written in Pascal.ParaCrawl Corpus ParaCrawl Corpus
Free Pascal (aka FPK Pascal) on 32 ja 64 bittinen ammatillinen Pascal kääntäjä.
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler.ParaCrawl Corpus ParaCrawl Corpus
Voidaan luoda konsoliohjelma, jossa on vain tekstieditori ja Free Pascal-kääntäjä.
You can create a console app with no more than a text editor and the Free Pascal compiler.ParaCrawl Corpus ParaCrawl Corpus
Esimerkiksi Free Pascal kääntäjä saa suurimman osan parametreistä komentorivin kautta:
For example the FreePascal compiler gets most of its parameters via command line options:ParaCrawl Corpus ParaCrawl Corpus
Free Pascal (aka FPK Pascal) on 32 bittinen Pascal kääntäjä.
Free Pascal (aka FPK Pascal) is a 32 bit Pascal compiler.ParaCrawl Corpus ParaCrawl Corpus
Kun tunniste on vakio, Free Pascal-kääntäjä voi usein tehdä joitakin optimointeja, jotta käännetty koodi nopeutuu tai pienenee.
When a symbol is defined as constant, the Free Pascal compiler can often do some optimizations to make the output code faster or smaller.ParaCrawl Corpus ParaCrawl Corpus
Pascal-kääntäjä on Free Pascal Compiler 2.6.2-8.
The Pascal compiler is Free Pascal Compiler 2.6.2-8.ParaCrawl Corpus ParaCrawl Corpus
Free Pascal-kääntäjä ja siihen sisältyvät apuohjelmat ovat kaikki konsoliohjelmia, eli niitä voidaan käyttää konsolista, erätiedostosta tai Lazarus IDE: stä.
The Free Pascal compiler and the utility programs included with it are all console apps, meaning they can be run from the console, a batch file, or from the Lazarus IDE.ParaCrawl Corpus ParaCrawl Corpus
Huomaa, että jotkut Pascal- kääntäjät - ja useimmat muut kääntäjät - tuottavat suoraan suoritettavan ohjelman tai tuottavat objektimoduulin, joka voidaan siirtää ohjelmalinkkeriin.
Note that some Pascal compilers - and most other compilers - directly generate the executable program or produce an object module that can be passed to a program linker.ParaCrawl Corpus ParaCrawl Corpus
Muut Pascal-kääntäjät tarjoavat integroidun kehitysympäristön eli IDE:n (Integrated Development Environment), jonka avulla muokkaus ja ohjelmien kokoaminen voidaan tehdä saumattomasti.
Other Pascal compilers provide an Integrated Development Environment or IDE, which allows for editing and compilation to be done in a seamless fashion.ParaCrawl Corpus ParaCrawl Corpus
Konsoliohjelmien tapaan tarvitaan vain tekstieditori ja Free Pascal-kääntäjä kirjaston kehittämiseksi, vaikka kirjastot voidaan myös luoda Lazarus-projektina ja kehittää kirjasto Lazarus IDE:llä.
Like console apps, you only need a text editor and the Free Pascal compiler to develop a library, although you can also create a Lazarus project for the library and develop the library in the Lazarus IDE.ParaCrawl Corpus ParaCrawl Corpus
Täydellinen lähdekoodi on saatavilla paitsi Free Pascal-kääntäjälle ja Lazarus IDE: lle, mutta myös kaikille yksiköille, jotka muodostavat Free Pascal RTL: n ja Lazarus LCL: n.
Complete source code is available not only for the Free Pascal compiler and Lazarus IDE, but also for all units that make up the Free Pascal RTL and Lazarus LCL.ParaCrawl Corpus ParaCrawl Corpus
Free Pascal (FPC) on avoimen lähdekoodin Pascal kääntäjä, jolla on kaksi merkittävää ominaisuutta: korkea Delphi yhteensopivuus ja saatavuus useille eri alustoille, kuten Windows, Mac OS X ja Linux.
Free Pascal (FPC) is an open-source Pascal compiler with two notable features: a high degree of Delphi compatibility and availability on a variety of platforms, including Windows, Mac OS X, and Linux.ParaCrawl Corpus ParaCrawl Corpus
Free Pascal on komentorivipohjainen kääntäjä, joka tukee sekä Turbo Pascalin että Delphin Object Pascal -versioita.
Free Pascal is a multi-platform compiler written in Object Pascal (and is self-hosting).ParaCrawl Corpus ParaCrawl Corpus
Free Pascal on komentorivipohjainen kääntäjä, joka tukee sekä Turbo Pascalin että Delphin Object Pascal -versioita.
Free Pascal is an open-source Pascal cross-platform cross-compiler that supports most of Delphi's Object Pascal code.ParaCrawl Corpus ParaCrawl Corpus
Lazarus on avoimen lähdekoodin kehityssysteemi, joka perustuu Free Pascal-kääntäjään lisäämällä integroidun kehitysympäristön (IDE), joka sisältää syntaksia korostavan koodieditorin ja visuaalisen muotoilijan sekä komponenttikirjaston, joka on erittäin yhteensopiva kontrolleille, kuten lomakkeille, painikkeille, tekstilaatikoille ja niin edelleen, joita käytetään sellaisten sovellusten luomiseen, joilla on graafinen käyttöliittymä (GUI).
Lazarus is an open-source development system that builds on the Free Pascal compiler by adding an integrated development environment (IDE) that includes a syntax-highlighting code editor and visual form designer, as well as a component library that's highly compatible with Delphi's Visual Component Library (VCL). The Lazarus Component Library (LCL) includes equivalents for many of the familiar VCL controls such as forms, buttons, text boxes and so on that are used to create applications that have a graphical user interface (GUI).ParaCrawl Corpus ParaCrawl Corpus
Tätä järjestelmää varten yleensä lähdekoodi kirjoitetaan Pascal-kielellä ja FPC Pascal Compiler käsittelee sitä tuottaen kyseisen prosessorin assembly-kielisen lähdekoodin, joka sitten välitetään assemblerille, joka sitten tuottaa suoritettavan ohjelman. FPC Pascal-kääntäjä ei suoraan tuota suoritettavaa ohjelmaa; sen sijaan se kääntää Pascal-koodin Assembly-kieleksi, sitten siirtää ohjauksen assembler:lle kääntääkseen muodostetun assemblykoodin suoritettavaksi ohjelmaksi.
The assembler is the executable program that translates source code written in assembly language into an executable program or which produces an object module that can be passed to a program linker which then produces the executable program. The FPC Pascal Compiler translates Pascal source code into assembly language which is then processed by the assembler. Some Pascal compilers directly generate executable programs or object modules.ParaCrawl Corpus ParaCrawl Corpus
Yhtiön valikoimasta löytyvät: C (mikroC)-, Basic (mikroBasic)- ja Pascal (mikroPascal)-ohjelmointikielten kääntäjät, jotka ovat tarkoitettu suosittuja mikrokontrolleriryhmiä varten (Microchip, AVR, ARM, 8051).
The company offer includes, among others, C language compilers (microC), Basic (microBasi) and Pascal (microPascal) designed for popular microcontroller families (Microchip, AVR, ARM, 8051).ParaCrawl Corpus ParaCrawl Corpus
Irie Pascal integroitu kehitysympäristö (IDE) sisältää toimittaja, kääntäjä, ja tulkki.
The Irie Pascal Integrated Development Environment (IDE) includes an editor, compiler, and interpreter.ParaCrawl Corpus ParaCrawl Corpus
Käännösaika Käännösaika (Compile time) viittaa jaksoon, jolloin Pascal ohjelma käännetään ja sitä käytetään yleensä viittaamaan kääntäjän tuntemiin tietoihin, joita se voi käyttää ohjelman kääntämisessä.
Compile time refers to the period when a Pascal program is being compiled, and is usually used to refer to information known by the compiler which it can use in compiling the program.ParaCrawl Corpus ParaCrawl Corpus
(Tanskan kielen sana vapaa on kirjoitettu V:llä) Tämä kääntäjä oli suunniteltu hallitsemaan useita kieliä kuten C ja Pascal ja se pystyi tuottamaan koodia useille kohdekoneille.
(The Dutch word for "free" is written with a V.) This was a compiler designed to handle multiple languages, including C and Pascal, and to support multiple target machines.ParaCrawl Corpus ParaCrawl Corpus
(Tanskan kielen sana vapaa on kirjoitettu v:llä) Tämä kääntäjä oli suunniteltu hallitsemaan useita kieliä kuten C ja Pascal ja se pystyi tuottamaan koodia useille kohdekoneille. Kirjoitin ohjelman tekijälle kysyen että voisiko GNU käyttää sitä.
(The Dutch word for “free” is written with a v.) This was a compiler designed to handle multiple languages, including C and Pascal, and to support multiple I wrote to its author asking if GNU could use it.ParaCrawl Corpus ParaCrawl Corpus
23 sinne gevind in 18 ms. Hulle kom uit baie bronne en word nie nagegaan nie.