... 组件编目控制系统 modular inventory control system 组件测试程序 module test program 组件信息 module information ...
双语例句
1
Then, we selected related test case for each block based on the characteristic of programmodule, and computed suspiciousness of every block.
然后根据程序中模块的特征选择与每个语句块相关的测试用例来计算该语句块的怀疑率。
2
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.
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.