-
matlab
matalab 实验案例 c++ 积分(matlab you can use it for your maths)
- 2012-05-22 20:45:47下载
- 积分:1
-
DSSS1
基于matlab的直序扩频通信系统仿真模型(Matlab-based direct-sequence spread spectrum communication system simulation model)
- 2011-07-22 15:09:38下载
- 积分:1
-
Matlab
matlab中文帮助文档,MATLAB教程,初学者必看的文档。(Chinese help documentation matlab, MATLAB tutorial, beginners must see the document)
- 2011-10-05 19:21:25下载
- 积分:1
-
2D_olefield
2维fdtd程序 采用matlab编程 模拟ole器件光传播(The 2 dimensional the fdtd procedure using matlab programming simulation ole devices light propagation)
- 2012-10-28 21:58:06下载
- 积分:1
-
matlab_mp3
利用Matlab实现Mp3文件的解码和播放的源程序。(Mp3 file using Matlab achieve decoding and playback of the source.)
- 2015-04-16 13:13:50下载
- 积分:1
-
Matlab6.X_source_code
Matlab 6.X辅助图像处理一书的源代码,对图像处理的初学者很有用哦(Matlab 6.X-assisted image processing of a book on the source code of image processing useful beginners Oh)
- 2007-11-22 19:53:02下载
- 积分:1
-
KNN
说明: 用k-means算法实现KNN算法,是模式识别中的经典算法再现(K-means algorithm with KNN algorithm is a classical pattern recognition algorithm for reconstruction)
- 2010-05-04 20:24:37下载
- 积分:1
-
jengou_v24
光纤无线通信系统中传输性能的研究,用于图像处理的独立分量分析,感应双馈发电机系统的仿真。( Fiber Transmission wireless communication system performance, Independent component analysis for image processing, Simulation of doubly fed induction generator system.)
- 2016-06-12 13:08:36下载
- 积分:1
-
222
比较经典格拉姆施密特QR正交分解的matlab源程序(Comparison of the classical Gram Schmidt QR orthogonal decomposition matlab source)
- 2010-12-15 17:22:35下载
- 积分: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