资源列表
moyituhuo
- 模拟退火算法的基本思想是从一给定解开始,从邻域中随机产生另一个解,接受Metropolis准则允许目标函数在有限范围内变坏,它由一控制参数t决定,其作用类似于物理过程中的温度T,对于控制参数的每一取值,算法持续进行“产生—判断—接受或舍去”的迭代过程,对应着固体在某一恒定温度下的趋于热平衡的过程,当控制参数逐渐减小并趋于0时,系统越来越趋于平衡态,最后系统状态对应于优化问题的全局最优解,该过程也称为冷却过程,由于固体退火必须缓慢降温,才能使固体在每一温度下都达到热平衡,最终趋于平衡状态,因此控制
Dijkstra
- Dijkstra Algorithm for the shortest path problem
CLAA_32_BITS
- A 32-bit carry lookahead adder
Binary
- 用二分法解最高次是3的非线性方程,最基本简单的算法!-With dichotomy solution is the highest times three nonlinear equations,The most basic simple algorithm!
linear_equations_Gauss-Ziedel
- linear equations, Gauss-Ziedel method
matlabduomubiao
- 本算法为遗传算法应用于多目标优化是的算法,可在工程领域应用-The algorithm for the genetic algorithm is applied to multi-objective optimization algorithm can be applied in engineering fields
Hilbert-c
- hilbert变换的C程序,用DSP来实现的-hilbert transform C programs, achieved with a DSP
TwoStacks
- two stacks uasing single array
FFT
- 自行撰寫的MATLAB的FFT函式 讓你瞭解如何撰寫自己的函式-Self-written MATLAB FFT function to let you know how to write your own functions
matlab_transport-problem
- 平衡运输问题的代码,供大家参考(还有待于优化) -Code balanced transportation problem (yet to be optimized)
dsp
- 数字信号处理的课程设计,用matlab对给定音频信号进行处理。-Course design of digital signal processing using MATLAB to process the audio signal is given.
Desktop
- 水仙花数判定、输出杨辉三角、汉诺塔移动次数-judge Narcissistic number between two number、printf Yang Hui triangle、Tower of Hanoi