下载应用程式
educalingo
搜索

在"英语"词典里recursive subroutine}的意思

词典
词典
section

英语中RECURSIVE SUBROUTINE的发音

recursive subroutine play
facebooktwitterpinterestwhatsapp

RECURSIVE SUBROUTINE的语法类别

noun
形容词
动词
副词
代词
介词
连词
限定词
感叹词

RECURSIVE SUBROUTINE在英语中的意思是什么?

点击查看«recursive subroutine»在英语词典里的原始定义
点击查看在中文词典里此定义的自动翻译

在英语 词典里recursive subroutine的定义

递归子程序在字典中的定义是一个子程序,可以调用自己作为其执行的一部分。

The definition of recursive subroutine in the dictionary is a subroutine that can call itself as part of its execution.


点击查看«recursive subroutine»在英语词典里的原始定义
点击查看在中文词典里此定义的自动翻译

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

RECURSIVE SUBROUTINE一样开头的英语单词

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

英语近义词词典里recursive subroutine的近义词和反义词

近义词

«recursive subroutine»的25种语言翻译

翻译者
online translator

RECURSIVE SUBROUTINE的翻译

通过我们的英语多语言翻译器,找到recursive subroutine25种语言翻译
该章节所呈现的将recursive subroutine由 英语向其他语言的翻译是通过自动统计翻译获得的;在英语中基本的翻译单位是单词«recursive subroutine»。

翻译者英语 - 中文

递归子程序
1,325 数百万发言者

翻译者英语 - 西班牙语

subrutina recursiva
570 数百万发言者

英语

recursive subroutine
510 数百万发言者

翻译者英语 - 印地语

पुनरावर्ती उपनेमका
380 数百万发言者
ar

翻译者英语 - 阿拉伯语

روتين العودية
280 数百万发言者

翻译者英语 - 俄语

рекурсивная подпрограмма
278 数百万发言者

翻译者英语 - 葡萄牙语

sub-rotina recursiva
270 数百万发言者

翻译者英语 - 孟加拉语

পুনরাবৃত্ত সাবরুটিন
260 数百万发言者

翻译者英语 - 法语

sous-programme récursif
220 数百万发言者

翻译者英语 - 马来语

Subroutine rekursif
190 数百万发言者

翻译者英语 - 德语

rekursive Unterprogramm
180 数百万发言者

翻译者英语 - 日语

再帰的サブルーチン
130 数百万发言者

翻译者英语 - 韩语

재귀 서브 루틴
85 数百万发言者

翻译者英语 - 印尼爪哇语

Subroutine rekursif
85 数百万发言者
vi

翻译者英语 - 越南语

chương trình con đệ quy
80 数百万发言者

翻译者英语 - 泰米尔语

சுழல்நிலை உப்ரூடின்
75 数百万发言者

翻译者英语 - 马拉地语

रिकर्सिव उपकार्यक्रम
75 数百万发言者

翻译者英语 - 土耳其语

Özyinelemeli altprogram
70 数百万发言者

翻译者英语 - 意大利语

subroutine ricorsiva
65 数百万发言者

翻译者英语 - 波兰语

podprogram rekurencyjny
50 数百万发言者

翻译者英语 - 乌克兰语

рекурсивна підпрограма
40 数百万发言者

翻译者英语 - 罗马尼亚语

subrutină recursiv
30 数百万发言者
el

翻译者英语 - 希腊语

αναδρομικές υπορουτίνα
15 数百万发言者
af

翻译者英语 - 布尔语(南非荷兰语)

rekursiewe subroutine
14 数百万发言者
sv

翻译者英语 - 瑞典语

rekursiv subrutin
10 数百万发言者
no

翻译者英语 - 挪威语

rekursiv subrutine
5 数百万发言者

recursive subroutine的使用趋势

趋势

词语 «RECURSIVE SUBROUTINE»的使用趋势

0
100%
频率
未使用
8
/100
此处所显示的地图给出了词语«recursive subroutine»在不同国家的使用频率。
recursive subroutine的主要搜索趋势和常见用法
用户为查找我们的英语在线词典以及单词«recursive subroutine»的最常用表达而进行的主要搜索的列表。

词语«RECURSIVE SUBROUTINE» 随时间而变化的使用频率

该图表展现了单词«recursive subroutine»在过去500年中的用法频率的每年演化其实施是基于分析词语«recursive subroutine»从1500年到现在在 英语数字出版物中出现的频率。

recursive subroutine的英语文献、引用和新闻中的使用范例

示例

«RECURSIVE SUBROUTINE»相关的英语书籍

在以下的参考文献中发现recursive subroutine的用法。与recursive subroutine相关的书籍以及同一来源的简短摘要提供其在 英语文献中的使用情境。
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

包含词语«RECURSIVE SUBROUTINE»的新条目

找出国内和国际出版社所讨论的内容,以及词语recursive subroutine在以下新条目的上下文中是如何使用的。
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, 五月 12»

参考文献
« EDUCALINGO. Recursive subroutine [在线]. 可用 <https://educalingo.com/zh/dic-en/recursive-subroutine>. 五月 2024 ».
下载educalingo应用
en
英语 词典
, 发现隐藏于单词之后的一切
索引
a b c d e f g h i j k l m n o p q r s t u v w x y z