What is the translation of " PSEUDOCODE " in Portuguese?

Noun
pseudocódigo
pseudocode
pseudo-code

Examples of using Pseudocode 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
Articles with example pseudocode.
Artigos com ligações inactivas.
The pseudocode of the RVND procedure is shown in Algorithm 4.
O pseudocódigo do método RVND é mostrado no Algoritmo 4.
Then the algorithm can be described in pseudocode as follows.
O algoritmo pode ser descrito em pseudocódigo da seguinte forma.
The pseudocode of the ILS-RVND heuristic is illustrated in Algorithm 2.
O pseudocódigo do ILS-RVND se encontra ilustrado no Algoritmo 2.
Traditional textbook algorithms are often described in low-level pseudocode.
Os algoritmos tradicionais de livros geralmente são descritos em pseudocódigo de baixo nível.
This means that,rather than taking minima as in the pseudocode above, one instead takes maxima.
Isto significa que,em vez de calcular o mínimo no pseudocódigo acima, calcula-se o máximo.
Pseudocode===== See also==* Bubble sort, a generally slower algorithm, is the basis of comb sort.
Java C Ruby=======* Bubble sort, um algoritmo geralmente mais lento, é a base do Comb sort.
The second recursive call is not a fork in the pseudocode above; this is intentional, as forking tasks may come at an expense.
A segunda chamada recursiva não é uma bifurcação no pseudocódigo acima; isso é intencional, pois bifurcar tarefas pode ser custoso.
The pseudocode of the procedure for generating an initial solution is represented in Algorithm 3.
O pseudocódigo do procedimento de Geração da Solução Inicial está representado no Algoritmo 3.
For example, this may include the use of detailed signal timing diagrams or pseudocode to clearly illustrate the interface in operation.
Por exemplo, a inclusão de diagramas detalhados com os tempos de sinais ou pseudocódigo que ilustre claramente a interface em operação.
Here's some pseudocode explaining how this would work for a dynamically generated Web page.
Aqui um pseduo-código explicando como isso funcionaria para uma página Web gerada dinamicamente.
Profilable a boolean array, true if the corresponding element of flist is of type 13, andadditionally profiling information is found in the pseudocode of the function.
Profilable array de booleanos, verdadeiro se o elemento correspondente de flist for do tipo 13, eadicionalmente informações sobre profiling forem encontradas no pseudo-código da função.
The pseudocode DPLL function only returns whether the final assignment satisfies the formula or not.
A função DPLL do pseudocódigo retorna verdadeiro se a atribuição final satisfaz a fórmula ou falso se tal atribuição não satisfaz a fórmula.
For comparison, consider a similar example written in Java-based pseudocode: In this case there are two comparisons needed, one for end of file(EOF) and another for all other errors.
Para efeito de comparação, considere um exemplo semelhante escrito em pseudocódigo baseado em Java: Neste caso, há duas comparações necessárias, uma para fim de arquivo(EOF) e outra para todos os outros erros.
Pseudocode, interpreted by a virtual machine within an ACPI-compliant operating system, providing a layer between the underlying hardware and the documented interface presented to the OS.
Pseudocódigo, interpretado por uma máquina virtual dentro de um sistema operacional compatível com ACPI, fornecendo uma camada entre o hardware subjacente e a interface documentada apresentada ao SO.
So, we wrote that subroutine down in pseudocode, and we gave it analysis of 4m plus two on the number of lines of code executed, given an input of length m.
Assim, nós escrevemos essa sub-rotina para baixo em pseudocódigo, e nós lhe deu análise de 4 m, mais dois no número de linhas de código executado, dada uma entrada de m de comprimento.
For example, in pseudocode, the program:: while(true) continuedoes not halt; rather, it goes on forever in an infinite loop.
Por exemplo, em pseudocódigo, o programa:: enquanto Verdadeiro: continueNão para, pelo contrário, entra em loop infinito.
So what is the mission of these two lines in pseudocode?: Dist∞ return false When we were not able to find any shortest augmented path from a vertex, DFS returns false.
Então, qual é a missão destas duas linhas em pseudocódigo?: Dist∞ retorne falso Quando não formos capazes de encontrar qualquer caminho extensor menor a partir de um vértice, a busca em profundidade retorna falso. Neste caso, seria bom para marcar esses vértices para não visitá-los novamente.
In its whole, exception handling code might look like this(in Java-like pseudocode; note that an exception type called codice_32 would need to be declared somewhere): As a minor variation, some languages use a single handler clause, which deals with the class of the exception internally.
O código de tratamento de exceções pode parecer como o mostrado abaixo(em pseudo-código): Algumas linguagens utilizam uma única cláusula de tratamento, que trata internamente a classe da exceção.
For comparison, consider a similar example written in pseudocode(using syntax close to C++ and derived languages such as Java): try{ while((a read())!= EOF){ write(a);}} catch(Exception e){// do nothing, exit the loop} This case needs two comparisons: one for end of file(EOF) and another for all other errors.
Para efeito de comparação, considere um exemplo semelhante escrito em pseudocódigo baseado em Java: try{ while((a read())!= EOF){ write(a);}} catch(Exception e){// não faz nada, sai do loop} Neste caso, há duas comparações necessárias, uma para fim de arquivo(EOF) e outra para todos os outros erros.
Results: 20, Time: 0.0214

Top dictionary queries

English - Portuguese