亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

anoTher-prj

  • 非接觸式IC卡開發(fā)板源程序

    非接觸式IC卡開發(fā)板源程序,包括原理圖/PCB圖;源程序在KEIL環(huán)境下編譯,打開壓縮包后直接點(diǎn)擊PRJ文件,即可編譯使用。 這是個保密文件,做Mifare one卡開發(fā)人基本上都用過到這個源代碼。

    標(biāo)簽: 非接觸式 IC卡 開發(fā)板 源程序

    上傳時間: 2013-12-22

    上傳用戶:tfyt

  • ICA can be used in brain activation studies to reduce the number of dimension and filter out indepen

    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

    上傳時間: 2015-04-19

    上傳用戶:zukfu

  • YAFFS

    YAFFS,Yet Another Flash File System,是一種類似于JFFS/JFFS2的專門為Flash設(shè)計的嵌入式文件系統(tǒng)。與JFFS相比,它減少了一些功能,因此速度更快、占用內(nèi)存更少。YAFFS和JFFS都提供了寫均衡,垃圾收集等底層操作。

    標(biāo)簽: YAFFS

    上傳時間: 2013-12-06

    上傳用戶:qiaoyue

  • This program configures the external memory interface and CAN to receieve data in a FIFO buffer and

    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

    上傳時間: 2015-05-07

    上傳用戶:zhangyi99104144

  • Turbo C 3.0 + UCOS2 + UCGUI PC學(xué)習(xí)版本

    Turbo C 3.0 + UCOS2 + UCGUI PC學(xué)習(xí)版本, 在csword網(wǎng)友的基礎(chǔ)上改正了一個BGI的小問題,并 加入了IDE環(huán)境:Turbo C++ 3.0 帶路徑直接解壓到到D:\根目錄就能用, 解壓后,請運(yùn)行d:\myworks\tc\tc.exe 而后打開項目選擇d:\myworks\tc\bin\ucgui\ucgui.prj 而后按Ctrl+F9下運(yùn)行即可。 注意運(yùn)行后在WinXP全屏下會沒有響應(yīng), 建議在Vmware下或純DOS環(huán)境運(yùn)行。

    標(biāo)簽: Turbo UCOS2 UCGUI 3.0

    上傳時間: 2014-01-24

    上傳用戶:shanml

  • 在純DOS下運(yùn)行的TurboC3_ucos2_ucgui bug改進(jìn)版本

    在純DOS下運(yùn)行的TurboC3_ucos2_ucgui bug改進(jìn)版本,直接解壓到D:\根目錄下,運(yùn)行D:\myworks\tc\bin\tc.exe,打開project,打開ucgui目錄下的ucgui.prj,而后按Ctrl+F9編譯并運(yùn)行!

    標(biāo)簽: TurboC ucgui ucos DOS

    上傳時間: 2015-05-11

    上傳用戶:skhlm

  • VHDL 關(guān)于2DFFT設(shè)計程序 u scinode1 ∼ scinode9.vhd: Every SCI node RTL vhdl code. The details can be

    VHDL 關(guān)于2DFFT設(shè)計程序 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

    上傳時間: 2014-12-02

    上傳用戶:15071087253

  • 數(shù)字運(yùn)算

    數(shù)字運(yùn)算,判斷一個數(shù)是否接近素數(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

    標(biāo)簽: 數(shù)字 運(yùn)算

    上傳時間: 2015-05-21

    上傳用戶:daguda

  • 這是一個神經(jīng)網(wǎng)絡(luò)開發(fā)包。目錄ann下是專門針對神經(jīng)網(wǎng)絡(luò)的代碼

    這是一個神經(jīng)網(wǎng)絡(luò)開發(fā)包。目錄ann下是專門針對神經(jīng)網(wǎng)絡(luò)的代碼,外部目錄是一些公用的代碼,與神經(jīng)網(wǎng)絡(luò)無關(guān),但是神經(jīng)網(wǎng)絡(luò)的代碼用到了它們。 ann目錄下有一個目錄demo,里面存放了一些示例程序,請參照它們進(jìn)行編程。 ann/prj/vs7下是編譯整個庫的Visual Stdudio 2003工程文件 該開發(fā)包為http://www.aiport.net分發(fā),詳細(xì)幫助和最新資料請登陸該網(wǎng)站查看。

    標(biāo)簽: ann 神經(jīng)網(wǎng)絡(luò) 開發(fā)包 代碼

    上傳時間: 2013-12-10

    上傳用戶:songyue1991

  • Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree

    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

    上傳時間: 2015-06-23

    上傳用戶:愛死愛死

主站蜘蛛池模板: 巴青县| 三亚市| 湘潭市| 邮箱| 香港 | 远安县| 农安县| 剑河县| 崇信县| 新宁县| 盘山县| 磐安县| 黄陵县| 锦屏县| 张家口市| 柳江县| 呼伦贝尔市| 南澳县| 贵州省| 榆林市| 花莲市| 新密市| 岗巴县| 苍溪县| 双辽市| 上饶县| 高雄市| 北票市| 石门县| 三穗县| 福贡县| 扎兰屯市| 高尔夫| 蒙自县| 德化县| 葵青区| 榆树市| 岳池县| 收藏| 高阳县| 朔州市|