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