The mid-point algorithm中點算法
資源簡介:The mid-point algorithm中點算法
上傳時間: 2014-10-28
上傳用戶:fanboynet
資源簡介:matlab雨流算法。The rain flow algorithm code has been prepared according to The ASTM standard (Standard practices for cycle counting in fatigue analysis) and optimized considering The calculation time.
上傳時間: 2016-02-07
上傳用戶:上善若水
資源簡介:k-meansy算法源代碼。This directory contains code implementing The K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates The given ...
上傳時間: 2016-04-07
上傳用戶:shawvi
資源簡介:The FastICA package is a free (GPL) MATLAB program that implements The fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a computationally powerful...
上傳時間: 2014-08-17
上傳用戶:yy541071797
資源簡介:The E-M algorithm 統計算法
上傳時間: 2013-12-22
上傳用戶:anng
資源簡介:Tiger Tree Hash is constructed from two parts, The Tiger Hash algorithm and Merkle Tree. The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic. NET. Tiger Tree Hash算法的C#實現!
上傳時間: 2015-10-09
上傳用戶:vodssv
資源簡介:This directory contains code implementing The K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates The givennumber of cluster centers ...
上傳時間: 2014-01-27
上傳用戶:maizezhen
資源簡介:this tar includes my code which employ The Lin-Kernighan algorithm to address The tsp problem. this tar also include some testfiles and config file and a readme which describes how to run this program.
上傳時間: 2014-01-10
上傳用戶:stella2015
資源簡介:The DECISION TREE algorithm USED VC
上傳時間: 2014-08-10
上傳用戶:1051290259
資源簡介:g.729 fixed point algorithm
上傳時間: 2013-12-23
上傳用戶:q123321
資源簡介:Line intersect get The nearest point.
上傳時間: 2013-12-12
上傳用戶:zjf3110
資源簡介:Cycle slip probability of The phase unrapping algorithm
上傳時間: 2013-12-09
上傳用戶:wpt
資源簡介:Classify using The maximum-likelyhood algorithm
上傳時間: 2015-08-28
上傳用戶:日光微瀾
資源簡介:這是fast fix-point algorithm 的C++版本,對于在機器人中的應用非常有作用
上傳時間: 2014-10-12
上傳用戶:ywqaxiwang
資源簡介:genetic algorithm genetic algorithm 遺傳算法 遺傳算法
上傳時間: 2015-09-23
上傳用戶:lmeeworm
資源簡介:This source code is about The basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s The sorting algorithm works.
上傳時間: 2013-12-25
上傳用戶:woshiayin
資源簡介:This example application is a collection of Flash Lite do s and don ts from The usability point of view. The application contains real examples and animations of static examples that help you to see problematic issues in real life on a ...
上傳時間: 2015-10-05
上傳用戶:trepb001
資源簡介:Some algorithms of variable step size LMS adaptive filtering are studied.The VS—LMS algorithm is improved. AnoTher new non-linear function between肛and e(/ t)is established.The Theoretic analysis and computer simulation results show ...
上傳時間: 2014-01-23
上傳用戶:yxgi5
資源簡介:%CHECKBOUNDS Move The initial point within The (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that The upper and lower % bounds are valid (LB <= UB) and The same length as X (pad with -inf/inf % if neces...
上傳時間: 2015-10-26
上傳用戶:caiiicc
資源簡介:base on The mc9sdg128b PID algorithm
上傳時間: 2015-12-31
上傳用戶:zhoujunzhen
資源簡介:This directory contains code implementing The K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates The given number of cluster ce...
上傳時間: 2014-01-15
上傳用戶:woshini123456
資源簡介:This code implements The shortest path algorithm via The simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from The file, reading from The key board.
上傳時間: 2013-12-23
上傳用戶:ynzfm
資源簡介:Theory of Genetic algorithm 遺傳算法理論 國外網站下載,希望能有所幫助
上傳時間: 2013-12-26
上傳用戶:wangzhen1990
資源簡介:AppWizard has created a WCEDialogWiz DLL for you. This DLL is The starting point for writing your custom AppWizard. It demonstrates The basics of creating a custom AppWizard.
上傳時間: 2013-12-17
上傳用戶:cc1915
資源簡介:This is The source code for encryption using The latest AES algorithm. AES algorithm is also called Rijndael algorithm. AES algorithm is recommended for non-classified use by The National Institute of Standards and Technology(NIST), US...
上傳時間: 2014-01-18
上傳用戶:xc216
資源簡介:Finite sample effects of The fast ICA algorithm
上傳時間: 2016-09-03
上傳用戶:lxm
資源簡介:The kernel-ica package is a Matlab program that implements The Kernel ICA algorithm for independent component analysis (ICA). The Kernel ICA algorithm is based on The minimization of a contrast function based on kernel ideas. A contrast ...
上傳時間: 2014-01-17
上傳用戶:yiwen213
資源簡介:This directory contains code implementing The K-means algorithm using min-max distance.
上傳時間: 2016-10-11
上傳用戶:familiarsmile
資源簡介:This The mars encryption algorithm test source code.The mars is The IBM company s algorithm,and The test is useful for unstanding The algorithm.
上傳時間: 2014-12-01
上傳用戶:cjl42111
資源簡介:Batch version of The back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains The % network with backpropagation. % % The ...
上傳時間: 2016-12-27
上傳用戶:exxxds