当前位置:乐沙网 > 汉英词典 > 过程子程序的英语翻译,近义词、反义词、例句

过程子程序英文解释翻译、过程子程序的近义词、反义词、例句

英语翻译:

【计】 procedure subprogram

相关词条:

1.proceduresubroutine  

分词翻译:

过程的英语翻译:

course; procedure; process
【计】 PROC
【化】 process
【医】 course; process
【经】 process

子程序的英语翻译:

subprogram; subroutine
【计】 functional element program; subprograme; subroutine
【经】 sub-program; sub-routine

网络扩展解释

过程子程序

guò chéng zǐ chéng xù
过程子程序 (guò chéng zǐ chéng xù) 是计算机科学中用于分解程序的一种方法。它是一个具有独立功能的程序模块,可以在程序的不同部分进行多次重用。过程子程序的主要目的是使程序变得更易于理解和维护。

英文解释

Procedure
A procedure is a self-contained module of code that performs a specific task. It can be reused in different parts of a program to avoid duplication of code and simplify the overall program structure.

英文发音

/prəˈsiː.dʒər/

英文用法

A procedure is typically used to perform a specific task that is needed in multiple parts of a program. It is especially useful for complex and repetitive tasks that require the same code over and over again. Procedures can also help make code more modular and easier to maintain.

英文例句

Here is an example of a procedure for calculating the average of an array of numbers:

procedure Average(nums)
{
  sum = 0;
  for each num in nums {
    sum = sum + num;
  }
  return sum / nums.length;
}
这是一个计算数字数组平均值的过程子程序的示例。

英文近义词

Function
A function is similar to a procedure in that it performs a specific task, but it differs in that it returns a value and can be used as an expression in a program.

英文反义词

Variable
A variable is a value that can change over the course of a program, while a procedure is a self-contained module of code that performs a specific task and does not change its internal state.

英文单词常用度

根据Oxford Learner's Dictionaries的数据,procedure是常用词汇。

分类

ABCDEFGHIJKLMNOPQRSTUVWXYZ

汉英词典 请记住链接:https://hanying.yuesha.com/nqmpl6uZ.html

【别人正在浏览】
展开全部内容
更多工具: