A Web Tutorial on Discrete Features of Bayes Decision Theory This applet allows for the calculation of the decision boundary given a three dimensional feature VECTOR. Specifically, by stipulating the variables such as the priors, and the conditional likelihoods of each feature with respect to each class, the changing decision boundary will be displayed.
標(biāo)簽: calculation Tutorial Discrete Decision
上傳時(shí)間: 2013-12-22
上傳用戶:hxy200501
一本關(guān)于stl的免費(fèi)電子書,包括容器,VECTOR和string,關(guān)聯(lián)容器,迭代器,算法,仿函數(shù)等內(nèi)容。
上傳時(shí)間: 2013-12-22
上傳用戶:498732662
ICETEK–VC5509-A 評(píng)估板定時(shí)器實(shí)驗(yàn).實(shí)驗(yàn)程序的工程中包含了兩種源代碼,主程序采用C 語言編制利于控制,中斷向量表在 VECTOR.asm 匯編語言文件中,利于直觀地控制存儲(chǔ)區(qū)分配。
標(biāo)簽: ICETEK 5509 實(shí)驗(yàn) VC
上傳時(shí)間: 2013-12-08
上傳用戶:我們的船長
C++STL STL(Standard Template Library,標(biāo)準(zhǔn)模板庫)是惠普實(shí)驗(yàn)室開發(fā)的一系列軟件的統(tǒng)稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實(shí)驗(yàn)室工作時(shí)所開發(fā)出來的。現(xiàn)在雖說它主要出現(xiàn)在C++中,但在被引入C++之前該技術(shù)就已經(jīng)存在了很長的一段時(shí)間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和iterator(迭代器),幾乎所有的代碼都采用了模板類和模版函數(shù)的方式,這相比于傳統(tǒng)的由函數(shù)和類組成的庫來說提供了更好的代碼重用機(jī)會(huì)。在C++標(biāo)準(zhǔn)中,STL被組織為下面的13個(gè)頭文件:<algorithm>、<deque>、<functional>、<iterator>、<VECTOR>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下筆者就簡單介紹一下STL各個(gè)部分的主要特點(diǎn)。
標(biāo)簽: STL Standard Template Library
上傳時(shí)間: 2016-06-20
上傳用戶:cylnpy
MediaPlayer代碼,部分代碼,合適請(qǐng)用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //為了導(dǎo)入VECTOR //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜單條 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //設(shè)定窗口是否在最前面 private Player player //Play是個(gè)實(shí)現(xiàn)Controller的接口 private File file,listFile //利用File類結(jié)合JFileChooser進(jìn)行文件打開操作,后則與list.ini有關(guān)
標(biāo)簽: MediaPlayer 代碼
上傳時(shí)間: 2016-07-08
上傳用戶:爺?shù)臍赓|(zhì)
sourceforge歷史版本完整下載: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b樹索引算法的文件數(shù)據(jù)數(shù)據(jù)庫模塊詳見storage/目錄下面的 btree.c與pager.c container目錄為常用的容器實(shí)現(xiàn),如果rbtree avltree map heap list VECTOR hashtable deque T樹 B樹, test目錄為測(cè)試程序代碼經(jīng)過初步測(cè)試,比較穩(wěn)定。 os_api:裝一些操作系統(tǒng)相關(guān)的接口函數(shù)。已完成event mutex sem thread pipe相關(guān)的封裝 advance_container:提供優(yōu)先級(jí)消息隊(duì)列,普通消息隊(duì)列,定時(shí)器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反應(yīng)器)定時(shí)器 algorithm:補(bǔ)充了堆排序 與快速排序 所有代碼均已在windows linux與uclinux + arm44b0平臺(tái)下測(cè)試 歡迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
標(biāo)簽: sourceforge showfiles group_id project
上傳時(shí)間: 2016-07-16
上傳用戶:lili123
ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noise variance % Mt - number of Tx antennas % Mr - number of Rx antennas % x - VECTOR of complex input symbols (for MIMO, this is a matrix, where each column % is the value of the antenna outputs at a single time instance) % H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission % N - number of symbols transmitted in OFDM frame % % outputs: % y - VECTOR of channel outputs (matrix for MIMO again, just like x matrix) % create noise VECTOR sequence (each row is a different antenna, each column is a % different time index) note: noise is spatially and temporally white
標(biāo)簽: transmission simulator Channel inputs
上傳時(shí)間: 2016-07-22
上傳用戶:kelimu
本代碼適合嵌入式系統(tǒng)(愛普生S1C33209)硬件驅(qū)動(dòng),其中包括led驅(qū)動(dòng),key驅(qū)動(dòng),timer驅(qū)動(dòng),以及必須的boot,VECTOR等源代碼。
標(biāo)簽: S1C33209 代碼 嵌入式系統(tǒng) 愛普生
上傳時(shí)間: 2016-07-31
上傳用戶:lps11188
統(tǒng)計(jì)模式識(shí)別、線性或非線性回歸以及人工神經(jīng)網(wǎng)絡(luò)等方法是數(shù)據(jù)挖掘的有效工具,支持向量分類(support VECTOR classification,簡稱SVC)算法是一個(gè)很有發(fā)展前景的方向。
標(biāo)簽: 模式識(shí)別 回歸 人工神經(jīng)網(wǎng)絡(luò) 數(shù)據(jù)挖掘
上傳時(shí)間: 2014-02-16
上傳用戶:lifangyuan12
使用遞歸的方法來求取N階矩陣的行列式,其中矩陣使用VECTOR來表示,求取行列式的方法為代數(shù)余子式展開的方式
上傳時(shí)間: 2014-01-24
上傳用戶:wangzhen1990
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1