-
Method2
Matlab程序用作混沌时间序列的预测。
(Matlab program used for chaotic time series prediction.)
- 2008-03-27 14:52:09下载
- 积分:1
-
fx-demo
主要用于地震资料处理波数频率域反褶积和图像显示(Mainly used for seismic data processing and wave-number frequency domain deconvolution and image display)
- 2012-06-09 16:10:59下载
- 积分:1
-
image-compress
实现图像压缩,运用小波处理技术, matlab实现,你懂的(using wavelet to compress the image by matlab )
- 2014-11-15 04:16:28下载
- 积分:1
-
2weishange111
本程序利用matlab实现2维栅格地图建模,调试成功,有兴趣的可以下载(This procedure using matlab to achieve a two-dimensional grid map modeling, debugging success, interested can download)
- 2013-04-12 18:56:43下载
- 积分:1
-
Simplex-Method--matlab
单纯形法的matlab程序包括算法及分析 (Simplex method matlab program)
- 2012-02-15 11:22:01下载
- 积分:1
-
matlab
灰色处理,预测模型,GM(1,1)一次累加(Gray processing, prediction model)
- 2012-09-01 00:37:28下载
- 积分:1
-
Time-Varying Formation Control
摘要地层控制分析与设计问题
无人机(UAV)群系统实现时间。
研究了不同的地层。达到预定时间-
无人机的编队、编队协议各不相同。
首先是群系统,无人机的速度可能不同
当到达编队时。然后,基于共识的方法
用于处理时变信息的形成控制
无人机群系统的问题。必要和充分
无人机群系统实现时变的条件
提出了构造方案。(Abstract-formation control analysis and design problems for
unmanned aerial vehicle (UAV) swarm systems to achieve time.
varying formations are investigated. To achieve predefined time-
varying formations, formation protocols are presented for UAV
swarm systems first, where the velocities of UAVS can be different
when achieving formations. Then, consensus-based approaches
are applied to deal with the time-varyin formation control
problems for UAV swarm systems. Necessary and sufficient
conditions for UAV swarm systems to achieve time-varying
formations are proposed.)
- 2019-06-14 17:14:43下载
- 积分:1
-
Chapter9
现代通信系统第一章
matlab程序源码(The first chapter of modern communication systems matlab program source)
- 2008-06-08 01:35:45下载
- 积分:1
-
s-function
本文主要介绍了如何在MATLAB中创建s函数,s函数的定义、功能以及如何正确的编写s函数,从而简化MATLAB的编程,使MATLAB模块更加清晰。(this passage mainly describe the s function in MATLAB about creating this function and how to use this function)
- 2014-09-16 09:23:24下载
- 积分: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