-
matlab11
说明: 精通matlab神经网络部分源代码,请大家多多帮助,共同提高(Matlab neural network part of the master source code, please bear with helping and enhancing)
- 2010-04-23 18:34:38下载
- 积分:1
-
getPDF1
关于LDPC编码的一些相关英文资料或者论文及有关资料(LDPC)
- 2010-05-21 14:30:34下载
- 积分:1
-
SVM_GUI_3.1[mcode]{by-faruto}
SVM_GUI_3.1[mcode][by_faruto]1 此SVM_GUI是基于libsvm-FarutoUltimate,所以你需要实现安装该工具箱。会用libsvm-
FarutoUltimate的朋友,这个GUI一看就会用,里面的参数的输入就是原来libsvm-
FarutoUltimate里面的输入要求(SVM_GUI_3.1 [mcode] [by_faruto] 1 is based on this SVM_GUI libsvm-FarutoUltimate, so you need to implement to install the toolkit. Will use libsvm- FarutoUltimate friend, a look will use this GUI, enter inside the parameters of which is the original input requirements libsvm- FarutoUltimate)
- 2015-03-10 14:55:30下载
- 积分:1
-
QAM
matlab编的调制解调仿真代码,相当棒,运行MQAM文件(matlab simulation series modem code, rather wand, run MQAM document)
- 2008-04-20 20:15:51下载
- 积分:1
-
AMF-and-improvement
中值滤波和它的改进 自己实现的 可能比较粗略 matlab2013运行通过(Median filter and it is possible to achieve improved their sketchy matlab2013 run through)
- 2013-08-08 21:21:01下载
- 积分:1
-
Cyclo
Cyclo Converter- fixed ac to variable freq and voltage ac with simple simulation circuits
- 2011-10-08 01:46:38下载
- 积分:1
-
sar
合成孔径雷达成像算法及其实现,包含信号处理过程(Synthetic aperture radar imaging algorithm and its implementation, including signal processing)
- 2013-05-18 20:36:43下载
- 积分:1
-
method1
利用MATLAB解决任意若干小矩形按照未知次序排样问题(To solve some arbitrary small rectangular packing problem in accordance with the order of the unknown)
- 2015-05-06 21:12:48下载
- 积分:1
-
MailSendingServices
This is a utility which schedules for sending e-mail automatically
- 2009-12-07 04:24:11下载
- 积分: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