Baixe o aplicativo
educalingo
recursive subroutine

Significado de "recursive subroutine" no dicionário inglês

DICIONÁRIO

PRONÚNCIA DE RECURSIVE SUBROUTINE EM INGLÊS

recursive subroutine


CATEGORIA GRAMATICAL DE RECURSIVE SUBROUTINE

substantivo
adjetivo
verbo
advérbio
pronome
preposição
conjunção
determinante
exclamação
Recursive subroutine e um substantivo.
O nome ou substantivo é o tipo de palavras cujo significado determina a realidade. Os substantivos denominam todas as coisas: pessoas, objetos, sensações, sentimentos, etc.

O QUE SIGNIFICA RECURSIVE SUBROUTINE EM INGLÊS

definição de recursive subroutine no dicionário inglês

A definição de sub-rotina recursiva no dicionário é uma sub-rotina que pode se chamar como parte de sua execução.


PALAVRAS EM INGLÊS QUE COMEÇAM COMO RECURSIVE SUBROUTINE

recurred · recurrence · recurrency · recurrent · recurrent expenditure · recurrent fever · recurrently · recurring · recurring decimal · recurringly · recursion · recursion clause · recursion formula · recursive · recursive function · recursively · recursiveness · recurvate · recurve · recurvirostral

PALAVRAS EM INGLÊS QUE TERMINAM COMO RECURSIVE SUBROUTINE

argentine · Augustine · cicutine · co-routine · Constantine · escape routine · mutine · nicotine · nonroutine · Palestine · poutine · pristine · routine · serpentine · Soutine · Stine · subroutine · tine · valentine · veloutine

Sinônimos e antônimos de recursive subroutine no dicionário inglês de sinônimos

SINÔNIMOS

PALAVRAS EM INGLÊS RELACIONADAS COM «RECURSIVE SUBROUTINE»

recursive subroutine · recursive · subroutine · perl · fortran · define · computing · that · call · itself · part · execution · collins · complete · unabridged · editionrecursive · meaning · pronunciation · translations · keep · variables · defined · think · haven · done · years · passes · parameters · reference · value · what · need · each · andy · examples · module · integer · contains · intent · inout · then · print · reverso · also · function · recurve · reclusive · recourse · search · cpan · leak · return · using · subroutines · listing · example · program · this · accepts · list · numbers · operands · evaluated · from · german · more · dict · tureng · turkish · adobe · flash · player · follow · tureng_sozluk · meanings · result · always · spanish · italian · your · found · usage · trends · word · frequency · level ·

Tradutor on-line com a tradução de recursive subroutine em 25 línguas

TRADUTOR

TRADUÇÃO DE RECURSIVE SUBROUTINE

Conheça a tradução de recursive subroutine a 25 línguas com o nosso tradutor inglês multilíngue.

As traduções de recursive subroutine a outras línguas apresentadas nesta seção foram obtidas através da tradução automática estatística; onde a unidade essencial da tradução é a palavra «recursive subroutine» em inglês.
zh

Tradutor português - chinês

递归子程序
1.325 milhões de falantes
es

Tradutor português - espanhol

subrutina recursiva
570 milhões de falantes
en

inglês

recursive subroutine
510 milhões de falantes
hi

Tradutor português - hindi

पुनरावर्ती उपनेमका
380 milhões de falantes
ar

Tradutor português - arabe

روتين العودية
280 milhões de falantes
ru

Tradutor português - russo

рекурсивная подпрограмма
278 milhões de falantes
pt

Tradutor português - português

sub-rotina recursiva
270 milhões de falantes
bn

Tradutor português - bengali

পুনরাবৃত্ত সাবরুটিন
260 milhões de falantes
fr

Tradutor português - francês

sous-programme récursif
220 milhões de falantes
ms

Tradutor português - malaio

Subroutine rekursif
190 milhões de falantes
de

Tradutor português - alemão

rekursive Unterprogramm
180 milhões de falantes
ja

Tradutor português - japonês

再帰的サブルーチン
130 milhões de falantes
ko

Tradutor português - coreano

재귀 서브 루틴
85 milhões de falantes
jv

Tradutor português - javanês

Subroutine rekursif
85 milhões de falantes
vi

Tradutor português - vietnamita

chương trình con đệ quy
80 milhões de falantes
ta

Tradutor português - tâmil

சுழல்நிலை உப்ரூடின்
75 milhões de falantes
mr

Tradutor português - marata

रिकर्सिव उपकार्यक्रम
75 milhões de falantes
tr

Tradutor português - turco

Özyinelemeli altprogram
70 milhões de falantes
it

Tradutor português - italiano

subroutine ricorsiva
65 milhões de falantes
pl

Tradutor português - polonês

podprogram rekurencyjny
50 milhões de falantes
uk

Tradutor português - ucraniano

рекурсивна підпрограма
40 milhões de falantes
ro

Tradutor português - romeno

subrutină recursiv
30 milhões de falantes
el

