What is the translation of " FUNCTION " in English?

Noun
function
funkcionisati
funkcionisanje
raditi
funkcionalnost
funkcionirati
функција

Examples of using Function in Serbian and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Latin category close
  • Cyrillic category close
Public function продаја( $количина).
Public function withdraw($amount).
( преусмерено са Cumulative distribution function).
It has the cumulative distribution function.
Function- се користи за дефинисање функције.
The function_name is used to identify the function..
Стога се метода приступа изменила, под називом„ Distributed Coordination Function“( DCF).
This entire process is known as the distributed coordination function(DCF).
The Hash function lounge- листа хаш функција и познатих напада.
The Hash function lounge- a list of hash functions and known attacks.
Такође претпостављамо функцију ризика( risk function) R( θ, δ){\ displaystyle R(\ theta,\ delta)}, најчешће је наведена као интеграл једне функције губитка( loss function).
We also assume a risk function R( θ, δ){\displaystyle R(\theta,\delta)}, usually specified as the integral of a loss function.
Function NoDep( a, b) 2: c:= a• b 3: d:= 3• b 4: e:= a+b 5: end function У овом примеру, не постоје зависности између инструкција, тако да сви они могу бити извршени паралелно.
Function NoDep(a, b) 2: c:= a* b 3: d:= 3* b 4: e:= a+ b 5: end function In this example, there are no dependencies between the instructions, so they can all be run in parallel.
Ako vasa veb aplikacija koristi function found u odredjenom fajlu, ali aplikacija kaze da….
If your web application uses a function found in a particular file, but the application says….
To im omogućava da isporuče vodeće performanse na tržištu i latentnost za Software Defined Networking( SDN)i Network Function Virtualization( NFV) opterećenja.
This allows them to deliver market leading throughput performance and latency for Software Defined Networking(SDN)and Network Function Virtualization(NFV) workloads.
OD funkcija( Orientation Distribution Function).; Sadržaj praktične nastaveGreške u kristalnoj strukturi.
OD function(Orientation Distribution Function).;Contents of exercisesDefects in cystal lattice.
У Пајтону 2. 6 и 2. 7 print() је доступна као уграђена фунцкија али јемаскирана исказном синтаксом принт, што се може искључити укуцавањем from__ future__ import print_ function на врху фајла.
In Python 2.6 and 2.7 print() is available as a builtin but is masked by the print statement syntax,which can be disabled by entering from__future__ import print_function at the top of the file.
Ako vasa veb aplikacija koristi function found u odredjenom fajlu, ali aplikacija kaze da….
If your web application uses a function found in a particular file, but the application says that the function does not exist,….
Истраживачки радови/ Effects of Single and Combined Losartan and Tempol Treatments on Oxidative Stress,Kidney Structure and Function in Spontaneously Hypertensive Rats with Early Course of Proteinuric Nephropathy.
Research work/ Effects of Single and Combined Losartan and Tempol Treatments on Oxidative Stress,Kidney Structure and Function in Spontaneously Hypertensive Rats with Early Course of Proteinuric Nephropathy.
More information about drag-and-drop function you can find in“; Како да увезете ЕМЛ датотеке у програму Оутлоок Екпресс”; чланак.
More information about drag-and-drop function you can find in“How to import eml files in Outlook Express” article.
Ova saradnja takođe uključuje i rešenja za prelazak sa 4G na 5G mrežu, kao i rešenja za energetsku i cenovnu efikasnost, ikorišćenje SDN( Software Defined Network) i NFV( Network Function Virtualization) tehnologije.
This cooperation also includes solutions for switching from 4G to 5G network, as well as solutions for energy efficiency and pricing, andthe use of SDN(Software Defined Network) and NFC(Network Function Virtualization) technology.
CIE 1988 Modified 2° Spectral Luminous Efficiency Function for Photopic Vision као VM( λ), и препоручила је за употребу у научне сврхе.
This document proposes to call it the CIE 1988 Modified 2° Spectral Luminous Efficiency Function for Photopic Vision, which has the symbol VM(λ).
Први параметар taskName је обавезан и дефинише назив помоћу кога се задатак извршава у терминалу// Дефинисање задатака gulp.task(' taskName', function(){// уради нешто}); Као алтернативу, може се креирати задатак који извршава неколико предефинисаних функција.
The first parameter taskName is mandatory and specifies the name by which the task in the shell can be executed//Defining tasks gulp.task('taskName', function(){//do something}); Alternatively, a task that performs several predefined functions can be created.
R= right( T) right( T):= left( R) left( R):= T level( R):= level( R)+ 1 return R else return T end if end function Split: Убацивање почиње са нормалним бинарним претраживачким дрветом и процедуром убацивања.
R= right(T) right( T):= left(R) left( R):= T level( R):= level(R)+ 1 return R else return T end if end function Split: Insertion begins with the normal binary tree search and insertion procedure.
T:= skew( T) T:= split( T)return T end function Као у већини балансираних бинарних дрвећа, брисање унутрашњег чвора може бити претворено у брисање чвора који је лист замењујући унутрашњи чвор са или најближим претком или наследником, зависно од тога који су у дрвету или имплементаторским хировима.
T:= skew(T) T:= split(T)return T end function As in most balanced binary trees, the deletion of an internal node can be turned into the deletion of a leaf node by swapping the internal node with either its closest predecessor or successor, depending on which are in the tree or on the implementor's whims.
In some regions of the South and the Midwest,deviled eggs are also called salad or dressed eggs when they are served at a church function, to avoid the term" deviled."« CS1 одржавање: Формат датума( веза)↑„ Deviled Eggs History: From Rome to Your Home”.
In some regionsof the South and the Midwest, deviled eggs are also called salad or dressed eggs when they are served at a church function, to avoid the term"deviled."↑"Deviled Eggs History: From Rome to Your Home".
Na primer: classdef hello methods function greet( this) disp(' Hello!') end end end Kada se stavi u fajl sa nazivom hello.m, ovo može da se izvršava uz pomoć sledećih komandi:>> x= hello;>> x. greet(); Hello!
An example of a simple class is provided below. classdef hello methods function greet(this) disp('Hello!') end end end When put into a file named hello. m, this can be executed with the following commands:>> x= hello;>> x. greet(); Hello!
Репна рекурзија може бити лоцирана пре синтаксног краја подрутине: A function foo( data){ a( data); return b( data);} Овде, a( data) иb( data) су позиви, али b је последња ствар коју процедура извршава пре враћања и налази се у репној позицији.
A tail call can be located just before the syntactical end of a subroutine: function foo(data){ a(data); return b(data);} Here, both a(data) and b(data) are calls, but b is the last thing the procedure executes before returning and is thus in tail position.
Алгоритам изгледа овако: function select( lista, k) for i from 1 to k najmanjiIndeks= i najmanjaVrednost= lista for j from i+1 to n if lista< najmanjaVrednost najmanjiIndeks= j najmanjaVrednost= lista swap lista and lista return lista Линеарне перформансе се могу достићи коришћењем алгоритма квикселект.
Here is partial selection sort-based algorithm: function select(list, k) for i from 1 to k minIndex= i minValue= list for j from i+1 to n if list< minValue minIndex= j minValue= list swap list and list return list Linear performance can be achieved by a partition-based selection algorithm, most basically quickselect.
Размотрите следеће функције које показују неколико врста зависности: 1: function Dep( a, b) 2: c:= a• b 3: d:= 3• c 4: end function Операција 3 у Dep( a, b) не може да се изврши пре( или чак паралелно са) операцијом 2, јер операција 3 користи резултат из операције 2.
Consider the following functions, which demonstrate several kinds of dependencies: 1: function Dep(a, b) 2: c:= a* b 3: d:= 3* c 4: end function In this example, instruction 3 cannot be executed before(or even in parallel with) instruction 2, because instruction 3 uses a result from instruction 2.
Генерализована нормална дистрибуција Симетрична верзија Multivariate Laplace distribution Besov measure, генерализација Лапласове расподеле на функционалне просторе Cauchy distribution, такође названа" Лоренцева расподела" или" Кошијева расподела"( Фуријеова трансформација Лапласа)Characteristic function( probability theory).
Generalized normal distribution Symmetric version Multivariate Laplace distribution Besov measure, a generalisation of the Laplace distribution to function spaces Cauchy distribution, also called the"Lorentzian distribution"(the Fourier transform of the Laplace)Characteristic function(probability theory).
На пример: real array sine_ table for x from- 1000 to 1000 sine_ table:= sine( pi* x/ 1000) function lookup_ sine( x) return sine_ table Нажалост, табела захтева доста простора: ако се користе ИЕЕЕ бројеви у покретном зарезу са двоструком прецизношчу биће потребно више од 16. 000 бајтова.
For example: real array sine_table for x from -1000 to 1000 sine table:= sine(pi* x/ 1000) function lookup_sine(x) return sine_table Unfortunately, the table requires quite a bit of space: if IEEE double-precision floating-point numbers are used, over 16,000 bytes would be required.
Ова једноставна функција убацује чвор у у двоструко повезану цилкуларно повезану листу након датог елемента: function insertAfter( Node node, Node newNode) newNode. next:= node. next newNode. prev:= node node. next. prev:= newNode node. next:= newNode Да би смо додали пре, једноставно можемо да" insertAfter( node. prev, newNode)".
This simple function inserts a node into a doubly linked circularly linked list after a given element: function insertAfter(Node node, Node newNode) newNode. next:= node. next newNode. prev:= node node. next. prev:= newNode node. next:= newNode To do an"insertBefore", we can simply"insertAfter(node. prev, newNode)".
Због овога једна функција мора да се врати до додаткаgulp-uglify plugin на npm инсталацију пакета и на почетку галп фајла мора се дефинисати модул.// Задатак са скриптом gulp.task(' scripts', function(){ gulp. src(' scripts/*. js'). pipe( uglify()). pipe( gulp. dest(' scripts/'));}); Задатак са ослушкивањем служи да одреагује на промену у фајловима.
For this, one must first return to the required gulp-uglify plugin on npm package installer and at the beginning of gulpfile, the module should be defined.// Script task gulp.task('scripts', function(){ gulp. src('scripts/*. js'). pipe( uglify()). pipe(gulp. dest('scripts/')););}; The Watch-task serves to react to changes in files.
Ова операција је основна за потпуно спајање два биномна хипа. function spojiStabla( p, q): if pp. koren. kljuc<= q. koren. kljuc: return pp. dodajPodstablo( q) else: return q. dodajPodstablo( p) Операција спајања два хипа је вероватно најзанимљивија и користи се као подрутина у већини других операција.
This operation is basic to the complete merging of two binomial heaps. function mergeTree(p, q) if pp. root. key<= q. root. key return pp. addSubTree(q) else return q. addSubTree(p) The operation of merging two heaps is perhaps the most interesting and can be used as a subroutine in most other operations.
У следећем примеру задаци са називима scripts и images се позивају када се било који од Јаваскрипт фајлова или слика промени у наведеним фолдерима.// Понови извршење задатка са променом у фајлу gulp.task(' watch', function(){ gulp. watch('. scripts/ js**',); gulp. watch(' images-orig/**',);}); Чак је могуће и постићи ажурирање садржаја у Веб-прегледачу коришћењем задатака са ослушкивањем.
In the following example, the tasks with the names scripts and images are called when any of JavaScript files or images change in the specified directories.// Rerun the task When a file changes gulp.task('watch', function(){ gulp. watch('. scripts/ js**',); gulp. watch('images-orig/**',);}); Furthermore, it is possible to accomplish an update of the browser content using the Watch-tasks.
Results: 45, Time: 0.0249

Top dictionary queries

Serbian - English