module test program的意思|示意
模块测试程序
module test program的网络常见释义
组件测试程序 ... 组件编目控制系统 modular inventory control system 组件测试程序 module test program 组件信息 module information ...
翻译 module test program翻译 【计】 组件测试程序, 模块测试程序 meaulloblast翻译 【医】 成神经管细胞 .
module test program相关例句
Finally, module testing introduces parallelism into the program testing process by presenting us with the opportunity to test multiple modules simultaneously.
最后,模块测试通过介绍程序测试的类似之处,给了我们这样一个能够同时测试多重模块的机会。
Then, we selected related test case for each block based on the characteristic of program module, and computed suspiciousness of every block.
然后根据程序中模块的特征选择与每个语句块相关的测试用例来计算该语句块的怀疑率。
On the basis of corresponding test methods of each module, the whole functional test program is programed by using th…
在各模块相应的测试方法基础上,采用逐步扩展测试范围的编排原则,编制整个微处理器功能测试程序。
The threads and forks module provide the same interface. You can switch between worker threads and worker processes by changing a single word in your program. Test it yourself.
的螺纹和福克斯模块提供相同的接口。你可以通过改变程序中的一个文字工作者线程和工作进程之间的切换。测试吧。
Evaluation module using Dynamic Testing and Black-box Testing as the base evaluation model and then achieve functional testing of user program by the test case library provided in the system.
以动态测试和黑盒测试作为评测功能的底层模型,借助系统的测试用例库实现用户程序的功能测试;
While writing a user space program to execute a system call is the "proper" way to do it, when you just want to test a system call module, it's annoying to have to write an additional program first.
当你想去测试一个系统调用模块时,编写一个用户空间的程序来执行一个系统调用是种“正规”的方法。但首先要编写额外的程序,这是恼人的事情。怎样才可以执行一个系统调用而又不用编写用户空间的程序呢?