上下文并不总是作为dojo函数签名中的相同参数传递的。
Context is not always passed as the same argument in a Dojo functions signature.
注意,选项是步骤的函数签名的一部分,它们的名称都是不变的。
Note that options are part of the functional signature of a step, and their names are invariant.
在下一个窗口中,指定函数种类为XML,XMLQuery为函数签名。
In the following window, specify the function category as XML, and XMLQuery as the function signature.
这样,当转换执行的时候,将在源代码中为选定的参数生成带有常量修饰符的函数签名。
This will generate a function signature in the source code with the const qualifier for the selected parameter, once the transformation is executed.
对于新的类型来说,的确可以添加dispatch .on通用函数签名,而不用修改以前的代码。
It is true enough that dispatch.on generic function signatures for new types can be added without changing the prior code.
通过提供TLB(类型库),我们可以拉每个函数签名,并可以显示每个签名到网格控制或树控件。
By providing TLB (Type libraries) we can pull every function signature and can show every signature to Grid control or on Tree control.
传递给该参数的任何函数都必须满足这个签名,否则将得到一个编译时错误。
Any function passed in to this parameter must satisfy this signature, or you will get a compiler error.
故障分析器使用由崩溃的线程调用的函数序列来为崩溃生成一个惟一的签名。
Fault analyzer USES the sequence of functions called by the thread that crashed to develop a unique signature for the crash.
传承自ml的函数语言中,函数是类型签名。
In the ML-descended functional languages, functions have type signatures.
很可能某个团队修改了某个函数的名字或签名,而另一个团队正在加入新的文件使用了同一个函数。
It is quite possible that one team will change a function's name or signature while another team is adding a new file using same-said function.
方法签名以冒号结尾,表示下面的代码行是函数体。
The method signature ends with a colon, which indicates that the body of the function follows on subsequent lines.
要查看完整的签名和文档以及其他FunctionQuery函数,请参见参考资料。
To see the full signatures and documentation for these and other FunctionQuery functions, see Resources.
在本例中,我们局部应用了editor,使得edit能够获得具有恰当签名的一个新函数。
In this case, we partially apply editor so that edit receives a new function with the appropriate signature.
在围绕g _ range参数所定义的全部可能范围构建签名时,check_dynamics函数将递归调用自身。
The check_dynamics function recursively calls itself while building signatures encompassing the full range of possibilities defined by the g_range parameter.
推荐使用的代替函数是memcpy_s,它在VC++ 2008的签名如下。
The recommended function to be used instead is memcpy_s which has the following signature in VC + + 2008.
接受一般数据而不接受强类型对象的方法签名的目标在于确保调用函数与目标对象之间的松散耦合。
The goal of a method signature that accepts generic data instead of strongly typed objects is to ensure loose coupling between the caller and the target object.
visit - node获取一个访问者函数列表,其中每个函数都有一个返回上下文映射的签名(fn [nodestate]),上下文映射中可能包含键:node、: state、: stop或:jump。
Visit-node takes a list of visitor functions, each with a signature (fn [node state]) that returns a context map, which can contain the keys: node, : state, : stop, or: jump.
函数定义的第一行也称为方法签名(method signature),以def开头(def是define这个单词的缩写)。
The first line of a function definition, also known as the method signature, begins with def (shorthand for define).
此外,对于必须在服务器端调用的函数,必须以名为ajax -Call的HTTP头部的形式提供它的签名。
In addition, the signature of the function that must be invoked on the server side is provided as an HTTP header named Ajax-Call.
增加的构造函数代码使用AspectWerkz 2.0定义的一个签名来访问上下文信息,这些信息包括为方面定义的所有参数。
The added constructor code USES a signature defined by AspectWerkz 2.0 to get access to context information, which includes any parameter definitions for the aspect.
如果是EclipseSWTGUI,类型需将具有以下签名之一的构造函数作为其成员包含进来。
An Eclipse SWT GUI, then the type includes, as one of its members, a constructor with one of the following signatures.
因为数字签名没有覆盖表达式,所以验证表达式无害,并且其调用的函数代码是安全的将非常重要。
Since expressions are not covered in the digital signature, it is important to verify that expressions aren't harmful, and that the code behind functions that are called by expressions is safe.
基于离散对数问题和单向函数的安全性,提出了一个新的安全的代理签名方案。
This paper proposed a secure proxy signature scheme based on the security of logarithmic problem and one-way function.
利用密码哈希函数的良好性质和DLP的困难性问题,构造了一个可验证可关联的环签名方案。
Making use of the good properties of cryptography Hash functions and the difficulties of DLP, a verifiable and linkable ring signature scheme is constructed.
如果指定完整签名(函数名和完整参数列表),调试器将在指定重载上设置一个断点。
If you specify the complete signature, function name, and full argument list, the debugger sets one breakpoint on the specified overload.
哈希函数通常用于数字签名和保持数据完整性。
Hash functions are commonly used with digital signatures and for data integrity.
静态函数也可参与重载,但就返回类型而言,方法的静态状态不影响其签名。
Static functions may also participate in overloading, but as with return types, the static status of a method does not affect its signature.
函数的“签名”基于它接受的参数的数量、类型和顺序。
The "signature" of a function is based on the number, type, and order of parameters it accepts.
函数的“签名”基于它接受的参数的数量、类型和顺序。
The "signature" of a function is based on the number, type, and order of parameters it accepts.
应用推荐