device driver

设备驱动程序:一种软件
常用释义
设备驱动程序:一种软件,通常由操作系统或硬件制造商提供,用于在个人计算机的操作系统和特定硬件设备之间进行通信。

扩展信息

设备驱动程序
LINUX操作系统 - 搜搜百科 ... 文件系统( file system) 设备驱动程序device driver) 进程间通信( inter-process communic…
装置驱动程式
装置驱动程式(英语:device driver),简称驱动程式(driver),是一个允许高阶(High level)电脑软体(computer software…
设备驱动程式
撰写设备驱动程式device driver)的人才,能很快因应变化跟上时代的动脉。第二 ,国内半导体工业兴起,能自行制造ASIC …
设备驱动器
英语词典查询:device ... device 设备,仪器,装置 详细 device driver 【电脑】设备驱动器 详细 ...
装置驱动程序
计算机与网络用语中英翻译(二) ... device context 装置内容 device driver 装置驱动程序 device manager 装置管理员 ...
开发驱动程序
3. 对开发驱动程序Device Driver)及使用者界面(UI)有兴趣者; 4. 具阅读和编写英文技术类文档能力,通过CET4及以上…

例句

1·Consider a hypothetical device driver.

考虑这样一个假想的设备驱动程序。

2·Then, open the device driver and get the file descriptor.

然后打开设备驱动器并获取文件描述符。

3·Also, you can use friendly name if your device driver supports it.

此外,如果您的设备驱动程序支持,则可以使用友好的名称。

4·Packets are enqueued for transmission and dequeued by the device driver.

数据包是由设备驱动进行入队传输和出队。

5·You will also be applying a patch (extra routines) to your device driver.

还需要对设备驱动程序应用一个补丁(附加例程)。

6·These kernel threads should be destroyed in the close of the device driver.

这些内核线程应该在设备驱动程序的close函数中进行销毁。

7·Why would anybody want to simulate hardware when developing a device driver?

为什么会有人想要在开发设备驱动程序时模拟硬件呢?

8·In this example the mad16 kernel device driver depends on the ad1848 device driver.

在这个例子里面,mad16内核设备驱动程序依赖于ad1848驱动。

9·For example, let's say that the foo device driver wants to register a device with devfs.

举例来说,假设foo设备驱动程序希望使用devfs注册设备。

10·This kernel thread should be destroyed in the close of the device driver in this pseudo code.

在下面的伪代码中,这个内核线程应该在设备驱动程序的close函数中进行销毁。