This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification. This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components.
标签: explains intended Windows drivers
上传时间: 2016-04-08
上传用户:dreamboy36
The second volume in the Write Great Code series supplies the critical information that today s computer science students don t often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level, teaches software engineers how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, a software engineer can make an informed choice concerning the use of those high-level structures to help the compiler produce far better machine code--all without having to give up the productivity and portability benefits of using a high-level language
标签: information the critical supplies
上传时间: 2014-02-21
上传用户:luke5347
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
标签: dimensions arbitrary function reverse
上传时间: 2016-04-16
上传用户:waitingfy
Delphi7开发环境下的组件编写指南——Component Write s Guide for Delphi7
标签: Delphi7 Component Write Guide
上传时间: 2014-01-13
上传用户:libinxny
read GPS information from the commport installed in PDA
标签: information installed commport read
上传时间: 2013-12-29
上传用户:熊少锋
linux introduction for basic training good for programmer. easy to read, good for work, etc
标签: for good introduction programmer
上传时间: 2016-05-01
上传用户:youke111
Pairwise Sequence alignment Algorithm Simulation. Read 2 input strings and then calculate the Pairwise Sequence alignment.
标签: Simulation Algorithm alignment calculate
上传时间: 2013-12-10
上传用户:tb_6877751
an application that finds the smallest of several integers. Assume that the first value read specifies the number of values to input from the user
标签: that application the smallest
上传时间: 2016-05-05
上传用户:yiwen213
4. Write a program that sorts three integers. The integers are entered from the console and stored in variables num1, num2 and num3, respectively. The program sorts the numbers so that num1 <= num2 <= num3.
标签: integers program entered console
上传时间: 2016-05-05
上传用户:龙飞艇
CDMA 470 write esn,unlock
上传时间: 2014-11-22
上传用户:gut1234567