面向过程的语言英文解释翻译、面向过程的语言的近义词、反义词、例句
英语翻译:
【计】 procedure-oriented language
分词翻译:
面向的英语翻译:
look on过程的英语翻译:
course; procedure; process【计】 PROC
【化】 process
【医】 course; process
【经】 process
语言的英语翻译:
language; parole; talk【计】 EULER EULER; L; language; LUCID LUCID; Modula; vector FORTRVN
【医】 speech
网络扩展解释
面向过程的语言
miàn xiàng guò chéng de yǔ yán
Process-oriented language
[mee-ahn syahng gwaw chuhng duh yoo yahn]
该术语用于描述一种计算机编程语言,其重点在于基于过程实现代码,即基于算法和流程逻辑,语言本身并不针对对象或模块进行封装。
The term is used to describe a type of computer programming language that focuses on implementing code based on processes, i.e., algorithms and flow logic. The language itself does not encapsulate objects or modules.
在面向过程的语言中,程序被分解为一系列可重复的步骤,每个步骤都会使用一组输入数据,并返回一组输出数据,以便下一步骤能够使用。
In process-oriented languages, programs are broken down into a series of repeatable steps, each step using a set of input data and returning a set of output data so that the next step can use it.
例如,C语言就是一种典型的面向过程的语言,它通常用于低级别的硬件控制和系统编程中。
For example, C is a typical process-oriented language often used for low-level hardware control and systems programming.
英文例句:
- 面向过程的编程模型更适合算法和评估逻辑处理。
- (The process-oriented programming model is better suited for algorithm and evaluation logic processing.)
英文近义词:
- Procedure-oriented programming
- Procedural programming
英文反义词:
- Object-oriented programming
英文单词常用度:
- 面向过程的语言 (Process-oriented language) - 不常用 (not common)
- 计算机编程语言 (Computer programming language) - 常用 (common)
- C语言 (C language) - 常用 (common)
- 低级别的编程 (Low-level programming) - 不常用 (not common)