Delphi MsgCommunicator 2-10 component.I ve used, really good job. can be Server-Client message application developped.
標簽: MsgCommunicator Server-Client component message
上傳時間: 2016-02-18
上傳用戶:zhuimenghuadie
Ve一個簡單的數字電子密碼鎖,密碼為4 位。 功能 密碼輸入:每按下一個鍵,要求在數碼管上顯示,并依次左移; 密碼清除:清除密碼輸入,并將輸入置為”0000”;密碼修改:將當前輸入設為新的密碼;上鎖和開鎖.
上傳時間: 2013-12-14
上傳用戶:hustfanenze
the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
標簽: compression university the submitted
上傳時間: 2014-01-15
上傳用戶:Altman
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.
標簽: Rauch-Tung-Striebel algorithm smoother which
上傳時間: 2016-04-15
上傳用戶:zhenyushaw
This folder has some scritps that you may find usefull. All of it comes from questions that I ve received in my email. If you have a new request/question, feel free to send it to marceloperlin@gmail.com. But please, don t ask me to do your homework. Passing_your_param0 This folder contains instructions (and m files) for passing you own initial parameters to the fitting function. I also included a simple simulation script that will create random initial coefficients (under the proper bounds) and fit the model to the data.
標簽: that questions scritps usefull
上傳時間: 2013-12-28
上傳用戶:netwolf
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.
標簽: decompress algorithm compress Huffman
上傳時間: 2016-05-16
上傳用戶:aysyzxzm
利用ECLIPSE+VE實現介面,同時實現文件管理。
標簽: ECLIPSE
上傳時間: 2013-12-23
上傳用戶:梧桐
Where We ve Been Where We re Going Back in February (that s 1998, but it almost seems longer), Dr. GUI set off to start a set of columns on the Active Template Library (ATL).
標簽: Where February almost longer
上傳時間: 2016-08-29
上傳用戶:JIUSHICHEN
本人修改過的elm的matlab算法,該算法比原來的elm的算法在超過3個神經元后的計算速度能明顯加快!原理是運用函數產生列矩陣!! ELM 是一種快速的神經網絡算法,本人已經比較過,比很多流行的算法(BP,SVM)都快,而且效果很好,運行環境是matlab,可以測試所有的benchmark的數據
上傳時間: 2016-09-18
上傳用戶:xuan‘nian
神經網絡的ELM算法,比傳統的BP和SVM都快,而且效果也很精確。運行平臺是matlab,本人已經對原始ELM做了修改,可以適應多種函數,而且在數據處理方面自動產生分類矩陣。
上傳時間: 2014-01-06
上傳用戶:edisonfather