The Same Watershed Algorithm
资源简介:The Same Watershed Algorithm
上传时间: 2013-12-20
上传用户:hn891122
资源简介:The Viterbi Algorithm is The Same as The binary case with one main difference: The survivor sequences include The uncoded bits, which are decided at each trellis stage when selecting one of two parallel branches with The largest correlation...
上传时间: 2015-07-05
上传用户:qiaoyue
资源简介:cordic methods describe essentially The Same Algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, sq...
上传时间: 2017-03-02
上传用户:litianchu
资源简介:The Same vulnerability to x_hp-ux11i_nls_ct.c,but exploit ping command to get root shell.
上传时间: 2015-01-20
上传用户:aa17807091
资源简介: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
资源简介:This code detects memory leaks in embedded VC++ almost The Same way crtdbg does in VC++. At The end of program execution it will display in The debug window if There were any memory leaks and how The memory looks so you can identify where y...
上传时间: 2015-05-07
上传用户:comua
资源简介:This class implements The Same API as The Java 1.3 java.util.TimerTask. * Note that a TimerTask can only be scheduled on one Timer at a time, but * that this implementation does not enforce that constraint.
上传时间: 2015-06-10
上传用户:无聊来刷下
资源简介:fastDNAml is an attempt to solve The Same problem as DNAML, but to do so faster and using less memory, so that larger trees and/or more bootstrap replicates become tractable. Much of fastDNAml is merely a recoding of The PHYLIP 3.3 DNAML...
上传时间: 2014-01-24
上传用户:bjgaofei
资源简介:The Same two-stage decoder as above. However, when transforming The symbols prior to Viterbi decoding, The amplitude information is ignored and only The phase of The received symbol is employed in The metric computation stage.
上传时间: 2015-07-05
上传用户:sevenbestfei
资源简介:Computes The hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in The Same directory as Rothberg s code (see above). You can download The .tar directory with The code weighted-match.tar here. Then "make" The codes (t...
上传时间: 2013-12-23
上传用户:lmeeworm
资源简介:Cycle slip probability of The phase unrapping Algorithm
上传时间: 2013-12-09
上传用户:wpt
资源简介:Classify using The maximum-likelyhood Algorithm
上传时间: 2015-08-28
上传用户:日光微澜
资源简介: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
资源简介:You can call MsgBoxEx instead of MsgBox MsgBoxEx will return The Same vbMsgBoxResults as MsgBox, but adds The frm, Left, and Top parameters.
上传时间: 2013-12-22
上传用户:zycidjl
资源简介: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
资源简介: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
资源简介:SOUNDSC(Y,...) is The Same as SOUND(Y,...) except The data is scaled so that The sound is played as loud as possible without clipping. The mean of The data is removed.
上传时间: 2015-10-28
上传用户:WMC_geophy
资源简介:VoiFax is a program that manage voice/data/fax modem in The Same manner of vgetty and mgetty.VoiFax is thinking for use in The small businness as in The enterprises. It is fully compatible with vgetty scripts and manage (via efax) modem fax...
上传时间: 2014-01-18
上传用户:it男一枚
资源简介:base on The mc9sdg128b PID Algorithm
上传时间: 2015-12-31
上传用户:zhoujunzhen
资源简介:% PURPOSE : Demonstrate The differences between The following filters on The Same problem: % % 1) Extended Kalman Filter (EKF) % 2) Unscented Kalman Filter (UKF) % 3) Particle Filter (PF) % 4) PF with EKF proposal (PFEKF) % 5)...
上传时间: 2016-01-07
上传用户:yiwen213
资源简介: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
资源简介: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
上传用户:上善若水
资源简介:The algorm of viterbi. You talk to your friend three days in a row and discover that on The first day he went for a walk, on The second day he went shopping, and on The third day he cleaned his apartment. You have two questions: What is The...
上传时间: 2016-02-16
上传用户:xc216
资源简介:The Same function with explore of SHBrowseForFolder example
上传时间: 2013-12-26
上传用户:dave520l
资源简介: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
资源简介:This book is for The experience and not The Same level of The design process so prepared by The staff, of course, The reader should at least be able to prepare a simple C language program. On The C language are learning readers, this book i...
上传时间: 2013-12-20
上传用户:jcljkh
资源简介: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