搜索结果
找到约 1,235 项符合
soft-input 的查询结果
书籍源码 Pairwise Sequence alignment Algorithm Simulation. Read 2 input strings and then calculate the Pairw
Pairwise Sequence alignment Algorithm Simulation.
Read 2 input strings and then calculate the Pairwise Sequence alignment.
软件工程 微型计算机组成与接口技术 http://www.elecfans.com/soft/32/2007/200709251352.html
微型计算机组成与接口技术 http://www.elecfans.com/soft/32/2007/200709251352.html
matlab例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% 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)
% ...
Java编程 This program is show how to use java to make a view like an normal soft.
This program is show how to use java to make a view like an normal soft.
单片机开发 This example code takes and averages 2048 analog measurements from input P1.4 using ADC0, then pri
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.
Java编程 Myzip a soft ware by java which make a file to zip or jar
Myzip a soft ware by java which make a file to zip or jar
其他书籍 msp430-soft编译工具
msp430-soft编译工具,资料对初学者有益
Linux/Unix编程 sorting input lines developed by C++ in linux environment
sorting input lines developed by C++ in linux environment
数据结构 Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Outpu
Description
Calculate a+b
Input
Two integer a,b (0<=a,b<=101000)
Output
Output a + b
Sample Input
5 7
Sample Output
12
单片机开发 The goal of our final project was to design an efficient elevator simulator that can accept input fr
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 ...