Translation of "algoritmo de interpolação" to English language:


  Dictionary Portuguese-English

Algoritmo - tradução : Interpolação - tradução :

  Examples (External sources, not reviewed)

(Tal algoritmo é chamado de algoritmo Las Vegas.
Such an algorithm is called a Las Vegas algorithm.
Interpolação linear é usada há mais de 2000 anos.
Linear interpolation was already in use more than 2000 years ago.
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 ).
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
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 .
Algoritmo, Vol.
Algorithm, Vol.
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.
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.
Mer Girl contém uma interpolação e elementos de Space , interpretada por Gábor Szabó.
Mer Girl contains an interpolation and elements from Space performed by Gábor Szabó.
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.
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.
O fenômeno demonstra que polinômios de grau elevado são normalmente pouco recomendáveis para a interpolação.
The phenomenon demonstrates that high degree polynomials are generally unsuitable for interpolation with equidistant nodes.
Extração de dados estrutura de desenvolvimento algoritmo
Data mining algorithm development framework
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 .
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.
O último algoritmo é geométrico.
) The latter algorithm is geometrical.
Aplicações da geoestatística dependem muito dos Sistemas de Informações Geográficas, particularmente da interpolação (estimativa) de pontos não medidos.
Applications of geostatistics rely heavily on geographic information systems, particularly for the interpolation (estimate) of unmeasured points.
Um dos melhores exemplos da utilidade desse recurso é a interpolação de variáveis diretamente no conteúdo de strings .
All variables are marked with leading sigils, which allow variables to be interpolated directly into strings.
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.
Bogosort é um algoritmo de ordenação não estável.
Bogosort and jmmcg bogosort Simple, yet perverse, C implementations of the bogosort algorithm.
O algoritmo usa um armazenamento de O(1).
The algorithm uses operations of these types, and O(1) storage space.
Para optimizar a liquidação de transacções muito urgentes de SP nas subcontas dos participantes , utilizar se á um algoritmo especial ( algoritmo 5 ) .
To optimise the settlement of highly urgent ancillary system transactions on participants sub accounts , a special algorithm ( Algorithm 5 ) shall be used .
Ele usa aquilo que chamamos de algoritmo de embalagem.
And it uses what's called a bin packing algorithm.
Dado o axioma de Cantor Dedekind, esse algoritmo pode ser considerado como o algoritmo que comprova qualquer afirmação da geometria euclidiana.
Given the Cantor Dedekind axiom, this algorithm can be regarded as an algorithm to decide the truth of any statement in Euclidean geometry.
Para optimizar a liquidação de transacções muito urgentes de SP nas sub contas dos participantes , utilizar se á um algoritmo especial ( algoritmo 5 ) .
To optimise the settlement of highly urgent ancillary system transactions on participants sub accounts , a special algorithm ( Algorithm 5 ) shall be used .
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.
Como há um algoritmo de aprendizado mecanizado nisto... Obrigada.
As there is a machine learning algorithm in this Thank you.
Assim, é um algoritmo usual para fusão de sensores.
As such, it is a common sensor fusion and data fusion algorithm.
Algoritmos O primeiro algoritmo a encontrar uma árvore de extensão mínima foi desenvolvido pelo cientista checo Otakar Borůvka em 1926 (veja algoritmo de Boruvka).
Classic algorithms The first algorithm for finding a minimum spanning tree was developed by Czech scientist Otakar Borůvka in 1926 (see Borůvka's algorithm).
) Criptografia de 128 bits, usando o algoritmo de criptografia RC4.
128 bit encryption, using the RC4 encryption algorithm, as of Version 6.
As ordens de pagamento incluídas num algoritmo , conforme referido no apêndice I , não podem ser revogadas enquanto o algoritmo estiver a ser executado .
Payment orders that are included in an algorithm , as referred to in Appendix I , may not be revoked during the period that the algorithm is running .
O algoritmo pode falhar em certos casos.
The algorithm can fail in some cases, including cyclic overlap or piercing polygons.
Um exemplo prático é o algoritmo de ordenação merge sort .
One such example of divide and conquer is merge sorting.
A curva de Bézier é uma curva polinomial expressa como a interpolação linear entre alguns pontos representativos, chamados de pontos de controle.
Generalizations of Bézier curves to higher dimensions are called Bézier surfaces, of which the Bézier triangle is a special case.
Um algoritmo de remoção do efeito de mosaico é um processo digital de imagem que é usado para interpolar uma imagem completa a partir dos dados parciais em bruto que são recebidos a partir do sensor de imagem interno das máquinas digitais, sob a forma de uma matriz de pixels coloridos. Também é conhecida como interpolação CFA ou reconstrução de cores.
A demosaicing algorithm is a digital image process used to interpolate a complete image from the partial raw data received from the color filtered image sensor internal to many digital cameras in form of a matrix of colored pixels. Also known as CFA interpolation or color reconstruction.
Para facilitar os cálculos manuais, grandes livros foram produzidos, com fórmulas e tabelas de dados como pontos de interpolação e coeficientes de funções.
To facilitate computations by hand, large books were produced with formulas and tables of data such as interpolation points and function coefficients.
Laplace então mostra como, por meios da interpolação, esses coeficientes podem ser determinados a partir da função geradora.
Laplace then shows how, by means of interpolation, these coefficients may be determined from the generating function.
O Quicksort é um algoritmo de ordenação por comparação não estável.
Algorithm Quicksort is a divide and conquer algorithm.
O algoritmo sempre produz resultado em um número finito de passos.
The development ... leads to ... an identification of computability with effective calculability.
O Algoritmo de Hermann para decomposição primária é ainda usado hoje.
Hermann's algorithm for primary decomposition is still in use now.

 

Pesquisas relacionadas : Interpolação Linear - Interpolação Circular - Interpolação Helicoidal - Interpolação Linear - Por Interpolação - Interpolação Cilíndrica - Ponto De Interpolação - Interpolação De Quadros - Método De Interpolação - Filtro De Interpolação - Tipo De Interpolação - Eixo De Interpolação