Sta znaci na Engleskom INTERPRETER - prevod na Енглеском

Примери коришћења Interpreter на Српском и њихови преводи на Енглески

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Latin category close
  • Cyrillic category close
Hej, interpreteru, ignoriši ovo ovde što je napisano.".
Hey, interpreter, ignore all of this stuff.".
Da smo napisali ovaj tekst bez znaka,kompjuter, interpreter, bi rekao.
If you wrote this text without a hash tag,the computer, the interpreter, would say.
Ovo dole je interpreter, ovde ću zapravo da pišem program.
So this is the interpreter down here, here I'm going to actually write a program.
Sledeći korak je da imate individualan PHP fajl koji je procesuiran korišćenjem interpretera.
The next step is to have your individual PHP files processed using this interpreter.
Interpreter ga neće izvršiti, bukvalno ga tumači samo kao niz karaktera.
The interpreter won't evaluate it, it literally just views it as a string of characters.
Ali ako kažem eval( math_ string), interpreter će zapravo izvršiti ono što se nalazi unutar ovoga.
But if I say eval(math_string), the interpreter will actually evaluate what's inside of this.
Dakle u ovom primeru, ovaj apostrof je u redu to jeste jednostruki znak navoda(') alije u redu jer će interpreter znati.
So in this example, this apostrophe is okay- it's a single quotation(') butit's okay because the interpreter will know that.
Kada završi pokretanje čitavog koda,PHP interpreter šalje rezultat nazad Web serveru( 5).
When it has finished running all the code,the PHP interpreter sends the result back to the Web server(5).
Dakle, interpreter se neće zbuniti kada vidi prve dvostruke navodnike jer zna da je string počeo sa jednostrukim navodnicima.
So it's not like it will confuse the interpreter when it sees this first double quotation'cause it knows that the string started with a single quotation.
Покрећући на овом фајлу( на пример, куцајући tex myfile.tex у command-line interpreter, или позивајући га из графичког корисничког интерфејса) створиће се излазни фајл под називом myfile.
Running TeX on this file(for example, by typing tex myfile.tex in a command-line interpreter, or by calling it from a graphical user interface) will create an output file called myfile.
I nakon toga ću koristiti Python interpreter da bih se poigrao sa tim stringovima i video šta možemo sa njima da uradimo.
And then I'm gonna use the Python interpreter to play with those strings and see what we can do to them.
Zapravo, ne želim da se otarasim ovog koda, ako ga budem želeo samo za buduću referencu, aline želim da ga Python interpreter izvrši sad, mogu da ga stavim pod komentar, tako što ću staviti mali taraba znak() ovde.
Actually, if I don't want to get rid of this code, if I want it there just for future reference, butI don't want the Python interpreter to run it, I could comment them out, and you comment things out by putting a little hash sign there.
Dakle, ako biste ovo otkucali u interpreteru, ili ako biste ovo otkucali u programu, to bi se izvršilo kao upravo ova stavka ovde.
So, if you were to type this in an interpreter, or if you were to type it in a program, it would evaluate as this item right over here.
Iako su programi u ovom jeziku teški i za pisanje, posebno oni kompleksniji,trivijalno je napisati interpreter ili kompajler za ovaj jezik u nekom tipičnijem jeziku, poput jezika C, zbog jednostavnosti samog jezika.
Although Brainfuck programs, especially complicated ones, are difficult to write,it is quite trivial to write an interpreter for Brainfuck in a more typical language such as C due to its simplicity.
Tako da sve vreme interpreter obrađuje ovaj rekurzivni poziv funkcije i na neki način mora da zapamti i sve prethodne, da zna kako je došao dotle gde je trenutno, pošto kada ne kraju dođe do osnovnih slučajeva, kada dođe do toga da je n jednako 1 ili 0, on u stvari dobija čisto numerički odgovor. On onda mora da ide gore do svog prethodnog odgovora. Tako da je fibonacci( 2) ovde jednako 1+0.
So the whole time the interpreter is processing this recursive function call it kinda has to remember all of the previous, how it got there because once it eventually gets down to the base cases, once it gets down to the n= 1 or 0 it actually gets a numeric response it then has to build up to it's previous reponse so fibbonacci(2) right over here is 1+ 0 fibbonacci of(2) is going to simplify to 1.
Покрећући на овом фајлу( на пример, куцајући tex myfile.tex у command-line interpreter, или позивајући га из графичког корисничког интерфејса) створиће се излазни фајл под називом myfile. dvi, који представља садржај странице у device independent формату( DVI).
Running TeX on this file(for example, by typing tex myfile.tex in a command-line interpreter, or by calling it from a graphical user interface) will create an output file called myfile. dvi, representing the content of the page in a device independent format(DVI).
Dao mi je faktorijel od 3 isad je super to što, obzirom da sada moj Python interpreter pretpostavlja da je ova definicija napravljena i ja mogu da pozovem factorial pravo iz interpretera, ako imam drugi program mogao bih da ga pozovem više puta i sada bi trebalo da, nadam se, shvatate zašto je super što smo napravili ovu definiciju funkcije, jer možemo da izračunamo, pošto sam definisao ovu funkciju factorial, mogu da izračunamo faktorijel od 4.
It gave me the factorial of 3 andwhat's cool now is because now my python interpreter is assuming that this definition has been made I can now call the factorial straight from the interpreter, if I had another program I could call it multiple ways and now you should hopefully appreciate why it is cool that we made this function definition cause we can calculate, cause I've defined this function factorial.
Upravo smo ponovo pozvali funkciju, tako da interpreter mora nekako da zapamti da smo napravili čitavu seriju poziva funkcije i mora da nastavi da kopa dublje i dublje i dublje.
Well we just made another function call so the interpreter kinda has to remember that we made this whole series of function calls and has to keep digging deeper and deeper and deeper.
Имплементирати интерпретер или компајлер за језик X у језику Y.
Implementing an interpreter or compiler for language X in language Y.
Малболџ онлајн интерпретер у JavaScript са сакупљањем програма.
Brainfuck interpreter on-line in JavaScript with collection of programs.
Користи интерпретер Ц језика за снимање СУТ процеса, што ствара Ц скрипту.
It uses C language interpreter to record the SUT process, which creates a C script.
Неки интерпретер или компајлер за X је већ написан у другом језику Y;
Another interpreter or compiler for X has already been written in another language Y;
Овај алат је интерпретер и може интерпретирати датотеке класа које генерише јавац компајлер.
This tool is an interpreter and can interpret the class files generated by the javaccompiler.
Проширивост- Можете да додајете модуле ниског нивоа у Питон интерпретер.
Extendable:- You can add low-level modules to the Python interpreter.
Проширивост- Можете да додајете модуле ниског нивоа у Питон интерпретер.
Extendable- low-level modules can be added to the Python interpreter.
Проширивост- Можете да додајете модуле ниског нивоа у Питон интерпретер.
Can be improved- Module can be added to the low Python interpreter.
Курсеви који су предавали директно на енглеском језику од стране наставника, без интерпретера узнемиравајућих часова.
Courses taught directly in English by teachers, no interpreter disturbing classes.
ИНТЕРПРЕТЕР понуди могућност електронског упоређивања података између ових веома сигурних система.
INTERPRETER forges an opportunity to electronically compare data between these highly secure systems.
Модуларна структура решења ИНТЕРПРЕТЕР омогућава његово проширење и одрживо коришћење.
The modular structure of the INTERPRETER solution allows it to be extended and used sustainably.
Интерпретер и цомпилер су оба програма која преводи језик програма у компјутерски разумљив машински језик.
Interpreter and compiler are both programs which translate the language of programs into computer understandable machine language.
Резултате: 30, Време: 0.0233

Најпопуларнији речнички упити

Српски - Енглески