-
denoise
说明: 相信对初学者比较有用,欢迎大家下载并交流与指导。(Believe that the more useful for beginners, are welcome to download and exchange and guidance.)
- 2008-10-11 14:29:03下载
- 积分:1
-
foldingLH
Folding coefficient technique for DWT
- 2011-08-06 16:25:07下载
- 积分:1
-
CCE
改代码使用CCE方法来实现数据挖掘中多示例学习的过程。(CCE implements the algorithm described in [1], where Gaussian kernel LibSVM [2] is used as the base learner for transformed feature vectors.)
- 2011-12-11 19:15:10下载
- 积分:1
-
mathspm.rar
这是基于薛定谔方程,对信号进行的调制。结果考察了功率谱密度(This is based on the Schrodinger equation, the signal modulation. The power spectral density results ScS)
- 2013-05-07 21:31:35下载
- 积分:1
-
RS_sim
(7,3) rs code bit error probability simulation
- 2014-01-15 16:05:53下载
- 积分:1
-
locate
it s about locating TDOA algorithm
- 2013-10-11 19:07:08下载
- 积分:1
-
DCT-SVD-Edge-code-ext
Watermarking using DCT-SVD it includes watermarking algorithm using DCT and SVD combination.It accurately performs watermarking technique.
- 2014-01-26 13:06:35下载
- 积分:1
-
FLOYD-algorithm
Use of LINGO9.0 write FLOYD algorithm使用LINGO9.0编写的FLOYD算法
(Use of LINGO9.0 write FLOYD algorithm)
- 2012-03-31 14:47:22下载
- 积分:1
-
PR
说明: 输出两路数模转换的信号,用于合成QAM星座图(Two large ones analog converter output signals, for synthesizing QAM constellation)
- 2014-11-23 20:35:54下载
- 积分: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