非接觸式IC卡開(kāi)發(fā)板源程序,包括原理圖/PCB圖;源程序在KEIL環(huán)境下編譯,打開(kāi)壓縮包后直接點(diǎn)擊PRJ文件,即可編譯使用。 這是個(gè)保密文件,做Mifare one卡開(kāi)發(fā)人基本上都用過(guò)到這個(gè)源代碼。
標(biāo)簽: 非接觸式 IC卡 開(kāi)發(fā)板 源程序
上傳時(shí)間: 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].
標(biāo)簽: activation dimension studies indepen
上傳時(shí)間: 2015-04-19
上傳用戶:zukfu
YAFFS,Yet Another Flash File System,是一種類似于JFFS/JFFS2的專門(mén)為Flash設(shè)計(jì)的嵌入式文件系統(tǒng)。與JFFS相比,它減少了一些功能,因此速度更快、占用內(nèi)存更少。YAFFS和JFFS都提供了寫(xiě)均衡,垃圾收集等底層操作。
標(biāo)簽: YAFFS
上傳時(shí)間: 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.
標(biāo)簽: configures and interface external
上傳時(shí)間: 2015-05-07
上傳用戶:zhangyi99104144
Turbo C 3.0 + UCOS2 + UCGUI PC學(xué)習(xí)版本, 在csword網(wǎng)友的基礎(chǔ)上改正了一個(gè)BGI的小問(wèn)題,并 加入了IDE環(huán)境:Turbo C++ 3.0 帶路徑直接解壓到到D:\根目錄就能用, 解壓后,請(qǐng)運(yùn)行d:\myworks\tc\tc.exe 而后打開(kāi)項(xiàng)目選擇d:\myworks\tc\bin\ucgui\ucgui.prj 而后按Ctrl+F9下運(yùn)行即可。 注意運(yùn)行后在WinXP全屏下會(huì)沒(méi)有響應(yīng), 建議在Vmware下或純DOS環(huán)境運(yùn)行。
標(biāo)簽: Turbo UCOS2 UCGUI 3.0
上傳時(shí)間: 2014-01-24
上傳用戶:shanml
在純DOS下運(yùn)行的TurboC3_ucos2_ucgui bug改進(jìn)版本,直接解壓到D:\根目錄下,運(yùn)行D:\myworks\tc\bin\tc.exe,打開(kāi)project,打開(kāi)ucgui目錄下的ucgui.prj,而后按Ctrl+F9編譯并運(yùn)行!
標(biāo)簽: TurboC ucgui ucos DOS
上傳時(shí)間: 2015-05-11
上傳用戶:skhlm
VHDL 關(guān)于2DFFT設(shè)計(jì)程序 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.
標(biāo)簽: scinode1 scinode details 2DFFT
上傳時(shí)間: 2014-12-02
上傳用戶:15071087253
數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) 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
上傳時(shí)間: 2015-05-21
上傳用戶:daguda
這是一個(gè)神經(jīng)網(wǎng)絡(luò)開(kāi)發(fā)包。目錄ann下是專門(mén)針對(duì)神經(jīng)網(wǎng)絡(luò)的代碼,外部目錄是一些公用的代碼,與神經(jīng)網(wǎng)絡(luò)無(wú)關(guān),但是神經(jīng)網(wǎng)絡(luò)的代碼用到了它們。 ann目錄下有一個(gè)目錄demo,里面存放了一些示例程序,請(qǐng)參照它們進(jìn)行編程。 ann/prj/vs7下是編譯整個(gè)庫(kù)的Visual Stdudio 2003工程文件 該開(kāi)發(fā)包為http://www.aiport.net分發(fā),詳細(xì)幫助和最新資料請(qǐng)登陸該網(wǎng)站查看。
標(biāo)簽: ann 神經(jīng)網(wǎng)絡(luò) 開(kāi)發(fā)包 代碼
上傳時(shí)間: 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.
標(biāo)簽: implements the wav Included
上傳時(shí)間: 2015-06-23
上傳用戶:愛(ài)死愛(ài)死
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1