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

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

another-prj

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

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

    標簽: 非接觸式 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].

    標簽: activation dimension studies indepen

    上傳時間: 2015-04-19

    上傳用戶:zukfu

  • YAFFS

    YAFFS,Yet Another Flash File System,是一種類似于JFFS/JFFS2的專門為Flash設計的嵌入式文件系統(tǒng)。與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

    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學習版本

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

    標簽: Turbo UCOS2 UCGUI 3.0

    上傳時間: 2014-01-24

    上傳用戶:shanml

  • 在純DOS下運行的TurboC3_ucos2_ucgui bug改進版本

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

    標簽: TurboC ucgui ucos DOS

    上傳時間: 2015-05-11

    上傳用戶:skhlm

  • VHDL 關于2DFFT設計程序 u scinode1 ∼ scinode9.vhd: Every SCI node RTL vhdl code. The details can be

    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

  • 數(shù)字運算

    數(shù)字運算,判斷一個數(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

    標簽: 數(shù)字 運算

    上傳時間: 2015-05-21

    上傳用戶:daguda

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

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

    標簽: ann 神經網絡 開發(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.

    標簽: implements the wav Included

    上傳時間: 2015-06-23

    上傳用戶:愛死愛死

主站蜘蛛池模板: 黄石市| 吉木乃县| 乃东县| 咸宁市| 固阳县| 红安县| 和政县| 巴林左旗| 胶州市| 九龙城区| 贞丰县| 郧西县| 高淳县| 讷河市| 阿拉善左旗| 聂荣县| 伊金霍洛旗| 仙游县| 英吉沙县| 崇左市| 星子县| 遵义市| 昭苏县| 嘉峪关市| 广东省| 钟祥市| 凭祥市| 苍梧县| 渭源县| 桑植县| 汝城县| 锡林郭勒盟| 涿州市| 珲春市| 社会| 上蔡县| 长武县| 桐乡市| 肇东市| 娱乐| 阿拉善盟|