-
ga_matlab
遗传算法的详细仿真程序(matlab),算法详细介绍了遗传算法的功能和主要实现原理。难得的源码程序。(Genetic algorithms detailed simulation program (matlab), algorithm described in detail the function of genetic algorithm and the main achievement of the principle. Rare source procedures.)
- 2007-12-13 10:43:23下载
- 积分:1
-
fdtd2DPML
FDTD matlab 程序
时域差分法 有界 (FDTD matlab program bounded difference time domain method)
- 2011-05-12 19:59:35下载
- 积分:1
-
R_K
龙格库塔的matlab和c++的源代码程序,可解四阶常微分方程(Runge-Kutta matlab and c++ source code program, fourth-order ordinary differential equations solvable)
- 2012-06-04 19:40:56下载
- 积分:1
-
HHT
可以用来方便的进行输入信号的Hilbert-Huang变换,经过了验证,可以使用(Used to implement the input signal of the Hilbert-Huang transform. First proposed calculation method, after validation, can be used.)
- 2012-03-23 09:29:51下载
- 积分:1
-
MATLAB-SIMULINK
MATLAB SIMULINK与控制系统仿真 王正林等编着(MATLAB/SIMULINK and control system)
- 2011-05-23 15:00:38下载
- 积分:1
-
基于粒子群算法的mppt算法GitHub
基于粒子群算法的mppt算法,PSO算法,MPPT最大功率点跟踪(MPPT algorithm based on particle swarm optimization)
- 2020-11-04 17:19:51下载
- 积分:1
-
fun_fre_dec_cal_X2
悬置功能计算的,能量解耦的方法,优化及其位移的计算(The calculation of suspended function, energy decoupling method, optimization and calculation of displacement)
- 2020-12-05 13:19:24下载
- 积分:1
-
BinarniBroj
class of binary code
- 2010-02-03 02:01:20下载
- 积分:1
-
Mantle-master
mantle json to model
- 2015-01-14 16:27:08下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1