非接觸式IC卡開發板源程序,包括原理圖/PCB圖;源程序在KEIL環境下編譯,打開壓縮包后直接點擊PRJ文件,即可編譯使用。 這是個保密文件,做Mifare one卡開發人基本上都用過到這個源代碼。
上傳時間: 2013-12-22
上傳用戶:tfyt
ICA can be used in brain activation studies to reduce the number of dimension and filter out independent and interesting activations. This demonstration shows two studies. One provided by Hvidovre Universitets Hospital, Denmark, that consists of fMRI scannings of humans. Another provided by the EU sponsored MAPAWAMO project from fMRI scannings of monkeys. In the demo comparison between icaMS, icaML, icaMF, icaMF (positive sources) and PCA can be made. More detailes can found in [2].
標簽: activation dimension studies indepen
上傳時間: 2015-04-19
上傳用戶:zukfu
YAFFS,Yet Another Flash File System,是一種類似于JFFS/JFFS2的專門為Flash設計的嵌入式文件系統。與JFFS相比,它減少了一些功能,因此速度更快、占用內存更少。YAFFS和JFFS都提供了寫均衡,垃圾收集等底層操作。
標簽: YAFFS
上傳時間: 2013-12-06
上傳用戶:qiaoyue
This program configures the external memory interface and CAN to receieve data in a FIFO buffer and store the data in XRAM. Meant to receive data from another CAN device.
標簽: configures and interface external
上傳時間: 2015-05-07
上傳用戶:zhangyi99104144
Turbo C 3.0 + UCOS2 + UCGUI PC學習版本, 在csword網友的基礎上改正了一個BGI的小問題,并 加入了IDE環境:Turbo C++ 3.0 帶路徑直接解壓到到D:\根目錄就能用, 解壓后,請運行d:\myworks\tc\tc.exe 而后打開項目選擇d:\myworks\tc\bin\ucgui\ucgui.prj 而后按Ctrl+F9下運行即可。 注意運行后在WinXP全屏下會沒有響應, 建議在Vmware下或純DOS環境運行。
上傳時間: 2014-01-24
上傳用戶:shanml
在純DOS下運行的TurboC3_ucos2_ucgui bug改進版本,直接解壓到D:\根目錄下,運行D:\myworks\tc\bin\tc.exe,打開project,打開ucgui目錄下的ucgui.prj,而后按Ctrl+F9編譯并運行!
上傳時間: 2015-05-11
上傳用戶:skhlm
VHDL 關于2DFFT設計程序 u scinode1 ∼ scinode9.vhd: Every SCI node RTL vhdl code. The details can be seen in the following section. u 2dfft.vhd: The top module includes these scinodes and form a 3x3 SCI Torus network, and it support these sub-modules scinode1∼ scinode9 reset and clk and global_cnt signals to synchronous the sub-modules to simplify the overall design. u proj2.wfc: VSS simulation result that is the same as the ModelSim simulation result. u Pro2_2.wfc: VSS simulation result of another test pattern can’t cause overflow situation.
標簽: scinode1 scinode details 2DFFT
上傳時間: 2014-12-02
上傳用戶:15071087253
數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時間: 2015-05-21
上傳用戶:daguda
這是一個神經網絡開發包。目錄ann下是專門針對神經網絡的代碼,外部目錄是一些公用的代碼,與神經網絡無關,但是神經網絡的代碼用到了它們。 ann目錄下有一個目錄demo,里面存放了一些示例程序,請參照它們進行編程。 ann/prj/vs7下是編譯整個庫的Visual Stdudio 2003工程文件 該開發包為http://www.aiport.net分發,詳細幫助和最新資料請登陸該網站查看。
上傳時間: 2013-12-10
上傳用戶:songyue1991
Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the well known wavelet transform of the given matrix. Daubechies wavelet coefficients are used for wavelet transform operation wahich is saved in wavcoeff.mat.
標簽: implements the wav Included
上傳時間: 2015-06-23
上傳用戶:愛死愛死