driver computer science,computing- the branch of engineering science that studies (with the aid of computers) computable processes and structures service program,utility program,utility- (computer science) a program designed for general support of the processes of a computer; "a computer system provide...
(computer science) a program that determines how a computer will communicate with a peripheral device 相似短语 device drivern.[计] 设备驱动程序 default device driverv.[计] 默认设备驱动程序 device driver routine【计】 设备驱动程序 indicator device driver指示装置驱动轮 ...
device driver n.(computer science) a program that determines how a computer will communicate with a peripheral device 同义词:driver 学习怎么用 双语例句 用作名词(n.) Select the device driver you want to install for this hardware. 选择要为此硬件安装的设备驱动程序。
Flash : Thedevice driverdid not load. Verify phone is connected and powered on. 设备驱动没连上, 请检查手机是否连接及电源是否开启! 互联网 展开全部 英英释义 Noun 1. (computer science) a program that determines how a computer will communicate with a peripheral device ...
The software that directly interfaces with and controls this hardware is called a device driver. Device drivers are the software libraries that initialize the hardware, and manage access to the hardware by higher layers of software. Device drivers are the liaison between the hardware and the ...
Michel, in Computer Systems Performance Evaluation and Prediction, 2003 I/O Manager The I/O Manager is responsible for integrating add-on device drivers with NT. Device drivers, which are dynamically loaded kernel-mode components, provide hardware support. A device driver controls a specific type ...
Building on ideas from Microsoft's Static Driver Verifier (SDV) project, we ex... Hendrik,chlin,Wolfgang - 《Lecture Notes in Computer Science》 被引量: 55发表: 2007年 Comprehending performance from real-world execution traces: a device-driver case Real-world execution traces record performance ...
A simple, general diagram of a device is presented inFigure 2.10. The performance of each of these components impacts the overall performance of the device. As examples, disk-drive seek times, memoryaccess times, and the effectiveness of driver, OS, or API software will all affect the ability...
Kernel code is preemptible; your driver’s code can lose the processor at any time, and the process that replaces it could also be running in your driver. Device interrupts are asynchronous events that can cause concurrent execution of your code. The kernel also provides various mechanisms for...
The Linux Driver Verification system is designed for static analysis of the source code of Linux kernel space device drivers. In this paper, we describe th... MU Mandrykin,VS Mutilin,EM Novikov,... - 《Programming & Computer Software》 被引量: 20发表: 2012年 ...