Você procurou por: main program sweep (cycle) (Inglês - Holandês)

Tradução automática

Tentando aprender a traduzir a partir dos exemplos de tradução humana.

English

Dutch

Informações

English

main program sweep (cycle)

Dutch

 

De: Tradução automática
Sugerir uma tradução melhor
Qualidade:

Contribuições humanas

A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente

Adicionar uma tradução

Inglês

Holandês

Informações

Inglês

main program

Holandês

hoofdprogramma

Última atualização: 2014-11-14
Frequência de uso: 6
Qualidade:

Referência: IATE

Inglês

the main program is password-protected.

Holandês

het belangrijkste programma is beveiligd met een wachtwoord.

Última atualização: 2018-02-13
Frequência de uso: 1
Qualidade:

Referência: IATE

Inglês

linuxlcdpanel.c: this is the main program.

Holandês

linuxlcdpanel.c: dit is het eigenlijke programma.

Última atualização: 2018-02-13
Frequência de uso: 1
Qualidade:

Referência: IATE

Inglês

start the main program in an external terminal

Holandês

start het hoofdprogramma in een externe terminal (console)

Última atualização: 2014-10-14
Frequência de uso: 2
Qualidade:

Referência: IATE

Inglês

the command line arguments passed to the main program when run

Holandês

de commandoregelargumenten die zullen worden doorgegeven aan het hoofdprogramma

Última atualização: 2014-10-14
Frequência de uso: 2
Qualidade:

Referência: IATE

Inglês

this is why the python code does not show a main program loop.

Holandês

dit is de reden waarom de python code geen hoofdlus bevat. ze bestaat reeds ergens anders.

Última atualização: 2018-02-13
Frequência de uso: 1
Qualidade:

Referência: IATE

Inglês

number of sweep cycles per axis

Holandês

aantal frequentie-veranderingscycli per as

Última atualização: 2017-04-06
Frequência de uso: 1
Qualidade:

Referência: IATE

Inglês

it will be possible to start the track editor from a menu item in the main program.

Holandês

het zal mogelijk zijn om de track editor te starten vanuit een menu item in het hoofdprogramma.

Última atualização: 2018-02-13
Frequência de uso: 1
Qualidade:

Referência: IATE

Inglês

the choice was made to write the main program in basic and a small part in machine code.

Holandês

het programma is grotendeels geschreven in basic, en een klein deel in machinetaal.

Última atualização: 2018-02-13
Frequência de uso: 1
Qualidade:

Referência: IATE

Inglês

the main program is written in c to speed up the logging process and the generation of gif images.

Holandês

het hoofdprogramma is geschreven in c om het loggen en weergeven in gif te versnellen.

Última atualização: 2018-02-13
Frequência de uso: 1
Qualidade:

Referência: IATE

Inglês

when the compiler reaches the function call to square in the main program, it is able to check the function call against the function's definition.

Holandês

wanneer de compiler de functievraag aan vierkant in het belangrijkste programma bereikt, kan het de functievraag tegen de definitie van de functie controleren.

Última atualização: 2018-02-13
Frequência de uso: 1
Qualidade:

Referência: IATE

Inglês

& kommander; was originally designed around a simple concept that has proven somewhat revolutionary among visual design tools. typically these tools allow you to create dialogs and possibly mainwindow interfaces. of course a mainwindow interface is the main program window which typically has menus, toolbars, statusbar and the application area. dialogs are child windows which typically do n't have menus and are so named because their purpose is to have a dialog or exchange information between you and the main application. the elements on a dialog are called widgets and you hook your program into these widgets. & kommander; is different because it is inherently nonprogrammatic here. it uses the concept of associating text with the widgets on the dialog. initially this was called associated text but now it is called kommander; text. widgets on & kommander; dialogs can include the content of other widgets by reference and a widget can reference its own content by use of a special that looks like this, @widgettext. specials are commands with special meaning in & kommander;. so if you created a dialog with two lineeditwidgets and named the first firstname and the second lastname you could create a button and set its & kommander; text to my name is @firstname @lastname. you would need to set @widgettext in the first and last name widgets. remember? we need to tell & kommander; to reference the text in them. you could run this from a konsole and it would output the string for you. so it would reference the first name like so: @firstname - > get the widget named firstname(@firstname) - > @widgettext - > get the contents of the lineedit widget. so in this case @firstname returns eric: @firstname - > @widgettext - > eric.

Holandês

& kommander; werd oorspronkelijk ontworpen rondom een simpel concept dat ietwat revolutionair bleek uit te pakken tussen de andere hulpmiddelen voor visueel ontwerpen. deze hulpmiddelen bieden u typisch de mogelijkheid om dialoogvensters en wellicht hoofdvensterinterfaces te maken. een hoofdvensterinterface is natuurlijk het belangrijkste venster van een programma, dat typisch menu's, werkbalken, een statusbalk en een toepassingsgebied bevat. dialoogvensters zijn subvensters die typisch geen menu's bevatten en worden zo genoemd omdat hun doel is om een dialoog te voeren of informatie uit te wisselen tussen u en de hoofdtoepassing. de elementen op een dialoogvenster worden widgets genoemd en u haakt uw programma in deze widgets. & kommander; is verschillend omdat het hier inherent nonprogrammatisch is. het gebruikt het concept van het associëren van tekst met de widgets op het dialoogvenster. in eerste instantie werd dit geassocieerde tekst genoemd maar nu wordt het kommander; text genoemd. widgets op dialoogvensters in & kommander; kunnen de inhoud van andere widgets via een verwijzing bevatten en een widget kan naar zijn eigen inhoud verwijzen door een special te gebruiken die er uitziet als @widgettext. specials zijn opdrachten met een speciale betekenis in & kommander;. dus als u een dialoogvenster hebt gemaakt met twee lineedit-widgets en de eerste voornaam en de tweede achternaam hebt genoemd, kunt u een opdrachtknop maken en de & kommander; -tekst daarvan mijn naam is @voornaam @achternaam laten zijn. u moet dan wel @widgettext in de widgets voor voor- en achternaam instellen. weet u het nog? we moeten & kommander; vertellen dat de tekst in de widgets verkregen moet worden. u kunt dit vanuit een konsole uitvoeren en u zult dan de tekenreeks als uitvoer krijgen. de voornaam wordt dus als volgt verkregen: @voornaam - > verkrijg het widget dat voornaam heet (@voornaam) - > @widgettext - > verkrijg de inhoud van het lineedit-widget. dus in dit geval retourneert @voornaam eric: @voornaam - > @widgettext - > eric.

Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:

Referência: IATE
Aviso: contém formatação HTML invisível

Consiga uma tradução melhor através
7,744,135,644 de colaborações humanas

Usuários estão solicitando auxílio neste momento:



Utilizamos cookies para aprimorar sua experiência. Se avançar no acesso a este site, você estará concordando com o uso dos nossos cookies. Saiba mais. OK