内部函数是函数体紧跟函数声明之后的标准函数。
An internal function is a standard function where the function body follows the function declaration.
SQL与SPARQL版本中的函数声明是相同的。
The function declarations in the SQL and SPARQL versions are identical.
以外的任何函数。否则只会在函数声明。
Otherwise it will only be visible in the function you declare it in.
为fci所创建的每一个定制函数声明惟一的识别号。
Declare a unique identification number for each custom function that you will create with the FCI.
请定义成员函数声明。
这个标准的函数声明与现代编译器编译的如何?
How is this pre-standard function declaration compiled with modern compiler?
既可以在函数声明也可以在函数定义中指定默认实参。
We can specify default argument (s) in either the function definition or declaration.
不在任何一个程序块内而和函数声明同级别的变量也是静态的。
The objects declared outside all blocks, at the same level as function definitions, are always static.
对大部分程序员来说,最重要的改变是新的函数声明和定义的语法。
For most programmers, the most important change is the new syntax for declaring and defining functions.
通常,应在函数声明中指定默认实参,并将该声明放在合适的头文件中。
Default arguments ordinarily should be specified with the declaration for the function and placed in an appropriate header.
所以你必须至少提供一个头文件,包含完整的函数声明的任何用户调用的函数。
So you must at least provide a header file that includes the full function declarations of any functions the user will call.
但为了解释作用域与重载的相互作用,我们将违反上述规则而使用局部函数声明。
To explain how scope interacts with overloading we will violate this practice and use a local function declaration.
唯一的方式为用户与兼容的名称改编的代码被编译为它在编译时完整的函数声明。
The only way for the user's code to be compiled with compatible name mangling is for it to have the full function declarations at compile time.
默认基础构造函数将调用反正如果不换句话说给:基地(…)派生的构造函数声明。
Default base constructor will be called anyway if not stated differently by giving the: base (...) at the derived constructor declaration.
在dojo .subscribe中,上下文是在函数声明之前传递的(参见清单12)。
In dojo.subscribe the context is passed before the function declaration (Listing 12).
定义:一种函数调用机制,你将函数声明为内联,编译器会将整个函数体在调用处展开。
Definition: You can declare functions in a way that allows the compiler to expand them inline rather than calling them through the usual function call mechanism.
如果两个函数声明的返回类型和形参表完全匹配,则将第二个函数声明视为第一个的重复声明。
If the return type and parameter list of two functions declarations match exactly, then the second declaration is treated as a redeclaration of the first.
显然,第一个代码块是一个函数声明,定义了名为ToggleSyntax的函数,它没有包含任何参数。
The first block of code is obviously a function declaration, defining a function named ToggleSyntax , which takes no arguments.
函数声明可以包含类类星体是作为他们的参数,如果一个函数被一个错误的类调用将打印一个错误。
Function declarations may include class type hints for their parameters. If the functions are called with an incorrect class type an error occurs.
剩余的函数声明被移除了,因为您可以简单地从cea .widget .ClickToCall基出小部件继承它们。
The rest of the function declarations are removed because you can simply inherit them from the base cea.widget.ClickToCall widget.
PPU代码中最有意思的一部分是包括了libspe.h头文件,它包含了所有用来在SPE上运行程序的函数声明。
The first interesting part of the PPU code is the inclusion of the libspe.h header file, which contains all of the function declarations for running programs on the SPE.
在基类中可以通过将虚函数声明为纯虚函数的手段来定义抽象类,强制派生类在自己的类定义中实现虚函数的具体功能。
In a base class, abstract class is defined by declaring pure virtual function, a derived class must define all inherited pure virtual functions of its base classes to be concrete.
defcreateEmployee(**args) 接收参数为字典args ,并显示Jython函数声明是多么灵活。
def createEmployee(**args) takes argument as dictionary argsand shows how flexible Jython function declaration can be.
Vimscript中的函数声明为运行时语句,因此如果一个脚本被加载两次,那么该脚本中的任何函数声明都将被执行两次,因此将重新创建相应的函数。
Function declarations in Vimscript are runtime statements, so if a script is loaded twice, any function declarations in that script will be executed twice, re-creating the corresponding functions.
_要探测的函数的函数原型声明。
_要探测的函数的函数原型声明。
应用推荐