Você procurou por: main program sweep (cycle) (Alemão - Inglês)

Alemão

Tradutor

main program sweep (cycle)

Tradutor

Inglês

Tradutor
Tradutor

Traduza instantaneamente textos, documentos e voz com a Lara

Traduzir agora

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

Alemão

Inglês

Informações

Alemão

main program:

Inglês

quote:

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

Alemão

main program features:

Inglês

features :

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

Alemão

there is no "main" program.

Inglês

there is no "main" program.

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

Aviso: contém formatação HTML invisível

Alemão

frankfurt am main - program manager - us

Inglês

frankfurt am main - systems engineer - us

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

Alemão

frankfurt am main - program manager (m/w) automotive

Inglês

düsseldorf - senior / manager (m/w) wirtschaftsprüfung - energiewirtschaft / public s...

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

Alemão

it contains no relevant changes to the main program.

Inglês

it contains no relevant changes to the main program.

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

Alemão

sv : main program v 1.01 authentication : v 1.01

Inglês

sv : main program v 1.01 authentication : v 1.01

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

Alemão

sv : main program v 2.03 recognition program v 1.00

Inglês

sv : main program v 2.03 recognition program v 1.00

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

Alemão

if filename is null, then the returned handle is for the main program.

Inglês

if filename is null, then the returned handle is for the main program.

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

Alemão

if filename is a null pointer, then the returned handle is for the main program.

Inglês

if filename is a null pointer, then the returned handle is for the main program.

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

Alemão

- myfunction is a function in the main program that can be called from the tcc program

Inglês

- myfunction is a function in the main program that can be called from the tcc program

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

Alemão

the last days, i worked on the main program, too, so the progress on the map was much slower than before.

Inglês

the last days, i worked on the main program, too, so the progress on the map was much slower than before.

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

Alemão

what its makefile and sconscript do is to compile a set of libraries/dlls and then compile the main program and link to these dlls and/or libraries.

Inglês

what its makefile and sconscript do is to compile a set of libraries/dlls and then compile the main program and link to these dlls and/or libraries.

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

Alemão

vom main program aus gehen sie auf das settings-menü und wählen configure e-mail/pop3. dann geben sie die entsprechenden daten in das fenster ein.

Inglês

from the main program, go to the settings menu and choose configure e-mail/pop3. then enter the appropriate settings in the configuration window.

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

Alemão

// date structure struct date { int day, month, year; }; // global program variables string globalstr="global string"; int fctcallcount=0; // main program main() { // local variables of main string resultstr="function not yet called"; struct date today = { 0, 0, 0 }; double p=0.0, b=2.0, e=10.0; // print the global variables printf("fctcallcount=%d, %s\n",fctcallcount,globalstr); // print the local variables printf("resultstr=\"%s\"\n",resultstr); printf("today : %d,%d,%d",today.day,today.month,today.year); printf("\t\tb=%.1f, e=%.1f, p=%.1f\n",b,e,p); // call function resultstr=function(today,b,e,p); // print the global variables printf("fctcallcount=%d, %s\n",fctcallcount,globalstr); // print the local variables printf("resultstr=\"%s\"\n",resultstr); printf("today : %d,%d,%d",today.day,today.month,today.year); printf("\t\tb=%.1f, e=%.1f, p=%.1f\n",b,e,p); } string function(curdate,base,exponent,power) struct date curdate; // current date parameter double base; // base parameter double exponent; // exponent parameter double power; // power parameter { // increment the function call count fctcallcount++; // set the global string globalstr="global string changed by function"; // get the current date get_date(curdate.day,curdate.month,curdate.year); // calculate the power power=pow(base,exponent); // return with a result string return("function result string"); }

Inglês

// date structure struct date { int day, month, year; }; // global program variables string globalstr="global string"; int fctcallcount=0; // main program main() { // local variables of main string resultstr="function not yet called"; struct date today = { 0, 0, 0 }; double p=0.0, b=2.0, e=10.0; // print the global variables printf("fctcallcount=%d, %s\n",fctcallcount,globalstr); // print the local variables printf("resultstr=\"%s\"\n",resultstr); printf("today : %d,%d,%d",today.day,today.month,today.year); printf("\t\tb=%.1f, e=%.1f, p=%.1f\n",b,e,p); // call function resultstr=function(today,b,e,p); // print the global variables printf("fctcallcount=%d, %s\n",fctcallcount,globalstr); // print the local variables printf("resultstr=\"%s\"\n",resultstr); printf("today : %d,%d,%d",today.day,today.month,today.year); printf("\t\tb=%.1f, e=%.1f, p=%.1f\n",b,e,p); } string function(curdate,base,exponent,power) struct date curdate; // current date parameter double base; // base parameter double exponent; // exponent parameter double power; // power parameter { // increment the function call count fctcallcount++; // set the global string globalstr="global string changed by function"; // get the current date get_date(curdate.day,curdate.month,curdate.year); // calculate the power power=pow(base,exponent); // return with a result string return("function result string"); }

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

Aviso: contém formatação HTML invisível

Consiga uma tradução melhor através
8,770,895,663 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