标号标识符英文解释翻译、标号标识符的近义词、反义词、例句
英语翻译:
【计】 label identifier
分词翻译:
标号的英语翻译:
grade; tab
【计】 ASCII label ASCII
【化】 mark number; marking
标识符的英语翻译:
【计】 ID; identifier
网络扩展解释
标号标识符
“标号标识符”是计算机编程中经常使用的词汇,指的是在程序中用来标识某个变量、函数或过程的名称或代码。
中文拼音
biao1 hao4 biao1 shi4 fu4
英语解释翻译
Identifier
An identifier is a name that identifies (that is, labels the identity of) either a unique object or a unique class of objects, where the "object" or class may be an idea, physical object, or physical substance.
英文读音
aɪˈdɛntɪfaɪər
英文用法(中文解释)
在计算机编程中,标号标识符用于给变量、函数、过程等命名,以便于在程序中调用和识别。
英文例句(包含中文解释)
- The identifier for this variable is "num1". (这个变量的标识符是“num1”)
- This function uses the identifier "calculate". (这个函数使用了标识符“calculate”)
英文近义词(包含中文解释)
- Name (名称)
- Label (标签)
英文反义词(包含中文解释)
- Undefined (未定义的)
英文单词常用度
Identifier是一个常用词汇,在计算机编程中使用频率较高。