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.
標(biāo)簽: NtddkSrcStoragesfloppy directory sfloppy resides
上傳時(shí)間: 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
標(biāo)簽: Fundamentals Completely up-to-date coverage
上傳時(shí)間: 2016-01-02
上傳用戶:標(biāo)點(diǎn)符號(hào)
ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時(shí)解決問(wèn)題,并且可以處理其它編譯器無(wú)法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調(diào)試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點(diǎn)[Breakpoints] 十,內(nèi)存映射窗口[Memory map window] 十一、十二,監(jiān)視與監(jiān)察器[Watches and inspectors] 十三,線程[Threads] 十四,復(fù)制到剪切板[Copy to clipboard] 十五,調(diào)用棧[Call stack] 十六,調(diào)用樹[Call tree] 十七,選項(xiàng)[Options] 十八,搜索[Search] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執(zhí)行與自動(dòng)執(zhí)行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]
標(biāo)簽: ollydbg OllyDbg 32 教程
上傳時(shí)間: 2016-01-02
上傳用戶:xhz1993
這是我自己寫的一段程序,用的是周立功的smartarm開發(fā)板,一個(gè)任務(wù)能從U盤里讀取mylove.bmp文件并顯示在屏幕上,讀取的是RGB565格式的bmp,有一個(gè)任務(wù)是讀取u盤里readme.txt文檔并顯示在屏幕,不支持中文,完整的usb host stack 代碼,文檔中帶有ZLG/FS ZLG/GUI ZLG/USB
標(biāo)簽: 程序
上傳時(shí)間: 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.
標(biāo)簽: the This introduce articles
上傳時(shí)間: 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.
標(biāo)簽: microcontroller Control_AT collection routines
上傳時(shí)間: 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.
標(biāo)簽: specification open-source User-Agent Sofia-SIP
上傳時(shí)間: 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.
標(biāo)簽: command-line application Addfilter drivers
上傳時(shí)間: 2016-05-17
上傳用戶:xzt
C++STL STL(Standard Template Library,標(biāo)準(zhǔn)模板庫(kù))是惠普實(shí)驗(yàn)室開發(fā)的一系列軟件的統(tǒng)稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實(shí)驗(yàn)室工作時(shí)所開發(fā)出來(lái)的。現(xiàn)在雖說(shuō)它主要出現(xiàn)在C++中,但在被引入C++之前該技術(shù)就已經(jīng)存在了很長(zhǎng)的一段時(shí)間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和iterator(迭代器),幾乎所有的代碼都采用了模板類和模版函數(shù)的方式,這相比于傳統(tǒng)的由函數(shù)和類組成的庫(kù)來(lái)說(shuō)提供了更好的代碼重用機(jī)會(huì)。在C++標(biāo)準(zhǔn)中,STL被組織為下面的13個(gè)頭文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下筆者就簡(jiǎn)單介紹一下STL各個(gè)部分的主要特點(diǎn)。
標(biāo)簽: STL Standard Template Library
上傳時(shí)間: 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.
標(biāo)簽: command-line application Addfilter drivers
上傳時(shí)間: 2016-06-28
上傳用戶:源碼3
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1