
好词典

源自拉丁语 'specificare'(明确说明),由 'species'(种类)和 'facere'(做)组成,后经法语 'spécifier' 进入英语。
❶ 指在技术或专业领域中,用于明确说明或定义某事物具体细节的元素或标识符。常用于编程、医学等需要精确描述的场合。
“In programming, a type specifier declares the data type of a variable.”
(在编程中,类型说明符用于声明变量的数据类型。)
“The doctor wrote a specifier for the patient's medication dosage.”
(医生为患者的药物剂量写了一个具体说明。)
type specifier — 在编程语言中用于明确变量或函数类型的标识符,帮助编译器理解数据的处理方式。
“The 'int' type specifier is used to declare integer variables in C.”
('int'类型说明符在C语言中用于声明整数变量。)