您要查找的是不是:
- function definition module 功能定义模块,功能定义程序模块
- First, we must explicitly put the module name in every function definition. 首先,我们必须在每个函数定义中显式地放入模块名。
- The definition module goes on to define the elements. 定义模块继续定义元素。
- Therefore, the last statement is not part of the function definition. 因此,最后那一个语句不是函数定义的一部分。
- If you declare a variable inside a function definition, that variable is local. 如果在函数定义内声明一个变量,则该变量为局部变量。
- That assembles the base map module and the domain entities file and definition module. 组装基本的映射模块、领域实体文件和定义模块。
- Find the line that contains the undecorated function definition in the resulting listing. 在结果列表中查找包含未修饰函数定义的行。
- The function definition does not execute the function body; this gets executed only when the function is called. 函数定义不执行函数体,它们仅仅在调用时执行。
- Completes the global function definitions and global data definitions for this dynamic module. 完成此动态模块的全局函数定义和全局数据定义。
- If you specify annotations on the function declaration then you do not have to specify them on the function definition. 如果在函数声明上指定批注,则无需在函数定义上指定批注。
- A decorated name is a string created by the compiler during compilation of the function definition or prototype. 修饰名是在编译函数定义或函数原型期间由编译器创建的字符串。
- This is standard practice nowadays and helps the compiler to detect type mismatches between function definition declaration and function usage. 这是现在的常规作法,它可以帮助编译器检测函数定义声明和函数使用之间的类型不匹配。
- You can get the decorated form of a function name after you compile the source file that contains the function definition or prototype. 编译包含函数定义或函数原型的源文件之后,可以获取函数名的修饰形式。
- Reading and understanding a function's prototype is explained within the manual section titled how to read a function definition. 手册中如何阅读函数原型讲解了如何阅读和理解一个函数的原型。
- Nolog Does not store function definitions in the history file. 在历史文件中不保留函数定义。
- The link step resolves interfile dependencies, such as linking a function call in one file to a function definition contained in a second file. 链接步骤解决了文件间的依赖,如将一个文件中的函数调用链接到另一个文件中的函数定义。
- Function definitions are not permitted at the prompt or in scripts. 函数定义在当前模式或脚本中是不允许的。
- Does Monotone Locally Bounded Function Definitely Have Extreme? "单调有界函数必有极限"吗?
- Names are optional, but in a function definition, normally all parameters are named. A parameter must be named to be used. 参数名是可选的,但在函数定义中,通常所有参数都要命名。参数必须在命名后才能使用。
- If SET HIDDEN is used, debugging using the stored procedure debugger will not show the function definition, nor will it be available through procedure profiling. 如果使用SET HIDDEN,则使用存储过程调试程序进行调试将不会显示函数定义,也无法通过过程分析获得函数定义。