好词典

idl

UK /ˈaɪd(ə)l/US /ˈaɪd(ə)l/

词源

IDL 是 Interface Definition Language 的首字母缩写,起源于分布式计算和跨语言通信的需求。

noun

❶ IDL 是 Interface Definition Language 的缩写,即接口定义语言。它是一种用于定义软件组件接口的规范语言,常用于分布式系统和跨语言通信中。

“The IDL file describes the interface between client and server.”

(IDL 文件描述了客户端和服务器之间的接口。)

“CORBA uses IDL to define object interfaces.”

(CORBA 使用 IDL 来定义对象接口。)

同义词:Interface Definition Language, interface language, specification language

常见短语

IDL compiler — IDL 编译器是一种工具,用于将 IDL 文件转换为特定编程语言的代码,以便实现接口。

“The IDL compiler generates Java and C++ code from the interface definition.”

(IDL 编译器从接口定义生成 Java 和 C++ 代码。)