Usted buscó: main program sweep (cycle) (Alemán - Inglés)

Alemán

Traductor

main program sweep (cycle)

Traductor

Inglés

Traductor
Traductor

Traduce al momento textos, documentos y pistas de voz con Lara

¡Traducir ahora!

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Alemán

Inglés

Información

Alemán

main program:

Inglés

quote:

Última actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

main program features:

Inglés

features :

Última actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

there is no "main" program.

Inglés

there is no "main" program.

Última actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Advertencia: contiene formato HTML invisible

Alemán

frankfurt am main - program manager - us

Inglés

frankfurt am main - systems engineer - us

Última actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

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

Inglés

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

Última actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

it contains no relevant changes to the main program.

Inglés

it contains no relevant changes to the main program.

Última actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

sv : main program v 1.01 authentication : v 1.01

Inglés

sv : main program v 1.01 authentication : v 1.01

Última actualización: 2011-10-23
Frecuencia de uso: 2
Calidad:

Alemán

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 actualización: 2011-10-23
Frecuencia de uso: 2
Calidad:

Alemán

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 actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

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 actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

- 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 actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

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 actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

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 actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

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 actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Alemán

// 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 actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Advertencia: contiene formato HTML invisible

Obtenga una traducción de calidad con
8,881,387,704 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo