-
paper
说明: 自适应滤波毕业论文。已经通过答辩,欢迎大家使用(Adaptive filtering thesis. Has passed the defense, welcome to use)
- 2011-02-24 11:35:30下载
- 积分:1
-
MM1
MM1排队系统的matlab仿真。整个系统的仿真采用了离散事件系统仿真,并统计稳态分布、平均队列长度,等待时间的分布以及平均等待时间等值,以与理论分析结果进行对比,得到了较为满意的结果,同时还完成了统计曲线的绘制并进行了分析。(MM1 queuing system with matlab simulation. The simulation of the entire system using discrete event simulation, and statistical steady state distribution, the average queue length, waiting time distribution and the average waiting time equivalents, compared with the theoretical analysis, have been more satisfied with the results, and also completed statistical curve is drawn and analyzed.)
- 2020-12-15 10:19:13下载
- 积分:1
-
entropy
运用香农定理对信息熵与图像熵计算源代码matlab(information entropy and image entropy calculation source code of MATLAB )
- 2012-09-12 18:15:11下载
- 积分:1
-
Classifier_min_dist_f
最小距离分类器,matlab环境下,可直接调用(Minimum distance classifier, matlab environment, can be directly invoked)
- 2010-06-28 13:42:51下载
- 积分:1
-
blind_cma
自适应CMA算法实现对分空间的盲均衡,仿真数据随机产生。(CMA adaptive algorithms for blind equalization of sub-space, simulation, randomly generated data.)
- 2009-11-06 10:20:20下载
- 积分:1
-
LFModulation
一个线性调频的信号仿真程序,大家试一试吧(A linear FM signal simulation program, we try it)
- 2011-04-21 17:10:48下载
- 积分:1
-
RST
POLYNOMIAL RST CONTROL OF DFIG
- 2014-11-22 06:55:02下载
- 积分:1
-
2
说明: 非常实用的几个程序代码,请大家继续编程进行完善。(Several very useful code, please continue to improve programming.)
- 2011-11-23 08:51:57下载
- 积分:1
-
DV-Hop
说明: 无线传感器网络中经典定位算法:dv-hop算法的实现(Wireless sensor network localization algorithm in the classic: dv-hop algorithm implementation)
- 2011-02-22 15:40:45下载
- 积分: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