this is a lecture notes prepared to introduce the speech audio fundamental concepts and programm development using MATLAB.
標簽: fundamental introduce concepts prepared
上傳時間: 2017-04-16
上傳用戶:671145514
數據結構算法實現及解析—配合嚴蔚敏_吳偉民編著的數據結構(C語言版和C++版)(作者 高一凡)源代碼。 本代碼含有嚴蔚敏《數據結構(C語言版)》和《數據結構(C++版)》兩本書全書完整源代碼,我在Visual C++、Dev C++、Turbo C、Turbo C++、DJGPP、MinGW上調試通過,正在學習數據結構的同學一定要看啊~對學習相當有幫助
上傳時間: 2013-12-20
上傳用戶:zhyiroy
在Linux中,文件是抽象的,Linux已將幾乎所有的東西都 按文件來對待,所以就可以像操作普通文件那樣去打開、關 閉、讀取和寫入不同的終端設備。Filesystem Hierarchy Standar (FHS)是Linux遵循的文件目錄的命名和架構標準,在此文件 系統層次結構中,Linux所有的設備以設備文件名的方式存放 在目錄/dev下,USB到串口轉接器的設備文件為ttyUSB0。如 果使用多口轉接器或USB hub,則相應設備文件依次為 ttyUSB1、ttyUSB2, ttyUSB3、ttyUSB254、ttyUSB255
標簽: Linux
上傳時間: 2014-01-18
上傳用戶:13681659100
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
標簽: documentation assortment you through
上傳時間: 2017-06-20
上傳用戶:shinesyh
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
標簽: documentation assortment you through
上傳時間: 2017-06-20
上傳用戶:nanshan
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
標簽: documentation assortment you through
上傳時間: 2017-06-20
上傳用戶:bcjtao
號作品是一個簡單的全屏小游戲,玩家通過擊出與聽到的鼓聲相同的韻律來殺死怪獸。這個作品是在Dev-C++下編寫而成的,使用了跨平臺的游戲編程庫:Allegro。由于開發平臺的先進,游戲的畫面比較精美,絕非TC編成的256色程序可比;不足之處是可玩性差,我還沒發現任何有挑戰性的內容就一不小心通關了。然而,我希望通過這個作品向自學能力較強的同學介紹Allegro庫(官方網站),它帶來的靈活性和無限可能是讓人激動的
上傳時間: 2017-07-03
上傳用戶:xc216
將s3c2410-linux-2.6.11.1-apm-08.11.02.patch復制到內核根目錄。 執行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1內核中,創建字符設備的代碼是:linux/arch/arm/kernel/amp.c。在根文件系統創建設備節點是dev/misc/apm_bios。
上傳時間: 2017-07-31
上傳用戶:jeffery
1、將makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路徑改為你宿主機上的。 2、#make,來編譯驅動模塊。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取決于你宿主機上的交叉編譯工具路徑 #arm-linux-gcc -o gpio_test gpio_test.c //編譯應用程序 最終在你的當前文件夾下會生成gpiodrv.o與gpio_test兩個文件。 4、#mkdir /tmp/1 5、通過ftp的方法,把gpio_test與gpiodrv.o文件下載到你的開發板上的/tmp/1目錄中。 6、#mknod /dev/gpio c 220 0 //創建文件節點 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四個LED燈在閃爍了。:)
標簽: local arm-linux usr makefile
上傳時間: 2017-08-03
上傳用戶:zhouchang199
一個聊天窗口,有點像PSP 聊天界面,并能自動搜索地址,
標簽: 窗口
上傳時間: 2017-09-09
上傳用戶:yzy6007