非形式类型描述英文解释翻译、非形式类型描述的近义词、反义词、例句
英语翻译:
【计】 informal type specification
分词翻译:
非的英语翻译:
blame; evildoing; have to; non-; not; wrong
【计】 negate; NOT; not that
【医】 non-
形式的英语翻译:
form; format; modality; shape
【法】 form
类型描述的英语翻译:
【计】 type specification
网络扩展解释
《非形式类型描述》
非形式类型描述,中文拼音 fēi xíng shì lèi xíng miáo shù,是一种计算机科学中的术语,特指编程语言中的数据类型描述方法。以下是该术语的英语解释、读音和用法。
英语解释
The term “informal type description” refers to the method of describing data types in programming languages. This is a concept in computer science.
英文读音
/ˌɪnˈfɔːrml taɪp dɪsˈkrɪpʃən/
英文的用法
The informal type description is a way of specifying the structure of a data type in a programming language, without using a formal notation such as a type schema or a type definition. This method is often used to describe abstract data types.
英文例句
Here is an example of an informal type description for a stack data structure in the C programming language:
struct stack {
int top;
int* data;
};
// This structure defines a stack with a top pointer and a data array.
以下是该术语的中文近义词、反义词,以及英文常用度。
英文近义词
-
英文反义词
-
英文单词常用度
该术语在英文文献及编程资料中均有一定的出现频率。