递归类型定义英文解释翻译、递归类型定义的近义词、反义词、例句
英语翻译:
【计】 recursive type definition
分词翻译:
递归的英语翻译:
【计】 recursion; recurssion
类型定义的英语翻译:
【计】 type definition
网络扩展解释
递归类型定义
“递归类型定义”是指定义一个数据类型,其中包含了该类型本身。它通常被用于数据结构的定义、编程语言类型系统的实现等领域。
英语解释翻译
"Recursive Type Definition" refers to defining a data type that includes itself. It is commonly used in the definition of data structures and implementation of programming language type systems.
英文读音
英式读音:rɪˈkɜːsɪv taɪp dɪˈfɪnɪʃ(ə)n
美式读音:rɪˈkɜːrsɪv taɪp dəˈfɪnɪʃ(ə)n
英文的用法
“递归类型定义”在编程领域中被广泛使用,特别是在数据结构的设计与实现中。
英文例句
Example 1: In this programming language, you can define a linked list using a recursive type definition.
在这个编程语言中,你可以使用递归类型定义来定义一个链表。
Example 2: The abstract syntax tree for this programming language can be defined as a recursive type.
这个编程语言的抽象语法树可以定义为一个递归类型。
英文近义词
Recursive Data Type, Self-Referential Type, Inductive Type
递归数据类型、自引用类型、归纳类型
英文反义词
Primitive Type, Simple Type
基本类型、简单类型
英文单词常用度
在编程领域中,"recursive"和"type"都是非常常用的词汇,因此"recursive type definition"也是一个非常常见的短语。