This check function reports the number of rules processed and how many passed or failed.
这个检查功能报告处理的规则数量和通过或失败的规则数量。
Now you'll define the check function that performs the actual checks, as shown in Listing 3.
现在,您将定义check函数,由此函数执行实际的检查,如清单3所示。
In addition, the interference between parts is removed with the interference check function of I-DEAS.
同时,利用I - DEAS软件的干涉检查功能,解决了零部件的干涉问题。
Besides, the self-check function can offer the user kinds of information about the operation and protection.
此外电脑的自检功能可向用户提供各种运行和保护信息。
The same concepts could be used to purge a directory of any specific files by simply modifying the check function.
仅通过简单地修改check函数,就可利用相同的概念来清除任何特定文件的目录。
The name-check function returns "True" if its argument input PATHNAME is valid for a particular operating system or file system.
如果其参数输入PATHNAME对于特定的操作系统或文件系统有效,名称检查函数将返回“True”。
File checking occurs in the check function and simply looks for files ending with a tilde (~) or pound sign (#), beginning with a pound sign, or ending with the extension .pyc.
文件检查发生在check函数中,仅简单地检查以波浪号(~)或者井号(#)结束的文件,以井号后开始或扩展名 .pyc 结束的文件。
A self-check function unit of the transducer parameter is designed to overcome the effect of the identity of transducer and the inhomogenety of washing motor on washing process.
为了克服传感器的不一致性以及电动机特性的分散性对洗衣过程的影响,设计了一个传感器参数自检功能单元。
You'll now use the check function by adding check statements to the rest of the functions, with a few shown to you as guides in Listing 4 (you can find the rest in the source code download).
现在,您将使用check函数,方法是将check语句添加到函数的其余部分,清单4中显示的部分内容可以作为您的指导(其余部分可从源代码下载获得)。
If there are no hits, you might want to create one temporarily just to check that the search function works.
如果没有找到任何结果,您可能要临时创建一个结果来检查搜索功能是否有效。
A service might be a business function, such as check customer credit, or it might be a system capability, such as log in user.
服务可以是一项业务功能,比如检查客户的存款余额,也可以是一项系统能力,比如登录用户。
To do this, make a HEAD request and then check for a 404 error in your callback function; Listing 11 shows a sample callback.
要实现这种功能,生成一个HEAD请求,然后在回调函数中检查404错误;清单11给出了一个简单的回调函数。
In XSLT 2.0, you can use a second argument to further check if a particular function that supports a specific number of arguments, or arity, is supported.
在XSLT 2.0中,可以使用第二个参数进一步检查某个函数是否支持特定数量或者任意的参数。
The first step before reusing anything, even a small function, is to check its documentation to see if there's a security warning about it.
开始重用任何组件之前,即使是很小的一个函数,我们要执行的第一个步骤都是检查这个组件的文档,从而了解其中是否提及了安全性警告。
Some disciples espouse using exceptions to check parameters and other preconditions, and error codes to report processing errors within the function.
某些派别的信徒支持使用异常来检查参数和其他的前置条件,使用错误编码来报告程序中出错的处理。
Check it out for the CPP section, and pick up the function you are interested in.
查看CPP部分,选择您感兴趣的函数。
It then USES the built-in isdirectory function to check whether the requested directory exists.
然后它使用内置的isdirectory函数来检查请求的路径是否存在。
mwarn-framesize=framesize and -mwarn-dynamicstack: These options cause a compile-time check whether a function exceeds a given stack frame size or uses dynamically sized stack frames.
mwarn-framesize=framesize和 -mwarn-dynamicstack:这些选项会引起在编译时检查函数是否超过给定的堆栈帧(stack frame)大小或使用动态调整的堆栈帧。
In this example, you want the getopt function to check for the existence of any of the option letters in that string, and each should have a value.
在这个示例中,希望让getopt函数检查命令行中是否有任何选项字母,而且每个选项应该有一个值。
You use the access_ok function to check the validity of the pointer in user space that you intend to access.
您可以使用 access_ok函数在您想要访问的用户空间检查指针的有效性。
It is aligned to the business perspective of a service, which typically represents a discrete business function (for example, check credit, open account).
与服务的业务透视图保持一致,服务通常表示离散的业务功能(例如,检查信用、开立帐户)。
You can now run this function on users.php and check to see if a particular user ID is in the array.
现在可以在users.php 上运行这个函数,检查某个用户ID是否在该数组中。
That is, we no longer check that the final balance of the test account is correct; we would check that function in the unit test for the Transaction object, not the AtmGui object.
也就是说,我们不再检查测试帐户的最终余额是否正确;我们将在对Transaction对象的单元测试中检查该函数,而不是在对atmgui对象的单元测试中。
I can also just call the if_error function every time I want to check to see if something failed, as shown in Listing 11.
每当我希望检查某些操作是否失败时,我还可以仅调用if_error函数,如清单11所示。
The luaL_checknumber() function can also be used to check arguments, printing an informative error message and aborting execution of the function.
luaL_checknumber()函数还可以用于检查参数,并且还能打印包含信息的错误消息,以及中断函数的执行。
You could modify the parseOpts() function to check for multiple occurrences of the same command line option, but you’ll have to decide how valuable adding that kind of check would be.
可以修改parseOpts()函数,让它检查同一个命令行选项多次出现的情况,但是您必须判断添加这种检查有多大价值。
When the kernel function sys_init_module is called, it begins with a permissions check to see whether the caller can actually perform this operation (through the capable function).
当调用内核函数sys_init _ module时,会开始一个许可检查,查明调用者是否有权执行这个操作(通过capable函数完成)。
The read_file function USES the stat function call to check the modification time of the file, only re-reading the contents of the file if it changed since the last time the file was loaded.
read _ file函数使用stat函数调用检查文件的修改时间,只有在上一次装载之后修改了文件的情况下,它才重新读取文件的内容。
The message you want to display for that particular error check is passed to the if_error function.
对应于该特定错误检查的消息将传递给if_error函数。
This interface includes the pam_acct_mgmt() function to check whether authenticated users should receive access to their accounts.
这个接口包含 pam_acct_mgmt()函数,这个函数检查通过身份验证的用户是否应该获得对他们的帐号的访问。
应用推荐