What is the translation of " INPUT ARRAY " in Portuguese?

['inpʊt ə'rei]
['inpʊt ə'rei]
matriz de entrada
input array
input matrix

Examples of using Input array 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
Each operating on then a quarter of the original input array.
Agindo nos então um quarto da matriz de entrada original.
The input array length must not exceed Int32. MaxValue/ X.
O comprimento da matriz de entrada não deve exceder Int32. MaxValue/{0.
Log N lines of code to correctly sort an input array.
Linhas de acesso de código para classificar corretamente uma matriz de entrada.
The original values of the input arrays are replaced by the magnitude and angle, r and t, on return.
Os valores originais dos arrays de entrada são substituídos pelo módulo e pelo ângulo, r e t, no retorno.
So the Merge Sort is its purpose in life is to sort the given input array.
Assim o Merge Sort é seu propósito na vida é classificar a matriz dado de entrada.
So let's go ahead and consider the same unsorted input array that we had on the previous slide.
Então vamos adiante e considere a matriz de entrada não Triada mesma que tínhamos no slide anterior.
You will notice that here in input array, it had eight elements, all of them were distinct,[inaudible] different integers, between 1 and 8.
Você vai notar que aqui na matriz de entrada, ele teve oito elementos, todos eles eram distintos,[inaudível] inteiros diferentes, entre 1 e 8.
Similarly, b contains the right half of the input array, again, in sorted order.
Da mesma forma, b contém o direito metade da matriz de entrada, mais uma vez, na ordem de classificação.
The original values of the input arrays are replaced by the real and imaginary parts, a and b, on return.
Os valores originais de arrays de entrada são substituídos pelas partes real e emaginária, a e b, no retorno.
So, the first recursive call has given us array a,which contains the left half of the input array in sorted order.
Assim, a primeira chamada recursiva tem nos dado matriz a,que contém a metade esquerda da matriz de entrada na ordem de classificação.
You could assume that every possible input array is equally unlikely, and then analyze the average running time of an algorithm.
Você pode assumir que todos os possíveis matriz de entrada é igualmente[inaudível] e, em seguida, analisar a média de duração de um algoritmo.
It's on a quite a bit smaller input then what we started with,it's on an array only half the size of the input array.
É sobre um bastante um pouco menor de entrada, então o que nós começamos com,é sobre uma matriz apenas metade do tamanho da matriz de entrada.
Okay so, for example,we could consider the following input array, and then the goal would be to produce the following output array..
Tudo bem assim, por exemplo,nós poderia considerar a seguinte matriz de entrada, e, em seguida, o objetivo seria produzir a seguinte matriz de saída.
Where does the recursion bottom out? Well, down at the base cases where there's no more recursion,which is where the input array has size one or less.
Considerando que o fundo[inaudível] fora, bem, para baixo, os casos base onde há não mais recursão,que é onde a matriz de entrada tem tamanho menor ou igual um.
And this is gonna be a canonical Divide-and-Conquer application,where we simply take the input array, we split it in half, we solve the left half recursively, we solve the right half recursively, and then we combine the results.
E isto está indo ser uma aplicação canônica de dividir e conquistar,onde tomamos simplesmente a matriz de entrada, podemos dividi-lo ao meio, resolvemos o recursivamente meia esquerdo, resolvemos recursivamente metade direita e, em seguida, nós combinamos os resultados.
The key question you recall was how many lines of code does merge sort require to correctly sort the input array, not just this subroutine.
A pergunta chave que você lembre-se foi faz quantas linhas de código Merge sort. Exigir para classificar corretamente a matriz de entrada, não apenas esta sub-rotina.
That is they need a constant times in the squared number of operations to sort an input array of length N. Merge sort by contrast needs at most a constant times N times log N, not N squared but N times.
Classificar e bubble sort, alegou que seu desempenho foi governado pela função quadrática do tamanho da entrada. Ou seja eles necessidade de uma constante vezes o Número quadrado de operações para classificar uma matriz de entrada de link n. Merge classificar por contraste no máximo tem uma constante vezes n vezes login, não n vezes ao quadrado mas n.
And at level one, we have one sub problem for the left half, andanother sub problem for the right half of the input array.
Então deixe-me desenhar uma matriz grande indicando que. E no nível um, nós temos um sub problema para a metade esquerda eum outro problema de sub para a metade direita da entrada matriz.
Again I just say this to jog your memory, these are simpler sorts than Merge Sort,… but all of them are worse in the sense that they're lackin performance in general, which scales with N^2,… and the input array has N elements, so they all have, in some sense, quadratic running time.
Novamente, apenas digo isto para refrescar sua memória, estas são o tipo mais simples do que o Merge Sort,… mas todos eles são piores no sentido de que eles está falta no desempenho em geral,que pode ser expandido com N^ N,… e a matriz de entrada tem n elementos, portanto, todos eles têm, em algum sentido, quadrática, tempo de duração.
And then giving a really fairly mathematically precise upper bound on exactly how many operations the Merge Sort algorithm requires to correctly sort an input array.
E, em seguida, dando um limite superior realmente bastante matematicamente preciso sobre exatamente quantas operações no algoritmo Merge Sort requer corretamente classificar uma matriz de entrada.
Analysis, I simply mean that our upper bound of six N log N plus six N. Applies to the number of lines of executed for every single input array of length end.
Análise, quero simplesmente dizer que nosso limite superior de seis n log N, mais seis n. aplica-se o número de linhas da executada para cada matriz de entrada única de final de comprimento.
Okay, so hopefully you guess, correctly guess, that the answer is the second one,so namely that the number of levels of the recursion tree is essentially logarithmic in the size of the input array.
OK, por isso espero que você imaginar, adivinhar corretamente, que a resposta é a segunda,assim que o número de níveis da árvore de recursão é essencialmente algorítmica do tamanho da matriz de entrada.
J sub-problem is passed an, an array as input which has length N over two to the.
Sub-problem j é passado um, uma matriz como entrada que tem comprimento n mais dois para o.
Note that if the filter cannot handle array input, you should set this property to be true.
Observe que se o filtro não puder manipular a entrada de array, você deve configurar esta propriedade como true.
Specifies the number of objects to select from the beginning of an array of input objects.
Especifica o número de objetos a serem selecionados no início de uma matriz de objetos de entrada.
Or, use the First, Last, Unique, Skip, andIndex parameters to select particular objects from an array of input objects.
Ou use os parâmetros First, Last, Unique, Skip eIndex para selecionar determinados objetos de qualquer matriz de objetos de entrada.
Results: 26, Time: 0.0287

Word-for-word translation

Top dictionary queries

English - Portuguese