The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver Stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.
標簽: NtddkSrcStoragesfloppy directory sfloppy resides
上傳時間: 2015-12-04
上傳用戶:84425894
Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, Stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API
標簽: Fundamentals Completely up-to-date coverage
上傳時間: 2016-01-02
上傳用戶:標點符號
ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調試器。它的特別之處在于可以在沒有源代碼時解決問題,并且可以處理其它編譯器無法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點[Breakpoints] 十,內存映射窗口[Memory map window] 十一、十二,監視與監察器[Watches and inspectors] 十三,線程[Threads] 十四,復制到剪切板[Copy to clipboard] 十五,調用棧[Call Stack] 十六,調用樹[Call tree] 十七,選項[Options] 十八,搜索[Search] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執行與自動執行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]
上傳時間: 2016-01-02
上傳用戶:xhz1993
這是我自己寫的一段程序,用的是周立功的smartarm開發板,一個任務能從U盤里讀取mylove.bmp文件并顯示在屏幕上,讀取的是RGB565格式的bmp,有一個任務是讀取u盤里readme.txt文檔并顯示在屏幕,不支持中文,完整的usb host Stack 代碼,文檔中帶有ZLG/FS ZLG/GUI ZLG/USB
標簽: 程序
上傳時間: 2016-01-13
上傳用戶:it男一枚
This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea of device Stacks and how devices interact with each other. We will use the previously created example device driver to demonstrate this topic. To do this we will introduce the idea of a “filter” driver in which we will create to attach to our own driver’s device Stack.
標簽: the This introduce articles
上傳時間: 2016-01-28
上傳用戶:CSUSheep
NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read and write the AT24Cxx family of serial CMOS EEPROMS. This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and Stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and Stack to fit into the smaller amount of RAM available in the AT89C1051. Note that the minimum size of the buffer is determined by the page size of the AT24Cxx.
標簽: microcontroller Control_AT collection routines
上傳時間: 2013-12-13
上傳用戶:asddsd
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP Stack developed at the Nokia Research Center.
標簽: specification open-source User-Agent Sofia-SIP
上傳時間: 2016-03-20
上傳用戶:洛木卓
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver Stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platform. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.
標簽: command-line application Addfilter drivers
上傳時間: 2016-05-17
上傳用戶:xzt
C++STL STL(Standard Template Library,標準模板庫)是惠普實驗室開發的一系列軟件的統稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實驗室工作時所開發出來的。現在雖說它主要出現在C++中,但在被引入C++之前該技術就已經存在了很長的一段時間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和iterator(迭代器),幾乎所有的代碼都采用了模板類和模版函數的方式,這相比于傳統的由函數和類組成的庫來說提供了更好的代碼重用機會。在C++標準中,STL被組織為下面的13個頭文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<Stack>和<utility>。以下筆者就簡單介紹一下STL各個部分的主要特點。
標簽: STL Standard Template Library
上傳時間: 2016-06-20
上傳用戶:cylnpy
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver Stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platform. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management. No INF file is needed to install this application.
標簽: command-line application Addfilter drivers
上傳時間: 2016-06-28
上傳用戶:源碼3