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 both x86 and Alpha platforms. 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í)間: 2013-12-30
上傳用戶:天誠24
The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-Bit compliant.
標(biāo)簽: intercepting operations non-SCSI support
上傳時(shí)間: 2014-01-03
上傳用戶:ls530720646
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-Bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.
標(biāo)簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides
上傳時(shí)間: 2015-03-30
上傳用戶:龍飛艇
圖像隱藏和數(shù)字水印。采用在空域隱藏,在每個(gè)象素的Bit位的低位藏入圖片。采用在DCT系數(shù)上附加信息的方法進(jìn)行。
上傳時(shí)間: 2015-03-31
上傳用戶:chenbhdt
AVR單片機(jī)的優(yōu)化RC6 加密算法(速度快,其優(yōu)化思想絕對值得學(xué)習(xí)) 在有128bytes RAM 的AVR單片機(jī)上執(zhí)行 rc6 16/10/8(16 Bit/10 rounds/8 bytes keys) * 對多數(shù)代碼進(jìn)行了 C 語言優(yōu)化,對數(shù)據(jù)相關(guān)循環(huán)移位,模乘等用ASM優(yōu)化 * 在4MHz無乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。 * 編譯器: AVR-G
標(biāo)簽: AVR RC6 單片機(jī) 加密算法
上傳時(shí)間: 2013-12-18
上傳用戶:阿四AIR
只包括兩個(gè)核心文件sha1.cpp及sha1.h 計(jì)算數(shù)據(jù)的sha1摘要。簡單,好用。 由于Bit endian及l(fā)ittle endian的原因,有些計(jì)算sha1摘要的算法計(jì)算出來的結(jié)果與正確結(jié)果有差異。此源碼經(jīng)過測試,與RFC里列出的測試結(jié)果匹配。
上傳時(shí)間: 2015-04-09
上傳用戶:dongqiangqiang
8位大小比較器的VHDL源代碼,Magnitude Comparator VHDL description of a 4-Bit magnitude comparator with expansion inputs
上傳時(shí)間: 2015-04-15
上傳用戶:guanliya
The original NuLib has been ported to many different systems. Version 3.2.5 is functionally similar to v3.2.4, but the source code and documentation were cleaned up by Devin Reade, making it easier to build. NuLib2 is generally superior, but NuLib does have the advantage of running under 16-Bit MS-DOS and GS/OS.
標(biāo)簽: functionally different original Version
上傳時(shí)間: 2014-01-10
上傳用戶:liglechongchong
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start Bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.
標(biāo)簽: firmware mouse translates translator
上傳時(shí)間: 2015-04-26
上傳用戶:cuiyashuo
可預(yù)置的8位計(jì)數(shù)器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //變量類型的宏定義 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的數(shù)碼管段碼 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data區(qū)定義8位長度的數(shù)組,用來存放計(jì)數(shù)值 uchar data pre_cnt[8] //在data區(qū)定義8位長度的數(shù)組,用來存放預(yù)置值 sBit drv=P3^4 //定義輸出驅(qū)動(dòng)端 Bit set_flag //定義工作標(biāo)志 Bit out_flag //定義輸出標(biāo)志 Bit keydown_flag //鍵按下標(biāo)志
標(biāo)簽: unsigned include define uchar
上傳時(shí)間: 2015-04-29
上傳用戶:changeboy
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1