What is the translation of " BOOLEAN VARIABLE " in Portuguese?

variável booleana
boolean variable
variável booliana
boolean variable

Examples of using Boolean variable in English and their translations into Portuguese

{-}
  • Computer category close
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Official/political category close
Unset boolean variable%s used in if-expression.
Variável booleana%s não definida em expressão condicional.
An atomic term of degree 0 denotes a Boolean variable or a truth value.
Um termo atômico de grau 0 indica uma variável booleana ou um valor de verdade.
Foo is a Boolean variable, with the initial value true.
Foo é uma variável Booleana, com o valor inicial true.
Otherwise the values of the corresponding boolean variables are changed accordingly.
Caso contrário, os valores das variáveis boolianas correspondentes são alterados de acordo.
Boolean variables can be used for indexing matrices or vectors.
Variáveis booleanas podem ser usadas para se indexar vetores ou matrizes.
It is also possible to use Boolean variables with and and or operators.
Também é possível usar variáveis booleansa como os operadores and e or.
Boolean variables can store either a True or a value of False.
Variáveis booleanas podem armazenar os valures True(Verdadeiro) ou o valor False Falso.
In an operation expression, C acts as an output; in a CNF sub-expression,C acts as a new Boolean variable.
Em uma operação de expressão, C age como uma saída; uma sub-expressão FNC,C age como uma nova variável Booleana.
Multiple is a boolean variable with true by default.
Multiple é uma variável booleana com true como valor padrão.
Put another way,it asks whether a quantified sentential form over a set of Boolean variables is true or false.
Dito de outra forma,pergunta se uma forma sentencial quantificada sobre um conjunto de variáveis booleanas é verdadeira ou falsa.
There are O(p(n)2) Boolean variables, each encodeable in space Olog pn.
Existem O(p(n)2) variáveis booleanas, cada codificada no espaço Olog pn.
In this case, that variable is$a, because$a is a boolean and the if(true){}statement takes a boolean variable as its condition.
Neste caso, essa variável é$a, porque$a é um booliana e a instrução if(true){}toma uma variável booliana como sua condição.
We introduce Boolean variables x1,…, xl, where i is the length of the proof.
Introduzimos variáveis booleanas x1,…, xl, onde l é o tamanho da prova.
An"instance of the Boolean satisfiability problem" is a Boolean expression that combines Boolean variables using Boolean operators.
Um"caso do problema booleano da satisfatibilidade" é uma expressão booleana que combina variáveis booleanas usando operadores booleanos.
There are" O"(" p"(" n") 2) Boolean variables, each encodeable in space"O"log"p""n.
Existem" O"(" p"(" n") 2) variáveis booleanas, cada no espaço"O"log"p""n.
A simple model for aging, and particularly suitable for application on computers is the"penna model",based on boolean variables and techniques of bit manipulation.
Um modelo simples para o envelhecimento e particularmente adequado para aplicação em computadores é o"modelo penna",baseado em variáveis booleanas e técnicas de manipulação de bits.
Using a Boolean variable to trigger the event is a way of handling that. Here's an example.
Usando uma variável booleana para disparar um evento é uma das formas, Aqui segue um exemplo.
Together, these two hints tell the IDE to look for the closest boolean variable that is assigned in the code previous to the code template.
Juntas, estas duas dicas dizem ao IDE para procurar a variável booliana mais próxima que está designada no código anterior ao modelo de código.
To set a Boolean variable, you can use the True and False keywords as in the box below.
Para definir uma variável booleana, você pode usar as palavras-chave True e False, como na caixa abaixo.
The implementation is based on the validations andchanges to the values of the boolean variables described in Validating Data and Adding It to the Database.
A implementação é baseada nas validações ealterações nos valores das variáveis boolianas descritas em Validando Dados e Adicionando-os ao Banco de Dados.
In computer science, a Boolean variable is a variable that takes values in some Boolean domain.
Em ciência da computação, uma variável booleana é uma variável que toma valores em algum domínio booleano.
The difference between those two problems is that in QBF the size of the problem is the size of the formula andelements are just boolean variables, whereas in FO the size of the problem is the size of the structure and the formula is fixed.
A diferença entre esses dois problemas é que em QBF o tamanho do problema é o tamanho da fórmula eelementos são somente valores booleanos, enquanto no FO o tamanho do problema, isto é, o tamanho da estrutura e fórmula, são fixos.
The IDE looks for the closest boolean variable that was assigned previously, finds$a, and generates an if statement with the condition$a=true.
O IDE procura a variável booliana mais próxima designada anteriormente, localiza$a e gera uma instrução if com a condição$a=true.
One mathematical model commonly used to represent a genetic network is a probability boolean network( pbn),where the genes of the network are represented by boolean variables and the system progress from one instant to the next based on a set of boolean functions, each associated to a probability.
Um modelo matemático comumente usado para representar redes gênicas é a rede booleana probabilística(probabilistic boolean network- pbn),em que os genes de uma dada rede são representados por variáveis booleanas e o sistema progride de um instante de tempo para o seguinte de acordo com funções booleanas, cada qual associada a uma probabilidade.
SAT is in NP because any assignment of Boolean values to Boolean variables that is claimed to satisfy the given expression can be verified in polynomial time by a deterministic Turing machine.
SAT é NP porque qualquer atribuição de valores booleanos a variáveis booleanas que é necessária para satisfazer a expressão dada, pode ser verificada em tempo polinomial por uma Máquina de Turing Determinística.
This is very important for the reduction of L to TQBF,because the configurations of any such Turing Machine can be represented as Boolean formulas, with Boolean variables representing the state of the machine as well as the contents of each cell on the Turing Machine tape, with the position of the Turing Machine head encoded in the formula by the formula's ordering.
Isso é muito importante para a redução de L a TQBF, porqueas configurações de qualquer máquina de turing pode ser representada como fórmulas booleanas, com variáveis booleanas que representam o estado da máquina, bem como o conteúdo da fita em cada célula da máquina de Turing.
These types are:* float- a 32bit floating point number* half- a 16bit floating point number* int- a 32bit integer* fixed- a 12bit fixed point number* bool- a boolean variable* sampler*- represents a texture objectCg also features vector and matrix data types that are based on the basic data types, such as float3 and float4x4.
Detalhes===== Tipos de variáveis===* float- número de ponto flutuante de 32 bits* half- número de ponto flutuante de 16 bits* int- número inteiro de 32 bits* fixed- número de ponto fixo de 12 bits* bool- variável booleana* sampler*- representa um objeto de texturaCg também possui tipos de dados de vetores e matrizes que são baseados nos tipos básicos de variáveis, como float3 e float4x4.
This is very important for the reduction of L to TQBF,because the configurations of any such Turing Machine can be represented as Boolean formulas, with Boolean variables representing the state of the machine as well as the contents of each cell on the Turing Machine tape, with the position of the Turing Machine head encoded in the formula by the formula's ordering.
Isto é muito importante para a redução de L para TQBF, poisas configurações de tails Máquinas de Turing podem ser representadas por fórmulas booleanas, com variáveis booleanas representando o estado da máquina bem como o conteúdo de cada célula na fita da Máquina de Turing, com a posição da cabeça da Máquina de Turing decodificada na fórmula pela ordenação da fórmula.
These types are:float- a 32bit floating point number half- a 16bit floating point number int- a 32bit integer fixed- a 12bit fixed point number bool- a boolean variable sampler*- represents a texture object Cg also features vector and matrix data types that are based on the basic data types, such as float3 and float4x4.
Cg tem seis tipos básicos de variáveis, algumas as mesmas de C, outras especiais para sua utilização.float- número de ponto flutuante de 32 bits half- número de ponto flutuante de 16 bits int- número inteiro de 32 bits fixed- número de ponto fixo de 12 bits bool- variável booleana sampler*- representa um objeto de textura Cg também possui tipos de dados de vetores e matrizes que são baseados nos tipos básicos de variáveis, como float3 e float4x4.
Since the compiler scans the directives first, it will type Variable as Boolean, but when it finds the statement.
Desde que o compilador verifique as primeiras diretrizes, a variável será do tipo booleano, mas quando encontrar a declaração.
Results: 121, Time: 0.033

Word-for-word translation

Top dictionary queries

English - Portuguese