What is the translation of " BINARY REPRESENTATION " in Portuguese?

['bainəri ˌreprizen'teiʃn]
['bainəri ˌreprizen'teiʃn]

Examples of using Binary representation in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
For example, the binary representation for decimal 74 is 1001010.
Por exemplo, o número binário 1010011 representa o número decimal 83.
In computing, human-readable data is often encoded as ASCII or Unicode text,rather than presented in a binary representation.
Em computação dados legíveis para humanos são codificados em textos ASCII ouUnicode ao invés da representação binária.
Bitor- OR applied to binary representation of input arguments.
Bitor- OR("ou") aplicado às representações binárias dos argumentos de entrada.
A binary representation of the photo, resized by the provider for storage and display.
Representação binária da foto, redimensionada pelo provedor para armazenar e exibir.
Bitand- AND applied to binary representation of input arguments.
Bitand- AND("e") aplicado às representações binárias dos argumentos de entrada.
In number theory,a pernicious number is a positive integer such that the Hamming weight(or digit sum) of its binary representation is prime.
Em teoria dos números,um número pernicioso(em inglês: pernicious number) é um inteiro positivo onde o peso de Hamming de sua representação binária é um número primo.
Returns a string containing a binary representation of the given$number argument.
Decbin Retorna uma string contendo a representação binária do parâmetro$number.
However, for ordering combinatorial optimization problems,order-based genetic algorithms are more adequate than those with binary representation.
No entanto, para problemas de otimização combinatória de ordem,algoritmos genéticos baseados em ordem são mais adequados do que aqueles com representação binária.
Shifts a in binary representation b(< 32) bits to the left, shifting in zeros from the right.
Deslocamento à esquerda a<< b Desloca a em representação binária b bits à esquerda, preenchendo com zeros à direita.
You can just change a couple of the DNA strands in this binary representation and you will get 96 rather than 32.
Vocês só precisam mudar um par das cadeias de DNA nessa representação binária e vocês obtêm 96 em vez de 32.
Shifts a in binary representation b(< 32) bits to the right, discarding bits shifted off.
Desloca a em representação binária b bits à direita, descartando bits excedentes. Deslocamento à direita com preenchimento zero.
These methods take the name of a flower,create a path to the flower's JPEG file, and return a binary representation of the JPEG file an array of bytes.
Esses métodos recebem o nome de uma flor,criam o caminho para o arquivo JPEG da flor e retornam uma representação binária do arquivo JPEG um array de bytes.
Shifts a in binary representation b(< 32) bits to the right, discarding bits shifted off, and shifting in zeros from the left.
Desloca a em representação binária b bits à direita, descartando bits excedentes e preenchendo com zeros à esquerda.
Given x, a positive(or a vector/matrix of integers) integer, this function returns a string(or a column vector of strings)which is the binary representation of x.
Dado x, um inteiro(ou um vetor/matriz de inteiros) positivo, esta função retorna um string(ou um vetor coluna de strings)que é a representação binária de x.
Returns a string containing a binary representation of the given function, so that a later loadstring on this string returns a copy of the function.
Retorna uma cadeia contendo a representação binária da função fornecida, de modo que um loadstring posterior nesta cadeia retorna uma cópia da função.
Given str a binary string,this function returns y the decimal number whose the binary representation is given by str y and str have the same size.
Descrição Dado str um string binário,está função retorna y, o número decimal cuja representação binária é dada por str y e str possuem o mesmo tamanho.
Returns a string containing a binary representation of the given function, so that a later load on this string returns a copy of the function but with new upvalues.
Retorna uma cadeia contendo uma representação binária da função fornecida, de modo que um load posterior sobre essa cadeia retorna uma cópia da função mas com novos upvalues.
Let us consider the natural numbers written in base\(2\) and the transformation\(f_{D, 2}\)acting in binary representations with\(D\) digits, with zeros allowed at the left.
Consideremos os naturais escritos em base\(2\) e a transformação\(f_{D, 2}\)a actuar em representações binárias com\(D\) dígitos, permitindo-se zeros à esquerda.
Its binary representation corresponds to a compressed version of the C source code of a computer program implementing the DeCSS decryption algorithm, which can be used by a computer to circumvent a DVD's copy protection.
Sua representação binária corresponde a uma versão compactada do código-fonte C de um programa de computador que implementa o algoritmo de decodificação DeCSS, que pode ser usado por um computador para contornar a proteção anticópia de um DVD.
There are many definable, noncomputable real numbers,including:*The binary representation of the halting problem or any other uncomputable set of natural numbers.
Existem muitos números reais definíveis, não-computáveis,incluindo:* A representação binária do problema da parada ou qualquer outro conjunto não-computável de números naturais.
Description Given x and y two positive integers,this function returns the decimal number z whose the binary form is the OR of the binary representations of x and y.
Descrição Dado x e y dois inteiros positivos,esta função retorna z o número decimal cuja forma binária é o OR das representações binárias de x e y x, y e z devem ter o mesmo tamanho.
Classic and quantum-inspired genetic algorithms based on binary representations have been previously used to solve combinatorial optimization problems.
Algoritmos genéticos tradicionais e algoritmos genéticos com inspiração quântica baseados na representação binária já foram previamente utilizados para resolver problemas de otimização combinatória.
In the database all ABAP code exists in two forms: source code, which can be viewed and edited with the ABAP Workbench tools; andgenerated code, a binary representation somewhat comparable with Java bytecode.
Na base de dados todo o código de ABAP existe em dois formulários: código fonte, que pode ser visto e editado com as ferramentas da ABAP(workbench), eo código gerado, uma representação binária comparável com um bytecode do Java.
FromByte(number: Integer): String Receives an integer and returns its binary representation in a string with 1 byte, the method can raise an exception if the number is too big to be represented and the property"allowExceptions" is true.
FromByte(number: Integer): String Recebe um inteiro e retorna sua representação binária em uma string com 1 byte, o método pode gerar uma exceção caso o nÃomero seja grande demais para ser representado.
Two representations of the solution were analyzed, the priority lists based andbased on order of operations and compared with a binary representation, in the context of sequencing problem set defined by lawrence 1984.
Duas representações da solução foram analisadas, a baseada em listas de prioridades ea baseada em ordem de operações e comparada com uma representação binária, no contexto do conjunto de problemas de sequenciamento definidos por lawrence 1984.
FromInt(number: Integer): String Receives an integer and returns its binary representation in a string with 4 bytes, the method can raise an exception if the number is too big to be represented and the property"allowExceptions" is true.
FromInt(number: Integer): String Recebe um inteiro e retorna sua representação binária em uma string com 4 bytes, o método pode gerar uma exceção caso o nÃomero seja grande demais para ser representado e a propriedade"allowExceptions" esteja setada em true.
If dimension of x is superior than 1 then each component of the column vector str is the binary representation of the x components i.e str(i) is the binary representation of xi.
Se a dimensão de x é superior a 1, então cada componente do vetor coluna str é a representação binária dos componentes de x i.e str(i) é a representação binária de xi.
Because each binomial tree in a binomial heap corresponds to a bit in the binary representation of its size, there is an analogy between the merging of two heaps and the binary addition of the sizes of the two heaps, from right-to-left.
Porque cada árvore binomial em um heap binomial corresponde a um bit na representação binária do seu tamanho, há uma analogia entre a fusão de duas heaps e a adição binária dos tamanhos das duas heaps, a partir da direita-para-esquerda.
Permutations that generalize the bit-reversal permutation by reversing contiguous blocks of bits within the binary representations of their indices can be used to interleave two equal-length sequences of data in-place.
Permutações que generalizem a permutação bit-reversa invertendo blocos contíguos de bits dentro de representações binárias dos seus índices podem ser usadas para intercalar duas sequências de comprimento igual de dados no local.
It is defined by indexing the elements of the sequence by the numbers from 0 to n- 1 andthen reversing the binary representations of each of these numbers padded so that each of these binary numbers has length exactly k.
Ele é definido pela indexação de elementos da sequência, os números de 0 a n- 1 e, em seguida,invertendo as representações binárias de cada um desses números acolchoado para que cada um destes números binários tenha comprimento de exatamente k.
Results: 80, Time: 0.2871

Word-for-word translation

Top dictionary queries

English - Portuguese