-
Parallel_Port_Complete_Programming-_Interfacing_a
Complete Parallel Port Development. Covers all PP standards.
- 2014-01-28 20:21:15下载
- 积分:1
-
matlab
matlab 教程(matlab tutorial)
- 2010-05-06 22:55:51下载
- 积分:1
-
nelder
downhill simplex问题 matlab 简单(Simplex Downhill matlab code)
- 2013-05-05 19:16:15下载
- 积分:1
-
The-CPP-Programming-Language
The C++ Programming Language.Third Edition - Bjarne Stroustrup.1997.pdf(The C++ Programming Language.Third Edition- Bjarne Stroustrup.1997.pdf)
- 2013-12-29 19:46:44下载
- 积分:1
-
examples-2
some examples to learn basic c++
- 2014-08-12 09:03:17下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
AMMC
Matlab 视频去隔行代码AMCC法,效果很好(Matlab code Deinterlacing)
- 2013-09-02 19:48:05下载
- 积分:1
-
VC++_Matlab_pdf
说明: Matlab与VC混合编程实例,rar格式(Matlab and VC mixed programming examples, rar format)
- 2005-12-24 11:37:12下载
- 积分:1
-
fsk1
基于matlab的2fsk的调制与解调源程序,以及眼图,误码率的计算,相干解调,非相干解调的比较(Matlab-based 2fsk the source of the modulation and demodulation, as well as the eye diagram, bit error rate calculation, coherent demodulation, comparison of non-coherent demodulation)
- 2009-05-02 16:45:31下载
- 积分:1
-
gaot
tep 1:对遗传算法的运行参数进行赋值。参数包括种群规模、变量个数、交叉概率、变异概
率以及遗传运算的终止进化代数。
Step 2:建立区域描述器。根据轨道交通与常规公交运营协调模型的求解变量的约束条件,设
置变量的取值范围。
Step 3:在Step 2的变量取值范围内,随机产生初始群体,代入适应度函数计算其适应度值。
Step 4:执行比例选择算子进行选择操作。
Step 5:按交叉概率对交叉算子执行交叉操作。
Step 6:按变异概率执行离散变异操作。
Step 7:计算Step 6得到局部最优解中每个个体的适应值,并执行最优个体保存策略。
Step 8:判断是否满足遗传运算的终止进化代数,不满足则返回Step 4,满足则输出运算结果。
其次,运用遗传算法工具箱。(Matlab genetic algorithm toolbox)
- 2020-11-07 15:09:49下载
- 积分:1