-
Tsteepest_desh
这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法.
(The Matlab program to achieve the steepest descent algorithm. Steepest descent method is a basic algorithm, it occupies an important position in the optimization method. Advantage of the steepest descent method is the small amount of work, less storage reservoir variables, the initial point less demanding drawback is slow convergence, the steepest descent method for the optimization process of the early iterations, or as inserted steps are advised to use other kinds of fast convergence of the algorithm when close to the extreme point.)
- 2012-08-20 07:27:17下载
- 积分:1
-
Fun_fft
快速傅里叶变换函数,自己写的函数,直接用即可,ceps倒频谱分析(fast folier transformation)
- 2011-12-08 21:58:23下载
- 积分:1
-
regiongrowing
区域生长算法,一个老美写的,算法写的相当巧妙,需要花点时间好好看下。(Region growing algorithm, written by an old America, the algorithm is quite clever to write, take time to properly see next.)
- 2010-08-05 17:43:37下载
- 积分:1
-
GAkod
This is visual basic codes of genetic algorithm
- 2011-12-26 21:03:04下载
- 积分:1
-
huanreqi
用于换热器的初步计算和设计,非常管用,非常管用(Preliminary calculation and design for heat exchanger)
- 2020-06-29 12:40:01下载
- 积分:1
-
Ecualizador-Gui
ecualizador y grafica de audio (GUI)
- 2013-10-19 01:27:27下载
- 积分:1
-
matlab
战胜MATLAB必做的练习题以及函数大全,快速学会以及掌握matlab技巧(MATLAB victory will do exercises and function Guinness, quickly learn and master the skills matlab)
- 2013-11-14 19:13:34下载
- 积分:1
-
codingpart1
OFDM with turbo codes which will provide more description than the other error correcting codes
- 2013-12-23 18:33:42下载
- 积分:1
-
LQG-LTR
LQG_LTR controller for Aircraft
- 2021-01-11 15:18:49下载
- 积分:1
-
stop-and-wait
Stop-and-wait ARQ is a method used in telecommunications to send information between two connected devices. It ensures that information is not lost due to dropped packets and that packets are received in the correct order. It is the simplest kind of automatic repeat-request (ARQ) method. A stop-and-wait ARQ sender sends one frame at a time it is a special case of the general sliding window protocol with both transmit and receive window sizes equal to 1. After sending each frame, the sender doesn t send any further frames until it receives an acknowledgement (ACK) signal. After receiving a good frame, the receiver sends an ACK. If the ACK does not reach the sender before a certain time, known as the timeout, the sender sends the same frame again.
- 2011-08-03 16:52:09下载
- 积分:1