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
IDE開發環境,可以掛載SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables
上傳時間: 2016-07-05
上傳用戶:dapangxie
Samsung S3C24xx SD/MMC 驅動 This a MMC/SD driver for the Samsung S3C24xx SD/MMC controller, originally developed years ago by Thomas Kleffel <tk@maintech.de>. Due to time constraints, he had no time to further maintain the driver and follow the mainline Linux changes in the SD/MMC stack.
標簽: Samsung MMC controller C24
上傳時間: 2013-12-17
上傳用戶:hphh
第4章 初始化與清除 55 4.1 用構造函數確保初始化 55 4.2 用析構函數確保清除 56 4.3 清除定義塊 58 4.3.1 for循環 59 4.3.2 空間分配 60 4.4 含有構造函數和析構函數的stash 61 4.5 含有構造函數和析構函數的stack 63 4.6 集合初始化 65 4.7 缺省構造函數 67 4.8 小結 68 4.9 練習 68
上傳時間: 2016-07-14
上傳用戶:zukfu
SOPC實驗--Hello World實驗:啟動Quartus II軟件,選擇File→New Project Wizard,在出現的對話框中填寫項目名稱 2、 點擊Finish,然后選擇“是”。選擇Assignments→Device,改寫各項內容。Family改為CycloneII,根據實驗板上的器件選擇相應的器件,本實驗選擇EP2C5T144C8,點擊對話框中的Device & Pin Options,在Configuration中,選項Use Configuration Device為EPCS1,選項Unused Pins為As inputs,tri-stated.
上傳時間: 2014-01-13
上傳用戶:梧桐
使用verilog作為CPU設計語言實現單數據通路五級流水線的CPU。具有32個通用寄存器、一個程序計數器PC、一個標志寄存器FLAG,一個堆棧寄存器STACK。存儲器尋址粒度為字節。數據存儲以32位字對準。采用32位定長指令格式,采用Load/Store結構,ALU指令采用三地址格式。支持有符號和無符號整數加、減、乘、除運算,并支持浮點數加、減、乘、除四種運算,支持與、或、異或、非4種邏輯運算,支持邏輯左移、邏輯右移、算術右移、循環右移4種移位運算,支持Load/Store操作,支持地址/立即數加載操作,支持無條件轉移和為0轉移、非0轉移、無符號>轉移、無符號<轉移、有符號>轉移、有符號<轉移等條件轉移。
上傳時間: 2013-12-11
上傳用戶:源弋弋
在TC下使用鼠標的例子,調試環境為TC2.0或者TC3.0。運行這個程序需要tc提供的幾個頭文件。建議修改options菜單中的include目錄項到tc的include的目錄下,或把源程序拷貝到tc目錄下運行。
標簽: 鼠標
上傳時間: 2014-01-14
上傳用戶:ayfeixiao
Zigbee 精簡版技術協議,英文原版的,很好,值得參考! A Zigbee-subset/IEEE 802.15.4 Multi-platform Protocol Stack
上傳時間: 2013-12-09
上傳用戶:sqq
本實驗是在win2000+VC6.0上實現的,實例程序利用Windows SDK編制,所以實驗需要在windows下安裝VC后進行。而VC是一個集成開發環境,其中包含了Windows SDK的所有定義和工具,所以安裝了VC后就不用再安裝SDK了。 這里由于用到了多線程編程,我們還需要設置一下編譯環境,選中菜單project-> settings,在左邊列表中選中工程名,在右邊選中c/c++項,將其下"project options"中的默認值MLd改為MTd。
上傳時間: 2013-12-20
上傳用戶:洛木卓
The download includes the kernel source code, and a demo application for EVERY RTOS port. See http://www.freertos.org/a00017.html for full details of the directory structure and information on locating the files you require. The easiest way to use FreeRTOS is start start with one of the demo application projects. Once this is running the project can be modified to include your own source files. This way the correct files and compiler options will be automatically included in your application. + The Source directory contains the real time kernel source files for every port. The kernel itself is only 3 files. + The Demo directory contains the demo application source files for every port. + The TraceCon directory contains the trace visualisation exe file. See the readme files in the respective directories for further information.
標簽: application download includes kernel
上傳時間: 2016-08-24
上傳用戶:zhyiroy