Tradutor português - grego

αναδρομικές υπορουτίνα
15 milhões de falantes
af

Tradutor português - africâner

rekursiewe subroutine
14 milhões de falantes
sv

Tradutor português - sueco

rekursiv subrutin
10 milhões de falantes
no

Tradutor português - norueguês

rekursiv subrutine
5 milhões de falantes

Tendências de uso de recursive subroutine

TENDÊNCIAS

TENDÊNCIAS DE USO DO TERMO «RECURSIVE SUBROUTINE»

Principais tendências de pesquisa e usos comuns de recursive subroutine
Listagem das principais pesquisas realizadas pelos usuários para acessar o nosso dicionário inglês online e expressões mais usadas com a palavra «recursive subroutine».

Citações, bibliografia em inglês e atualidade sobre recursive subroutine

EXEMPLOS

10 LIVROS EM INGLÊS RELACIONADOS COM «RECURSIVE SUBROUTINE»

Descubra o uso de recursive subroutine na seguinte seleção bibliográfica. Livros relacionados com recursive subroutine e pequenos extratos deles para contextualizar o seu uso na literatura.
1
Mechatonics and Microprocessor
10.4.2 Recursive Subroutine A recursive subroutine is a subroutine which calls itself. Recursive subroutines are used to work with complex data structures called trees. If the subroutine is called with N (recursion depth) = 3, then the N is ...
V.S.Bagad, A.P.Godse, 2009
2
Digital Design & Computer Organisation
7.19 Flow of program execution for re-entrant subroutine 7.9.1.2 Recursive Subroutine A recursive subroutine is a subroutine which calls itself. Recursive subroutines are used to work with complex data structures called trees. If the subroutine ...
D.A.Godse A.P.Godse, 2008
3
Microprocessors & Microcontroller Systems
D.A.Godse A.P.Godse. 5.4.2 Recursive Subroutine A recursive subroutine is a subroutine which calls itself. Recursive subroutines are used to work with complex data structures called trees. If the subroutine is called with N (recursion depth) ...
D.A.Godse A.P.Godse, 2008
4
Microprocessors & Computer Architecture
A.P.Godse, D.A.Godse. 4.2.2.2 Recursive Subroutine A recursive subroutine is a subroutine which calls itself. Recursive subroutines are used to work with complex data structures called trees. If the subroutine is called with N (recursion depth) ...
A.P.Godse, D.A.Godse, 2009
5
Microprocessor and Interfaces
A.P.Godse, D.A.Godse. 4.2.2.2 Recursive Subroutine A recursive subroutine is a subroutine which calls itself. Recursive subroutines are used to work with complex data structures called trees. If the subroutine is called with N (recursion depth) ...
A.P.Godse, D.A.Godse, 2009
6
Computer Organization
Nested subroutines are commonly classified as : • Re-entrant Subroutine • Recursive Subroutine 2.10.1.1 Re-entrant Subroutine In some situations it may happen that subroutinel is called from main program, subroutine2 is called from ...
D.A.Godse A.P.Godse, 2008
7
Elements Of Microprocessors
D.A.Godse A.P.Godse. 6.4.2 Recursive Subroutine A recursive subroutine is a subroutine which calls itself. Recursive subroutines are used to work with complex data structures called trees. If the subroutine is called with N (recursion depth) ...
D.A.Godse A.P.Godse, 2007
8
Computer Organisation
Nested subroutines are commonly classified as : • Re-entrant Subroutine • Recursive Subroutine 2.10.1.1 Re-entrant Subroutine In some situations it may happen that subroutinel is called from main program, subroutine2 is called from ...
D.A.Godse A.P.Godse, 2007
9
On Perl: Perl for Students and Professionals
A recursive subroutine is one in whose body it calls itself. Recursion is the primary means of flow of control in a functional programming language such as Lisp, or a logical programming language such as Prolog. In the following program, we ...
Jugal Kalita, 2003
10
Microprocessors and microcontroller
A.P.Godse, D.A.Godse. 4.2.2.2 Recursive Subroutine A recursive subroutine is a subroutine which calls itself. Recursive subroutines are used to work with complex data structures called trees. If the subroutine is called with N (recursion depth) ...
A.P.Godse, D.A.Godse, 2009

NOTÍCIAS NAS QUAIS SE INCLUI O TERMO «RECURSIVE SUBROUTINE»

Conheça de que se fala nos meios de comunicação nacionais e internacionais e como se utiliza o termo recursive subroutine no contexto das seguintes notícias.
1
Perl 5.16.0 now available
... a reference to the current subroutine, allowing for recursive subroutines to be ... the destruction of objects, the glob function, and short-circuiting operators. «The H, mai 12»
REFERÊNCIA
« EDUCALINGO. Recursive subroutine [on-line]. Disponível <https://educalingo.com/pt/dic-en/recursive-subroutine>. Jun 2026 ».
Baixe o aplicativo educalingo
PT