How is this pre-standard function declaration compiled with modern compiler?
这个标准的函数声明与现代编译器编译的如何?
In dojo.subscribe the context is passed before the function declaration (Listing 12).
在dojo .subscribe中,上下文是在函数声明之前传递的(参见清单12)。
def createEmployee(**args) takes argument as dictionary argsand shows how flexible Jython function declaration can be.
defcreateEmployee(**args) 接收参数为字典args ,并显示Jython函数声明是多么灵活。
To explain how scope interacts with overloading we will violate this practice and use a local function declaration.
但为了解释作用域与重载的相互作用,我们将违反上述规则而使用局部函数声明。
If you specify annotations on the function declaration then you do not have to specify them on the function definition.
如果在函式宣告上指定附注,就不需要在函式定义上指定。
The first block of code is obviously a function declaration, defining a function named ToggleSyntax , which takes no arguments.
显然,第一个代码块是一个函数声明,定义了名为ToggleSyntax的函数,它没有包含任何参数。
So Vimscript provides a keyword modifier (function!) that allows you to indicate that a function declaration may be safely reloaded as often as required.
因此Vimscript提供了一个关键字修饰符(function !)
Guideline 1 can be ensured by type checking and throwing an error message if there is any static storage declaration in the function.
准则1可以通过类型检查得到保证,如果在函数中有任何静态存储声明,则抛出错误消息。
The declaration and definition generated for the inline function with this option would all be in the header file, as shown in Listing 5.
采用这一选项为内联函数所生成的声明和定义将全部位于头文件中,如列表5所示。
This namespace declaration is required for any application that USES the library since the user-defined function has to be in a certain namespace.
任何使用该库的应用程序都需要这个名称空间声明,因为用户定义的函数必须存在某个名称空间中。
The header file contains the declaration of the function as shown in Listing 3, and the body file contains the definition of the function as shown in Listing 4.
头文件中包含函数的声明,如列表3中所示,而实体文件中包含函数的定义,如列表4中所示。
The (right curly brace) is aligned with the line containing the beginning of the declaration of the function.
(右大括号)与声明函数的那一行代码头部对齐。
If you wanted to make sure that a new offer can only be taken if its amount is higher than the previous offer, then all you have to do is add a validation function to the ref declaration.
如果想确保在新的提供值的数量比原有提供值更高时,只接受新的提供值,那么仅需为ref声明添加验证函数。
The transformation also provides an option to generate the function definition for an inline function in the header file below the class declaration. To activate this option, perform these steps
该转换还提供了另外一个选项:为一个在类声明下的头文件中的内联函数生成该函数的定义。
Implicit declaration of function increment.
函数增长的隐式说明。
The function begins with the declaration of a variety of needed variables and structures.
函数开始是声明所需变量和结构。
Now we've identified where and how the function is exposed, we can create a declaration of this function we can use in our code.
现在我们已经确定在哪里以及如何公开的函数,我们可以创建一个声明这个函数我们可以用在我们的代码。
A vertex shader consists of two parts: shader function and shader declaration.
顶点着色器包含两个部分:着色器函数和着色器声明。
The key to these problems is how to understand the actual function and the interrelationship between the intent and the declaration in legal transactions.
解决这个问题的关键是如何理解意思与表示在法律交易中的实质作用及其相互关系。
Default arguments ordinarily should be specified with the declaration for the function and placed in an appropriate header.
通常,应在函数声明中指定默认实参,并将该声明放在合适的头文件中。
With the releasing of Bologna Declaration in 1999, it is hoped that adding the accumulation function to ECTS for life long leaning besides the great contribution to facilitating the mobility.
1999年《 波洛尼亚宣言》发表,在肯定欧洲学分转换系统在促进学生流动方面的作用的同时,也希望将积累功能附加在欧洲学分系统之上,以促进终身学习。
Enable the warnings, you'll see a implicit declaration of function message.
启用的警告,你会看到一个隐式声明的函数的消息。
To call this scripted function, you have to create an event declaration for this function and call that.
要调用这个脚本函数,你需要为它创建一个函数类型声明。
This means that the value of a local constant is undefined until the constant declaration statement is reached and that a local variable is undefined until the variable is assigned to in the function.
这就意味着在到达常数声明语句前局部常数值是未定义的,在函数中分配变量前局部变量是未定义的。
This means that the value of a local constant is undefined until the constant declaration statement is reached and that a local variable is undefined until the variable is assigned to in the function.
这就意味着在到达常数声明语句前局部常数值是未定义的,在函数中分配变量前局部变量是未定义的。
应用推荐