usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
標簽: driver function Windows bulkusb
上傳時間: 2016-04-25
上傳用戶:270189020
此程序實現構造小波基,希望對大家有用 periodic_wavelet.m function ss=periodic_wavelet
標簽: 程序
上傳時間: 2013-12-19
上傳用戶:thinode
Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II will focus on practical algorithms, applicable to a wide range of tasks. The approach will be somewhat less formal, with a little more focus on applications.
標簽: Data_Structures_and_Algorithms Algorithms Structures accompany
上傳時間: 2016-05-08
上傳用戶:阿四AIR
GBA躲壁球游戲,可以運行在VisualHAM 開發軟件下,也可以通過mmc卡直接運行在Nintendo DS
標簽: GBA
上傳時間: 2016-05-09
上傳用戶:變形金剛
直接序列擴頻Matlab程序 直接序列擴頻通信可以有效地抵抗來自信道中的窄帶干擾。在一個直擴通信系統中,擴頻是通過偽噪聲序列(PN)對發送的信息數據進行調制來實現的。在接收端,原偽噪聲序列和所收信號的相關運算可將窄帶干擾擴展到DS信號的整個頻帶,使干擾等效為幅度較低頻譜較平坦的噪聲;同時,將DS信號解擴,恢復原始信息數據。
上傳時間: 2013-12-20
上傳用戶:franktu
本人的一個SPI的實例,通過SPI實現兩機通訊, 采用中斷方式實現雙全工通訊。 本例用兩MEGA8515實現,連接為: MISO----MISO MOSI----MOSI SCK ----SCK /SS ----/SS 將要發送的數據加載到發送緩沖區的函數fill_tx_buffer 和從接收緩沖區讀出數據的函數read_rx_buffer未給出, 根據各自需求請自己完成。
標簽: SPI
上傳時間: 2013-12-18
上傳用戶:qb1993225
自主開發的文件系統,自由協議 調用 mov ax,600 mov [7e20h],ax mov al, A mov [7f00h],al mov al,0 文件名以數字0結束 mov [7f01h,al 本例中文件數據位于內存 0000:2000h mov ax,cs mov ds,ax mov ax,7600h jmp ax
標簽: 文件系統
上傳時間: 2013-12-17
上傳用戶:qiao8960
功能:時鐘DS1302的讀寫 hd7279顯示顯示分 小時 說明: (1)每次上電時,必須把秒寄存器高位設置為0,時鐘才能走時 (2)如果每次需要寫入數據和時鐘日歷信息,須將"寫保護"寄存器設置成為0 (3)P0低4位接段碼,高4位接位選,從DS1302中讀出來的是BCD碼 (4)TS=1010,DS=01,RS=01(在Vcc1與Vcc2之間接2K電阻) (5)初始時間設置為05年 6月 10日 星期1 8:
上傳時間: 2016-06-16
上傳用戶:三人用菜
//通過18B20檢測的數字溫度可在電腦上顯示當前溫度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7
標簽: define unsigned include 18B20
上傳時間: 2014-01-19
上傳用戶:Andy123456
讀取CTF腦磁圖數據的Matlab代碼,要求讀取數據為.ds后綴文件
上傳時間: 2013-12-21
上傳用戶:bruce5996