I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an example driver. The current status is a working read-only driver that supports caching of file data, the create functionallity still needs some work but I m releasing it due to the high public demand.
標簽: provide Windows example driver
上傳時間: 2013-12-19
上傳用戶:zsjzc
本規范包括但不限于以下主題領域: • 說明新的文件系統過濾器管理器的架構和接口 • 部分Windows的內存管理器I / O管理器 和 緩存管理器,界面,影響發展的文件系統過濾器使用新的文件系統過濾器管理器架構。
上傳時間: 2017-05-16
上傳用戶:dengzb84
this program can make the sound of machine in computer...I ve tried this for Windows XP,
標簽: this computer program Windows
上傳時間: 2013-12-28
上傳用戶:杜瑩12345
i.MX31ADS for Windows CE 5.0 的板級支持包。
上傳時間: 2013-12-28
上傳用戶:tianyi223
Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become an MFC programmer in 1994, I went shopping for an MFC equivalent to Programming Windows. After searching in vain for such a book and spending a year learning MFC the old-fashioned way, I decided to write one myself. It s the book you hold in your hands. And it s the book I would like to have had when I was learning to program Windows the MFC way.
標簽: programming colleagues industry Charles
上傳時間: 2014-01-10
上傳用戶:曹云鵬
·Ive been working with Windows CE for almost as long as its been in existence. A Windows programmer for many years, Im amazed by the number of different, typically quite small, systems to which I can a
上傳時間: 2013-04-24
上傳用戶:Zxcvbnm
摘 要: 本文介紹了DLL技術在Windows編程中的基本運用方法及應用,給出了直接內存 訪問及端口I/O的兩個實用DLL的全部源代碼。
上傳時間: 2013-12-10
上傳用戶:tonyshao
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.
標簽: introduce Overview Borland Builder
上傳時間: 2014-01-04
上傳用戶:小鵬
.NET EXE壓縮 在Windows下,可以使用upx這樣的工具來壓縮可執行文件的大小,不過這種工具不支持.NET程序。.NETZ是一個開源的支持.NET程序壓縮的工具,它也可以將一個EXE和多個DLL合并在一起執行。 如果要壓縮一個EXE程序,只需要執行: netz app.exe 如果要指定圖標,可以執行: netz app.exe -i app.ico 如果程序是控制臺程序,需要執行: netz -c app.exe 也可以把程序和DLL合并為一個應用程序: netz -s app.exe lib1.dll lib2.dll .NETZ的工作原理,實際上是先利用#ZipLib 對執行文件進行壓縮。執行時在內存中先釋放,再利用reflection來實現加載和調用。可以參考DDJ上的相關文章http://www.ddj.com/documents/s=9570/ddj0503m/0503m.html
上傳時間: 2014-01-09
上傳用戶:gououo
Windows下讀寫硬件的工具. RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually.
標簽: engineers firmware hardware Windows
上傳時間: 2015-07-01
上傳用戶:xc216