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