清单8提供了实现的函数用法和函数骨架示例。
Listing 8 provides an example of the function use and skeleton functions for implementation.
包括了一个演示这个函数用法的演示应用程序。
A demo application illustrating the use of the function has been included.
对于任何给定程序库,您都应该通读它所提供的文档,以了解其原型和标准库函数的用法是否有所变化。
You'll need to go through the documentation provided with any given library to know if there is any change in the prototypes and therefore in the usage of the standard library functions.
在简单的组件中,还用不到这些函数,因为简单组件的代码就包含了这些步骤,或者可以找到其他方式实现这些API 的通用用法。
These functions are not required as simple components can encompass these steps in their actual code, or you may find other ways of establishing common usage of the APIs.
此外,清单13显示了抽象方法的用法,演示如何将基本功能放入基类中以及如何阻止实现类使用特定函数。
Additionally, Listing 13 shows the use of an abstract method to demonstrate how basic functionality can be put into a base class and specific functionality can be deterred to an implementation class.
异常处理的最常见用法是中断一个函数,将异常提交给调用程序(可能是该调用程序,或者是堆栈中上级调用程序)。
The most common use of exception handling is breaking out of a function to raise an exception to a caller (which may be the caller or a caller higher up the stack).
当然,除了这里讨论的用法外,用SQL和 SQL/XML函数还可以做更多的事。
There's certainly more you can do with SQL and SQL/XML functions than we've discussed here.
注意此处printk的用法:这是内核的printf函数。
Note the use of printk here: this is the kernel printf function.
注意argv列表的长度是通过len函数而不是作为方法获得的,这是Jython的一种用法,在许多语言中也常见。
Notice that the length of the argv list is obtained through the len function and not as a method; this is a Jython idiom and is common in many languages.
例如,如果希望了解某个特定的maxima函数是如何工作的,那么就可以简单地输入example (desolve),然后它会提供很多样例用法。
For example, if you want to know how a particular Maxima function works, you can simply type example (desolve) and it provides a number of example usages.
高阶函数的最常见用法或许是lambda表达式,这是闭包的lisp版。
Perhaps the most common use of higher-order functions is the lambda expression, which is Lisp's version of a closure.
在本例中,您看到了new -concat和new - compare - criteria等函数的用法,它们是由我们在清单5中调用的defnode宏创建的。
In this example, you see the use of functions like new-concat and new-compare-criteria, which were created by the defnode macro we called back in Listing 5.
下面是 mkewuidKornShell脚本函数产生的用法信息
The following usage message information is from the mkewuid Korn Shell script function
args “函数负责确保我们接收到正确数量的命令行自变量,它还负责打印有帮助的用法信息。”
The "args" function takes care of making sure that we receive the correct number of command-line arguments, and also handles printing helpful usage information.
本期文章重点放在基本的语法和SPE汇编语言及ABI (applicationbinary interface或平台的函数调用约定)的用法上。
This article focuses on the basic syntax and usage of SPE assembly language, and the ABI (the application binary interface, or the function calling conventions of the platform).
在大部分Ajax编程的真实情况中,这种就绪状态的唯一用法就是使用相同的XMLHttpRequest对象在多个函数之间生成多个请求。
The only use for this ready state in almost-real-world Ajax programming is if you make multiple requests using the same XMLHttpRequest object across multiple functions.
如在lambda函数的示例中所示,闭包的最明显用法之一是少数php函数接受回调函数作为参数。
As we saw in the examples for lambda functions, one of the most obvious USES for closures is in the few PHP functions that accept a callback function as a parameter.
到目前以止,我已经向大家介绍了 $()函数的三种用法。
So far, I've shown you three different ways to use the $() function.
同时该函数的用法进行了扩展和压缩。
The utility of this function has also expanded and contracted at the same time.
API的基本用法很简单:把要进行基准测试的代码提供给一个Benchmark构造函数。
The API for most uses is simple: you supply the code to be benchmarked to a Benchmark constructor.
如果你要使用这些适配器,它们的用法与标准的函数指针适配器是一样的。例如。
If you need to use these adapters, usage is identical to the standard function pointer adapters. For example.
位移函数不准有任何优先用法。
The displacement function must not have any preferred direction.
位移函数不准有任何优先用法。
The displacement function must not have any preferred direction .
对31个STAGE函数进行了讨论,介绍了该函数的主机用法、参考函数、返回值所表示的意义等,并给出了部分函数的应用实例。
The discussion on the 31 STAGE functions was made, the host usage, reference function, return value of the functions and their significance were introduced, and the applied examples of some functions.
对NIOS内部的函数进行详细注释,对函数的参数及其用法进行了解释说明。
The internal functions of the NIOS detailed notes on the function parameters and their usage is explained instructions.
此外,文章还给出了二维和三维形状量词的使用函数公式,并从绝对量、轨迹方面讨论了形状量词的一些特殊用法。
Also, this paper has given the function formulas, absolute value and locus governing the USES of shape based classifiers.
类中的常数字段类似于全局或函数常数,不同的只是它的作用范围是该类,而且它可以用多个修饰符来指定其可见性和用法。
A constant field in a class is similar to a global or function constant, except that it is scoped to the class and it can have various modifiers governing its visibility and usage.
类中的常数字段类似于全局或函数常数,不同的只是它的作用范围是该类,而且它可以用多个修饰符来指定其可见性和用法。
A constant field in a class is similar to a global or function constant, except that it is scoped to the class and it can have various modifiers governing its visibility and usage.
应用推荐