Hilber-Huang變換的MATLAB程序
Mat_emd is a Matlab program demonstrating performing the Empirical Mode Decomposition and Hilbert-Huang transform on seismic reflection data
MX21 CSI driver user mode library
*
* This program is free software you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation either version 2 of the License, or
* (at your option) any later version.
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU
// is configured in 4-wire Single Master Mode, and the EEPROM is the only
// slave device connected to the SPI bus. The read/write operations are
// tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware
// connections of the F06x MCU are shown here:
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU
// is configured in 4-wire Single Master Mode, and the EEPROM is the only
// slave device connected to the SPI bus. The read/write operations are
// tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware
// connections of the F06x MCU are shown here:
KmdTut是一份以Win32匯編語言來開發(fā)Kernel mode驅(qū)動(dòng)程序的教程,讀者可以從http://www.freewebs.com/four-f/下載最新的英文版本,為了使用本教程,你還需要下載Kernel mode驅(qū)動(dòng)程序開發(fā)包KmdKit,更多信息請(qǐng)參考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~)
0.2 關(guān)于KmdKit
KmdKit的全稱是Kernel Mode Driver development Kit for assembly language programmers,即內(nèi)核模式驅(qū)動(dòng)程序匯編開發(fā)包,KmdKit中包括了用宏匯編編譯器開發(fā)驅(qū)動(dòng)程序需要用到的所有東西。
你可以從http://www.wasm.ru/或者h(yuǎn)ttp://www.freewebs.com/four-f/下載到最新版本的KmdKit。
AVR306串口程序例子----查詢模式
Application Note AVR306
* Polled mode driver for UART, this is the similar to the
* library default putchar() and getchar() in ICCAVR
This will sample all 8 A/D-channels by the continous mode.
Each end of conversion will call an interrupt routine,
where the AD-channel is put to Port4[2..0]
and the upper nibble of the result is put to Port4[7..4].
Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board