Pairwise Sequence alignment Algorithm Simulation. Read 2 input strings and then calculate the Pairwise Sequence alignment.
標簽: Simulation Algorithm alignment calculate
上傳時間: 2013-12-10
上傳用戶:tb_6877751
% EM algorithm for k multidimensional Gaussian mixture estimation % % inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %
標簽: multidimensional estimation algorithm Gaussian
上傳時間: 2013-12-03
上傳用戶:我們的船長
% decode with soft-input viterbi algorithm 硬判決 % //k=4,r=1/2 %輸入數據為軟信息,并且數據為均值為1的BPSK調制,如果均值為MEAN,那么62,63,103,104行應做相應修改
標簽: soft-input algorithm viterbi decode
上傳時間: 2014-10-28
上傳用戶:aig85
This example code takes and averages 2048 analog measurements from input P1.4 using ADC0, then prints the results to a terminal window via the UART.
標簽: measurements averages example analog
上傳時間: 2016-06-13
上傳用戶:xuan‘nian
sorting input lines developed by C++ in linux environment
標簽: environment developed sorting input
上傳時間: 2013-11-28
上傳用戶:lgnf
Description Calculate a+b input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample input 5 7 Sample Output 12
標簽: Description Calculate integer 101000
上傳時間: 2014-01-25
上傳用戶:tonyshao
The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is then processed by the MCU and orders are given to the elevators. We attempted to devise an algorithm that can optimally handle any number of floors. This project seemed like a fun challenge and something that had practical applications. Both of us have been frustrated at times by the inefficiency of some of the elevators here at Cornell, and we wanted to see if we could do a better job.
標簽: efficient simulator elevator project
上傳時間: 2013-11-25
上傳用戶:cjf0304
huffman decode all you need is input a data so that it will decode
上傳時間: 2016-07-05
上傳用戶:AbuGe
包含拼音和筆畫輸入的中文輸入法,使用VC.NET2003開發.portable Chinese input method includes phonetic input and stroke, the use of VC.NET2003 development, WINCE.NET also can be used to understand the system and the family system!
標簽: input portable includes phonetic
上傳時間: 2013-12-30
上傳用戶:15071087253
① 使用自動機技術實現一個詞法分析程序; ② 使用算符優先分析方法實現其語法分析程序; 需要先在運行目錄下建立一個input.txt文件,將需要分析的文法放在該文件中,分析結果,會輸出在output.txt文件中。
上傳時間: 2013-12-09
上傳用戶:stampede