说明过程 meaning in Chinese
declarative procedure
Examples
- Explains the values returned by the procedure
说明过程返回的值 - Describes the procedures and provides the necessary links for modifying the definition of a view , modifying data through a view , and deleting a view
说明过程,并提供修改视图定义、通过视图修改数据和删除视图所需的链接。 - It is good programming practice to begin all procedures with a brief comment describing the functional characteristics of the procedure what it does
在所有过程的开头加入一段说明过程功能特征(过程的作用)的简短注释是一个很好的编程做法。 - A procedure declaration does several things : states whether the procedure is a function or a sub , names the procedure , and details any parameters the procedure might have parameters will be discussed in detail later in this lesson
过程声明执行以下几项任务:指出过程是一个函数还是一个sub ,命名过程,并详细说明过程可能具有的任何参数(本课后面将详细讨论参数) 。