搜索资源列表
abooy
- hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。 gauss为电路试验中的高斯消去法。 GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现 上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however, covered only the core of the
hmm.zip
- 隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序),Introduction to Hiden Markov Model and Example Codes
invertedpendulum
- 倒立摆是一种复杂、时变、非线性、强耦合、自然不稳定的高阶系统,许多抽象的控制理论概念都可以通过倒立摆实验直观的表现出来。基于人工神经网络BP算法的倒立摆小车实验仿真训练模型,其倒立摆BP网络为4输入3层结构。输入层分别为小车的位移和速度、摆杆偏离铅垂线的角度和角速度。隐含层单元数16个。输出层设置为1个输出单元。输入层采用Tansig函数,隐含层采用Logsig函数,输出层采用Purelin函数。用Matlab 6.5数值计算软件对模型进行学习训练,并与线性反馈控制逻辑算法对比,表明倒立摆控制B
TSP
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,
Mga
- 一个好用的遗传算法工具箱,它的功能简单,够用,强大,能满足一般的数值计算。-genetic algorithm toolbox
mnth
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对
yiqunsuanfa
- 经典蚁群算法源程序,可实现一般数值计算和控制算法-Classical ant colony algorithm source code, enabling the general algorithm for numerical calculation and control
GA
- 通过C语言实现,简单的遗传算法,对数值计算的学习者,入门参考学习-C language, a simple genetic algorithm, the numerical calculation of learners, learning portal
fluid_simulation
- 本程序的目的是为了进行无粘性流体的数值计算模拟,通过CFD算法计算每个节点的应力,推算出流体的本构方程-The purpose of this program is to viscous fluid values calculated to simulate the stress the CFD algorithm calculated for each node, calculate the constitutive equation of the fluid
donghua
- 使用二次差值算法进行数值计算,可以较简单的计算出数值。-Secondary difference algorithm for the numerical calculation, can be relatively simple calculation values.
pso
- 计算智能典型算法,粒子群算法数值计算,可作为实验或教学案例。-Computational Intelligence typical algorithms, particle swarm algorithm for the numerical calculation, can be used as experimental or teaching cases.
huiliemie
- 大学数值分析算法,包括回归分析和概率统计,旋转机械二维全息谱计算的实用例程。- University of numerical analysis algorithms, Including regression analysis and probability and statistics, Rotating Machinery dimensional hologram of practical spectrum calculation routines.
he518
- 大学数值分析算法,IMC-PID是利用内模控制原理来对PID参数进行计算,数据包传送源码程序。- University of numerical analysis algorithms, The IMC- PID is using the internal model control principle for PID parameters is calculated, Data packet transfer source program.
0708
- 大学数值分析算法,用平面波展开法计算二维声子晶体带隙,阐述了负荷预测的应用研究。- University of numerical analysis algorithms, Computation Method D phononic bandgap plane wave, It describes the application of load forecasting.
sample2
- 基于MATLAB平台开发的,用于数值计算的粒子群算法(Particle swarm optimization algorithm for optimization)
sample3
- 基于MATLAB平台开发的,用于数值计算和优化的粒子群算法(Particle swarm optimization algorithm for optimization)
sample4
- 基于MATLAB平台开发的,用于数值计算和优化的通用型粒子群算法(Particle swarm optimization algorithm for optimization)
sample5
- 基于MATLAB2012b平台开发的,用于数值计算的粒子群算法(Particle swarm optimization algorithm for optimization)
85859770
- 龙阁库塔算法,对程序设计很有参考价值! 在数值计算中常用!()
assmn
- 一些常用数值算法的 C程序源代码 对初级学数值计算很有帮助()