call module信息详情

call module发音

意思翻译

呼叫模块

相似词语短语

module───n.[计]模块;组件;模数

faulting module───故障模块

lunar module───n.[航]登月舱;n.登月舱

cete module───无模块

module task───模块任务

cryptographic module───密码模件

reset module───复位模块

command module───n.(登月太空船的)指挥舱,驾驶舱;指挥舱;驾驶舱

tilting module───倾斜模块

双语使用场景

Listing 1-3 is a complete system call module.───清单1 - 3是一个完整的系统调用模块。

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.───当你想去测试一个系统调用模块时,编写一个用户空间的程序来执行一个系统调用是种“正规”的方法。但首先要编写额外的程序,这是恼人的事情。怎样才可以执行一个系统调用而又不用编写用户空间的程序呢?

Listing 5-4 shows a system call module designed to allocate kernel memory.───清单5 - 4演示了一个用于分配内核内存的系统调用。

英语使用场景

Listing 1 - 3 is a complete system call module.