-
gjj
说明: 这是一个GM(1,1)模型的代码,可以直接用的(This is a GM (1,1) model code, can be directly used)
- 2010-05-03 13:27:37下载
- 积分:1
-
simulink2
详细介绍matlab、simulink,及视频图像,ppt(an introduction to matlab,simulink and vidio ,ppt.)
- 2009-06-15 10:17:57下载
- 积分:1
-
pLSA_demo
说明: matlab写的plsa 的demo例程。 (matlab routines written plsa the demo.)
- 2010-04-09 17:27:43下载
- 积分:1
-
fanarnold
说明: 关于Arnold的一种反变换新算法 本算法无需根据周期恢复原图 只要知道正变换的密钥即可(Arnold on a new algorithm for the inverse transform of the cycle of the algorithm does not need to know is as long as the original recovery key can transform)
- 2011-04-11 00:40:49下载
- 积分:1
-
AntColony
蚁群算法是一种模仿蚁群行为的仿生优化算法,其实现机理包括两个基本阶段:适应阶段和协作阶段。在适应阶段,各可行解根据积累的信息不断调整自身结构,路径上经过的蚂蚁越多,信息量越大,则该路径越容易被选择:时间越长,信息量越小。在协作阶段,各可行解之间通过信息交流,以期望产生性能更好的解。(Ant colony algorithm is a mimic ant colony behavior of bionic optimization algorithm, its implementation mechanism includes two basic stages: adaptation and collaboration. In adaptive phase, the feasible solution according to the accumulated information constantly adjust their structure, path through the more the ants, the greater the amount of information, it is the easier path is chosen: the longer the time, the smaller the amount of information. The collaboration stage, through the exchange of information between the feasible solution, expecting to generate better solutions.)
- 2014-12-29 22:05:34下载
- 积分: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
-
wave_peak
在小波变换中基于模极大值降噪算法的子程序(In the wavelet transform modulus maxima based noise reduction algorithm subroutine)
- 2009-05-04 12:44:54下载
- 积分:1
-
fourier
完成傅里叶的变换,将时间域的信号转换到频率域(The complete Fourier transform converts the signal of the time domain to the frequency domain)
- 2013-12-26 15:02:27下载
- 积分:1
-
Heart-Rate-in-Multi-Subject-Videos
基于视频的心率检测。能用MATLAB测心率(Video-based heart rate detection. MATLAB can measure heart rate)
- 2021-01-14 21:18:46下载
- 积分:1
-
HConvSquar
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with
% all Dirichlet boundary, note that reaction coefficient is not zero
% by indirect BKM ( A 2D homogeneous convection-diffusion case (u = exp (-ex* deta* x-ex* deta* y) with a square with all Dirichlet boundary, note that reaction coefficient is not zero by indirect BKM)
- 2007-09-24 15:48:01下载
- 积分:1