Translation of "implementação do algoritmo" to English language:


  Dictionary Portuguese-English

Algoritmo - tradução : Implementação - tradução :

  Examples (External sources, not reviewed)

Ela sugere um algoritmo recursivo, mas, uma implementação bottom up (de baixo para cima) é mais eficiente.
So, we can multiply this chain of matrices in many different ways, for example ((A1 A2) A3) ... An A1 (((A2 A3) ... ) An) (A1 A2) (A3 ... An)and so on.
A implementação do algoritmo se assemelha ao utilizado na busca cega, entretanto utiliza se uma função heurística para decidir qual o nó que deve ser expandido.
It is important, however, to note that the greedy algorithm can be used as a selection algorithm to prioritize options within a search, or branch and bound algorithm.
c ) se o algoritmo 2 falhar , algoritmo 3 ou , se o algoritmo 2 for executado com êxito , repetir algoritmo 1 .
( c ) if algorithm 2 fails , then algorithm 3 , or if algorithm 2 succeeds , repeat algorithm 1 .
c ) se o algoritmo 2 falhar , algoritmo 3 ou , se o algoritmo 2 for execu tado com êxito , repetir algoritmo 1 .
( c ) if algorithm 2 fails , then algorithm 3 , or if algorithm 2 succeeds , repeat algorithm 1 .
b ) se o algoritmo 1 falhar , algoritmo 2
( b ) if algorithm 1 fails , then algorithm 2
(Tal algoritmo é chamado de algoritmo Las Vegas.
Such an algorithm is called a Las Vegas algorithm.
Algoritmo, Vol.
Algorithm, Vol.
O algoritmo de busca linear é um algoritmo O(n).
Either way, asymptotically the worst case cost and the expected cost of linear search are both O( n ).
Desde que não se encontrem pendentes liquidações simultâneas multilaterais num SP , a ordem de execução dos algoritmos deve ser a seguinte a ) algoritmo 1 , b ) se o algoritmo 1 falhar , algoritmo 2 , c ) se o algoritmo 2 falhar , algoritmo 3 ou , se o algoritmo 2 for executado com êxito , repetir algoritmo 1 .
As long as there is no pending simultaneous multilateral settlement of an ancillary system , the sequence shall be as follows ( a ) algorithm 1 , ( b ) if algorithm 1 fails , then algorithm 2 , ( c ) if algorithm 2 fails , then algorithm 3 , or if algorithm 2 succeeds , repeat algorithm 1 .
Em implementações básicas, o algoritmo do pintor pode ser ineficiente.
In basic implementations, the painter's algorithm can be inefficient.
E com cada iteração do algoritmo, você aprende as iterações do mito.
And with each iteration of that algorithm, you learn the iterations of the myth.
Algoritmo KSA O algoritmo key scheduling é usado para inicializar a permutação no array S .
Key scheduling algorithm (KSA) The key scheduling algorithm is used to initialize the permutation in the array S .
Existem hoje dois algoritmos comummente usados, o algoritmo de Prim e o algoritmo de Kruskal.
A fourth algorithm, not as commonly used, is the reverse delete algorithm, which is the reverse of Kruskal's algorithm.
Algoritmo Este algoritmo é idêntico ao Algoritmo de Ford Fulkerson, exceto que a ordem de busca quando encontra que o caminho de aumento de fluxo definido.
Algorithm The algorithm is identical to the Ford Fulkerson algorithm, except that the search order when finding the augmenting path is defined.
Um buffer frequentemente ajusta o tempo pela implementação de um algoritmo de fila (ou FIFO) na memória, simultaneamente escrevendo dados na fila em uma taxa e lendo os em outra taxa.
A buffer often adjusts timing by implementing a queue (or FIFO) algorithm in memory, simultaneously writing data into the queue at one rate and reading it at another rate Applications Buffers are often used in conjunction with I O to hardware, such as disk drives, sending or receiving data to or from a network, or playing sound on a speaker.
O último algoritmo é geométrico.
) The latter algorithm is geometrical.
implementação
of the pre
IMPLEMENTAÇÃO
IMPLEMENTATION
O Algoritmo O primeiro passo neste algoritmo é encontrar o ponto com a menor coordenada y.
Algorithm The first step in this algorithm is to find the point with the lowest y coordinate.
O algoritmo de Edmonds Karp é uma variação do algoritmo de Ford Fulkerson, mas com um final garantido e com um tempo de execução independente do valor do fluxo máximo.
A variation of the Ford Fulkerson algorithm with guaranteed termination and a runtime independent of the maximum flow value is the Edmonds Karp algorithm, which runs in formula_66 time.
Procurar o nome do ficheiro de implementação.
Autogen template used for the implementation file
O processo utilizado no algoritmo de Dijkstra é bastante similar ao processo usado no algoritmo de Prim.
The process that underlies Dijkstra's algorithm is similar to the greedy process used in Prim's algorithm.
Outros algoritmos conhecidos para encontrar árvores geradoras mínimas são o algoritmo de Kruskal e algoritmo de Boruvka.
Therefore it is also sometimes called the DJP algorithm, the Jarník algorithm, or the Prim Jarník algorithm.
Ele não tinha idéia do conceito de algoritmo. Mas é o que ele descreveu nesse livro, e isto é o que agora conhecemos como algoritmo evolutivo.
He had no concept of the idea of an algorithm, but that's what he described in that book, and this is what we now know as the evolutionary algorithm.
Então é um algoritmo muito simples.
So it's a very simple algorithm.
Ele foi escrito por um algoritmo.
It was written by an algorithm.
Agora há um algoritmo para estudar.
Now there was an algorithm to study.
Note como o comprimento do caminho aumentante encontrado pelo algoritmo nunca diminui.
Notice how the length of the augmenting path found by the algorithm (in red) never decreases.
GAWK (GNU AWK) é outra implementação do software livre (open source) e da implementação único que faz grandes progressos implementação de internacionalização e localização e redes TCP IP.
gawk (GNU awk) is another free software implementation and the only implementation that makes serious progress implementing internationalization and localization and TCP IP networking.
Implementação do quadro para a recirculação de notas
Implementation of the framework for banknote recycling
Nenhuma linha do tempo da implementação foi discutida.
No timeline for implementation was discussed.
XFree86 é uma implementação do X Window System.
XFree86 was an implementation of the X Window System.
CAPÍTULO 6 implementação do acompanhamento do desempenho ( ver Secção 6.3.5 ) .
The accepted ECAIs , ICASs and third party RTs and their providers are listed on the ECB 's website ( www.ecb.europa.eu ) .
O Padrão de assinatura digital (DSS) é o padrão que usa o algoritmo de assinatura digital (DSA) para seu algoritmo de assinatura e SHA 1 como algoritmo de hash de mensagens.
It was proposed by the National Institute of Standards and Technology (NIST) in August 1991 for use in their Digital Signature Standard (DSS) and adopted as FIPS 186 in 1993.
Um algoritmo é, num certo sentido, um programa abstrato dizendo de outra forma, um programa é um algoritmo concretizado.
There is an ongoing debate on the extent to which the writing of programs is an art form, a craft, or an engineering discipline.
Em geral, a eficiência ou complexidade de um algoritmo é função do tamanho do problema, do número de passos necessário ( complexidade temporal ) e da complexidade espacial ou de memória do sistema usado para executar o algoritmo.
Usually, the efficiency or running time of an algorithm is stated as a function relating the input length to the number of steps (time complexity) or storage locations (space complexity).
Um exemplo bem conhecido desse tipo de função é o Algoritmo do Castor.
A well known example of such a function is the Busy Beaver function.
Bzip2 Padrão do algoritmo BWT (Burrows Wheeler Transform) DEFLATE Baseado no padrão LZ77.
DEFLATE Standard algorithm based on 32 kB LZ77 (LZSS actually) and Huffman coding.
O algoritmo procede considerando cada um dos pontos do array ordenado em sequência.
The algorithm proceeds by considering each of the points in the sorted array in sequence.
Extração de dados estrutura de desenvolvimento algoritmo
Data mining algorithm development framework
O algoritmo pode falhar em certos casos.
The algorithm can fail in some cases, including cyclic overlap or piercing polygons.
Esta é portanto a ideia do controlo da implementação.
This then is the idea of monitoring implementation.
O algoritmo do neato . Predefinido para os grafos não direccionais. Cria um modelo em flor. Ele usa o algoritmo Kamada Kawai, que é equivalente às escalas multi dimensionais estatísticas.
neato algorithm, default for undirected graphs. It produces spring model layouts. It uses the Kamada Kawai algorithm, which is equivalent to statistical multi dimensional scaling.
Fase de implementação
Implementation phase
e ) No caso do algoritmo 5 ( liquidação no SP via subcontas ) o inserir nome do BC adoptará o procedimento previsto para o algoritmo 1 , com a diferença de que o inserir nome do BC dará início ao algoritmo 5 através do Interface de sistema periférico ( ASI ) e só verificará se existe cobertura suficiente nas subcontas dos participantes .
( e ) Under Algorithm 5 ( ancillary system settlement via sub accounts ) the insert name of CB shall follow the same procedure as for Algorithm 1 , subject to the modification that the insert name of CB shall start Algorithm 5 via the Ancillary System Interface and shall only check whether sufficient funds are available on participants sub accounts .

 

Pesquisas relacionadas : Do Algoritmo - Algoritmo Proprietário - Algoritmo Decorrentes - Erro Algoritmo - Um Algoritmo - Pid Algoritmo - Algoritmo Genérico - Medição Algoritmo - Algoritmo Proposto - Estimativa Algoritmo - Algoritmo Inteligente - Algoritmo Limiar - Algoritmo Run