-
rx_demodulate
OFEM接收机的解调,检测合格,效果良好,本人亲测(the demodulation of OFDM receiver)
- 2013-07-12 20:21:26下载
- 积分:1
-
avo_abe
avo_abe - AVO intercept and gradient attributes for P-P and P-S
- 2011-05-15 01:04:56下载
- 积分:1
-
Fuzzy-Control-of-PUMA-Robot
MATLAB/SIMULINK Based
Fuzzy Control of PUMA Robot
- 2014-12-12 04:01:51下载
- 积分:1
-
PID-control-modeling-and-simulating
关于PID算法的基于matlab的simulink下的仿真,很好的资料,可以快速的帮助设计PID参数。(Under the simulink simulation matlab based on good information about the PID algorithm can quickly help design PID parameters.)
- 2014-10-24 23:59:16下载
- 积分:1
-
methods
本程序适用于自适应波束形成的几种算法的matlab仿真。(This procedure applies to adaptive beamforming algorithms for the matlab simulation.)
- 2010-06-07 15:50:24下载
- 积分:1
-
bingreedy
说明: 此源程序为解决一维集装箱装载问题,但是为二维和三维算法提供了很好的思路。(This source code to solve one-dimensional container loading problem, but for the two-dimensional and three-dimensional algorithm provides a very good idea.)
- 2010-04-26 22:48:09下载
- 积分:1
-
LMSandKalman
一个用来学习和使用的标准kalman和lms变步长最小均方滤波算法源程序代码(One source code to learn and use the standard kalman and least mean square filtering algorithm)
- 2013-11-01 08:14:33下载
- 积分:1
-
模糊控制PID
说明: pid控制,模糊控制,模糊pid控制的simulink仿真,三种控制方法的比较.(PID control, fuzzy control, fuzzy PID control, Simulink simulation of fuzzy PID control, comparison of three control methods.)
- 2021-01-12 09:28:49下载
- 积分:1
-
Modify-EZW
说明: 修改后的EZW,有详细说明。能够看懂代码的。(Modified EZW, are described in detail. Can understand the code.)
- 2011-02-22 23:46:43下载
- 积分: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