-
matlab_liu
刘金琨《先进PID控制MATLAB仿真》一书的全部代码(Liu Jinkun " Advanced MATLAB simulation of PID control," a book all the code)
- 2009-10-16 11:04:24下载
- 积分:1
-
xizhidaoxiandianrong
用matlab编写的关于天线问题的程序,用于计算细直导线电容(Prepared using matlab antenna problems on the procedures used to calculate the straight fine-wire capacitance)
- 2008-06-04 16:34:50下载
- 积分:1
-
MATLABProgramming
说明: MATLAB编程,国外高校电子信息类优秀教材,英文影印版(MATLAB programming, outstanding foreign university electronic information materials, photocopying English version)
- 2010-04-22 20:33:37下载
- 积分:1
-
code
ai prolog examples
ai prolog examples
ai prolog examples
ai prolog examples
ai prolog examples
(ai prolog examples)
- 2013-11-14 20:26:39下载
- 积分:1
-
power_3level_converter
三电平变换器的SIMULINK模型,适合三电平变换器及其PWM产生算法的初学者。(This is a simulink model of three level converter, which is suitable for the beginner in this field.)
- 2011-04-22 19:05:21下载
- 积分:1
-
Matlab_Lineequition
matlab 多个计算方程租的算法汇集 主要讲的是一般方法 还有正定矩阵的解法(matlab multiple computing algorithm equation rent pooling the main speaker is the general approach there is definite solution matrix)
- 2008-12-23 17:40:54下载
- 积分:1
-
Comp_SVD
Image compression using SVD is a very useful compression algorithm. The image size will not decrease in the compression algorithm.
- 2013-10-17 22:31:15下载
- 积分:1
-
main
人工神经网络有着广泛的应用,这段代码给出了NN在人脸检测中的具体应用实例。(face detection )
- 2014-11-20 12:19:40下载
- 积分:1
-
dianliuhuan2
电流环MATLAB仿真,感觉效果 挺不错的。(Current loop MATLAB simulation, the effect feels very good.)
- 2011-11-16 14:20:16下载
- 积分: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