-
cepstrum2
real and imagenary cepstrum
- 2009-07-13 18:16:20下载
- 积分:1
-
Pattern-Recognition
this rar file contains matlab files for pattern recognition where the patterns are six different shapes taken videos and that matlab gives the pattern
- 2016-06-23 00:28:53下载
- 积分:1
-
doubleclose
双闭环直流调速系统的仿真 内含mdl文件 另附FUZZY控制器(Double Loop DC Speed System includes mdl file attached FUZZY controller)
- 2010-05-16 04:30:04下载
- 积分:1
-
M4
说明: Matlab的一些应用程序例子,可以供大家参考下,谢谢大家的支持(Matlab some application examples, for your reference, thank you for the support )
- 2007-04-22 10:46:34下载
- 积分:1
-
_050412Wiley.Fundamentals.of.Global.Positioning
一本介绍GPS原理和内核算法的教程(
Matlab)(1 Introduction GPS principles and core algorithms tutorial (Matlab))
- 2007-09-04 11:34:13下载
- 积分:1
-
p8000
a function called fit least square in mathematics with an excel sheet
- 2009-05-26 15:22:53下载
- 积分:1
-
ire
分辨率增强函数,一个独立的Matlab函数,用以实现滑块控制的分辨率增强。(Resolution enhancement function, a separate Matlab function for the slider control to achieve the resolution enhancement.)
- 2009-05-28 11:57:53下载
- 积分:1
-
matlab
说明: 该资料主要讲matlab编程技术,内容不错,适合初学者学习。(The information is mainly talk about matlab programming, content, good, suitable for beginners to learn.)
- 2010-03-18 10:39:09下载
- 积分:1
-
Permutatiuon
Matlab permutation matrix
- 2013-10-03 22:57:21下载
- 积分: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