Sta znaci na Engleskom БРОЈ БИТОВА - prevod na Енглеском

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Latin category close
  • Cyrillic category close
Онда је потребан број битова.
Then made the required number of bits.
Победник је онај који је провео најмање на избацивања цифрама број битова.
The winner is the one who spent the least on the ejection figures the number of bits.
Сама палета има дубину боје( број битова по уносу).
The palette itself has a color depth(number of bits per entry).
Топлински шум ограничава стварни број битова који се могу користити у квантизацији.
Thermal noise limits the true number of bits that can be used in quantization.
Да повећате број битова по бауду, можете комбиновати фазну и амплитудну модулацију.
To increase the number of bits per baud, you can combine phase and amplitude modulation.
Следећи општи алгоритам генерише код за исправљање једне грешке( SEC) за било који број битова.
The following general algorithm generates a single-error correcting(SEC) code for any number of bits.
Ако се још мења број битова, проверени бит ће ће важити и грешка неће бити откривена.
If the number of bits changed is even, the check bit will be valid and the error will not be detected.
Следећи општи алгоритам генерише код за исправљање једне грешке( SEC) за било који број битова.
General algorithm[edit] The following general algorithm generates a single-error correcting(SEC) code for any number of bits.
Укупан број битова који се користе за РГБ модел обично се назива дубина боје.
The total number of bits used for the RGB model is commonly referred to as the color depth.
Ово се обично наводи као број битова које користи, што је бинарни логаритам броја нивоа.
This is usually stated as the number of bits it uses, which is the binary logarithm of the number of levels.
Број битова присутних у грејовом коду је важан, а водеће нуле нису опција, за разлику од позиционих система.
The number of bits present in Gray code is important, and leading zeros are not optional, unlike in positional systems.
Насупрот томе, једноставни парни код не може да исправи грешке, и може даоткрије само непаран број битова у грешки.
By contrast, the simple parity code cannot correct errors, andcan detect only an odd number of bits in error.
Ширина магистрале, такође иброј адресабилних јединица складишта, и број битова по јединици варира међу компонентама.
The width of the bus, andthus the number of addressable storage units, and the number of bits in each unit, varies among computers.
Велики број регистара захтева велики број битова инструкције као регистар спецификатора, што значи мању густина кода( види доле).
A large number of registers requires a large number of instruction bits as register specifiers, meaning less dense code(see below).
Ако јеm број битова у низу, вероватноћа да одређени бит није постављен на јединицу од стране одређене хеш функције током уметања елемента износи.
If m is the number of bits in the array, the probability that a certain bit is not set to 1 by a certain hash function during the insertion of an element is.
Брзина укупног дигиталног преноса”( 5) означава број битова, укључујући линијско кодовање, припрему, итд. у јединици времена који прође између одговарајуће опреме у систему дигиталног преноса.
(Cat 5)- The number of bits, including line coding, overhead and so forth per unit time passing between corresponding equipment in a digital transmission system.
Радиометријска резолуција одређује како фино систем може представљати или разликовати разлике интензитета, иобично се изражава као број нивоа или број битова.
Radiometric resolution determines how finely a system can represent or distinguish differences of intensity, andis usually expressed as a number of levels or a number of bits.
Ако се непаран број битова( укључујући бит парности) емитује неправилно, бит парности ће бити нетачан, што указује да је до грешке парности дошло у преносу.
If an odd number of bits(including the parity bit) are transmitted incorrectly, the parity bit will be incorrect, thus indicating that a parity error occurred in the transmission.
Обрада података узима принцип заокруживања, на основу грешке мерења, измерени илиизрачунати подаци се пресрећу у потребан број битова, број битова који се заокружују( или испуштају).
Data processing takes the principle of rounding, based on the measurement error, the measured orcalculated data is intercepted into the required number of bits, the number of bits to be rounding(or omitted).
Брзина укупног дигиталног преноса”( 5) означава број битова, укључујући линијско кодовање, припрему, итд. у јединици времена који прође између одговарајуће опреме у систему дигиталног преноса.
Total digital transfer rate”(5) means the number of bits, including line coding, overhead and so forth per unit time passing between corresponding equipment in a digital transmission system.
Број битова у речи се обично дефинише величином регистара у ЦПУ рачунара, или бројем битова података који се преузимају из његове главне меморије у једној операцији.
The number of bits in a word is usually defined by the size of the registers in the computer's CPU, or by the number of data bits that are fetched from its main memory in a single operation.
Међутим ако се претпостави да је то блиска апроксимација, важи да вероватноћа лажних позитивних резултата опада какоm( број битова у низу) расте, и повећава се како n( број уметнутих елемената) расте.
However, assuming it is a close approximation we have that the probability of false positives decreases as m(the number of bits in the array) increases, and increases as n(the number of inserted elements) increases.
Историјски гледано, бајт је био број битова који се користе за кодирање карактера текста у рачунару, што је зависило од хардверске архитектуре рачунара; али данас скоро увек значи осам битова- односно октет.
Historically, a byte was the number of bits used to encode a character of text in the computer, which depended on computer hardware architecture; but today it almost always means eight bits- that is, an octet.
За скуп кључева{ 1, 2,…, C}, ван Емде Боас стабло( eng. van Emde Boas tree) подржава операције minimum( минимум), maximum( максимум), insert( убаци), delete( обриши), search( претражи), extract-min( извуци минимални елемент), extract-max( извуци максимални елемент), predecessor( претходник) и successor( следбеник) у O( log log C) времену, али просторна сложеност за мале редове је О( 2m/ 2),где јеm број битова у вредности приоритета.
For the set of keys{1, 2,…, C}, a van Emde Boas tree would support the minimum, maximum, insert, delete, search, extract-min, extract-max, predecessor and successor operations in O(log log C) time, but has a space cost for small queues of about O(2m/2),where m is the number of bits in the priority value.
Дубина боје, позната и као дубина бита,је или број битова који се користе за означавање боје једног пиксела или број битова који се користе за сваку компоненту боје једног пиксела.
Color depth or colour depth(see spelling differences), also known as bit depth,is either the number of bits used to indicate the color of a single pixel, or the number of bits used for each color component of a single pixel.
Повећање броја битова додељених дубинском баферу, што је могуће на уштрб меморије за стенсил бафер.
Increasing the number of bits allocated to the depth buffer, which is possible at the expense of memory for the stencil buffer.
Проток магистрале са предње стране одређује број преноса сваког тактног циклуса,фреквенције, и броја битова у сваком преношењу.
The bandwidth of the front-side bus is determined by the number of transfers performed each clock cycle,the clock frequency, and the number of bits in each transmission.
Kako broj bitova koji treba da se obrade eksponencijalno raste, konstruktori kompjutera se suočavaju sa stalnom borbom između veličine, cene i brzine.
And as the number of bits needing to be processed grows exponentially, computer designers face a constant struggle between size, cost, and speed.
Nasuprot tome, Hornerova metoda zahteva samo n sabiranja in množenja, i smeštanje svega n puta broj bitova od x.
By contrast, Horner's method requires only n additions and n multiplications, andits storage requirements are only n times the number of bits of x.
Ovo rešenje se ne računa kao polinomijalno vreme u teoriji složenosti, jer B- A nije polinomilno u veličini problema,što je broj bitova koji se koriste za reprezentaciju.
This solution does not count as polynomial time in complexity theory because B- A is not polynomial in the size of the problem,which is the number of bits used to represent it.
Резултате: 163, Време: 0.0211

Превод од речи до речи

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

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