神經(jīng)網(wǎng)絡(luò)與matlab7的實現(xiàn) 配套資料下載 .m格式
標(biāo)簽: matlab7 神經(jīng)網(wǎng)絡(luò)
上傳時間: 2015-05-25
上傳用戶:yxgi5
神經(jīng)網(wǎng)絡(luò)與matlab7的實現(xiàn) 配套資料下載 .m格式
標(biāo)簽: matlab7 神經(jīng)網(wǎng)絡(luò)
上傳時間: 2015-05-25
上傳用戶:84425894
用AVR 的I/O口發(fā)出1234567音符聲
上傳時間: 2015-05-26
上傳用戶:jichenxi0730
一個典型的m序列發(fā)生器,生成m序列:1110010
上傳時間: 2014-01-03
上傳用戶:sevenbestfei
1.學(xué)習(xí)在單片機(jī)系統(tǒng)中擴(kuò)展簡單I/O接口的方法。 2.學(xué)習(xí)數(shù)據(jù)輸出程序的設(shè)計方法。 3.學(xué)習(xí)模擬交通燈控制的方法。 4.學(xué)習(xí)雙色燈的使用。
標(biāo)簽: 單片機(jī)系統(tǒng) 擴(kuò)展 雙色 接口
上傳時間: 2014-01-05
上傳用戶:er1219
SVM用于模式識別 整理別人的代碼(原來的是英文)所得: kernel.m用于內(nèi)積矩陣的計算 svcplot.m用于繪圖 svm168.m是主程序 testlin.m是采用線形內(nèi)積函數(shù)的支持向量機(jī)應(yīng)用的 文件 testrbf.m是采用RBF內(nèi)積函數(shù)的支持向量機(jī)應(yīng)用 的 文件 每個文件中都有說明。 仿真平臺matlab7.0, 仿真全部通過 將所有文件拷貝到work目錄下(注意不要直接將上層文件夾直接拷貝到work目錄下,若那樣操作,必須在matlab的file菜單中的set path中設(shè)置相應(yīng)的路徑)。 打開matlab,在命令窗口中輸入 testlin或testrbf 即可查看結(jié)果。
標(biāo)簽: svcplot testlin kernel SVM
上傳時間: 2015-05-27
上傳用戶:風(fēng)之驕子
奧迪A6 2.4T ecu 件號為:mpfi-V6 的ecu改裝目標(biāo)代碼。改裝目標(biāo):加速提高1.2秒左右 最高扭矩出現(xiàn)降低到2475轉(zhuǎn)。 下次再上價值8萬元的德國房車賽中使用ecu p/n: M.1.5.4 ecu 改裝程序文件。
上傳時間: 2014-01-26
上傳用戶:水口鴻勝電器
BPDL.m可以通過神經(jīng)網(wǎng)絡(luò)進(jìn)行預(yù)測和樣本分類
標(biāo)簽: BPDL 神經(jīng)網(wǎng)絡(luò) 樣本 分類
上傳時間: 2013-12-22
上傳用戶:Amygdala
MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you. This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll find that, too.
標(biāo)簽: MFC Introduction programmer programme
上傳時間: 2015-05-30
上傳用戶:youke111
一、RSA基本原理 對明文分組M和密文分組C,加密與解密過程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指數(shù)函數(shù),mod是求余數(shù)函數(shù)。 其中收發(fā)雙方均已知n,發(fā)送放已知e,只有接受方已知d,因此公鑰加密算法的公鑰為 KU={ e , n},私鑰為KR={d , n}。該算法要能用做公鑰加密,必須滿足下列條件: 1. 可以找到e ,d和n,使得對所有M<n ,POW(M ,e*d)=M mod n . 2. 對所有 M<n,計算POW (M , e)和POW(C , d)是比較容易的。 3. 由e 和n確定d是不可行的
上傳時間: 2014-08-04
上傳用戶:sevenbestfei
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1