面向语法的加工程序英文解释翻译、面向语法的加工程序的近义词、反义词、例句
英语翻译:
【计】 syntax-oriented processor
分词翻译:
面向的英语翻译:
look on
语法的英语翻译:
grammar; phraseology; phrasing; syntax; wording
【计】 syntax
加工程序的英语翻译:
【化】 job program; job sequence; workpiece programme
【经】 job program; job sequence
网络扩展解释
面向语法的加工程序
面向语法的加工程序,英文为"parser",是一种用来分析语句或符号串语法结构的程序。它通常是编译器或解释器的一部分,用于将源代码或者用户的输入转换成计算机可以处理的形式。
中文拼音
面向语法的加工程序 - miàn xiàng yǔ fǎ de jiā gōng chéng chéng xù
英语解释翻译
Parser - A program used to analyze the grammatical structure of sentences or strings of symbols. It is usually part of a compiler or interpreter and is used to convert source code or user input into a form that a computer can process.
英文读音
/ˈpɑːrsər/
英文的用法(中文解释)
Parser通常是编译器或解释器的一部分使用,用于将源代码或者用户的输入转换成计算机可以处理的形式。它可以将输入的代码分成一系列的标记,然后通过语法分析器进行分析,最终生成一棵语法树。语法树可以用于执行代码或编译成机器代码。
英文例句(包含中文解释)
1. This parser is designed for a specific programming language.(这个解析器是为特定的编程语言设计的。)
2. The parser found a syntax error in the code.(解析器在代码中发现了语法错误。)
英文近义词(包含中文解释)
1. Syntax analyzer, Syntax parser - 语法分析器
2. Compiler, Interpreter - 编译器,解释器
英文反义词(包含中文解释)
No antonyms found.
英文单词常用度
Parser的常用度为中等,它是编程中非常重要的一个工具,但并不是每个人都需要使用它。