-
matlab_basic_operations
Main matlab applications of how to use basic operations
- 2009-09-24 22:41:09下载
- 积分:1
-
video_inpainting_and_object_separation
Image Inpainting in matlab
- 2010-12-02 12:58:34下载
- 积分:1
-
TSP
用matlab求解各个城市之间的最优的路径(Using matlab to solve the optimal path between the various cities)
- 2012-05-21 12:00:06下载
- 积分:1
-
svmlight
svmlight-2.51工具包,在matlab7.9.0(R2009b)环境下调试通过。里面包含了几个实用的例子可供参考。(svmlight-2.51 kit, in matlab7.9.0 (R2009b) environment through debugging. Which contains several practical examples for reference.)
- 2011-10-18 23:38:07下载
- 积分:1
-
lssvm_regression
最小二乘支持向量回归模型 直接输入训练集和测试样本即可(Least squares support vector regression model direct input training set and test samples
)
- 2013-09-25 21:11:25下载
- 积分:1
-
fisher-linear-discriminant-analysis
本函数的功能是通过使用fisher线性判别方法求取数据的fisher直径,最佳分类数和最小分类损失函数。(Features of this function is to strike a diameter of data by using fisher fisher linear discriminant analysis method, the optimal number of categories and minimum loss function classification.)
- 2015-04-15 10:52:10下载
- 积分:1
-
FDTD
本程序为三维FDTD方法在Matlab中的实现。(This procedure for the three-dimensional FDTD method in the realization of Matlab.)
- 2007-07-29 21:19:45下载
- 积分:1
-
final
遗传 算法 ,基于matlab实现,通过选择、交叉、变异,经过多次的迭代从而找到最优个体(Genetic algorithm, based on matlab implementation, through selection, crossover, mutation, after several iterations to find the best individual)
- 2010-10-13 15:05:55下载
- 积分:1
-
two-dimensional-gausian
two dimensional gausian
- 2011-11-24 13:10:31下载
- 积分:1
-
personNum
今年计算机学院研究生入学复试分多个小组。现在老师需要知道每组复试同学中男生和女生的人数。请你编写程序分别统计出男女生的总人数。
Input
输入的第一行是一个数t(0 < t < 10),表示有t组测试用例。
对于每组输入数据有两行,第一行是一个正整数n(1 < n < 1000),表示参加该组复试的总人数。接下来一行有n个整数(取值为0或1),0代表男生,1代表女生,整数间由一个空格隔开。
Output
对于每组测试用例,输出一行,由两个数组成,用一个空格隔开,分别表示男生和女生的总人数。
Sample Input
2
2
1 0
7
0 1 0 0 1 1 0
Sample Output
1 1
4 3
(Statistics person)
- 2014-12-31 10:33:15下载
- 积分:1