-
AfDemo
這是一個C#框架, 實現了,很smart clien功能(This is a C# framework to achieve, and it's very functional smart clien)
- 2007-01-17 17:48:50下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
example5_11
基于matlab自有函数的增光矩阵系统辨识法(Own matlab function-based the graced matrix system identification method)
- 2012-11-13 12:23:53下载
- 积分:1
-
PAM
该程序完成一个16电平PAM数字通信系统的仿真,并测量了它的误码率。首先产生信息符号序列,该序列被当做4个信息比特一组,将16组符号映射到16个信息幅度。检测器计算距离,输出与真正传输的信息符号序列作比较,然后将差错计数。( This procedure completes a 16 level PAM digital communication system s simulation, and has surveyed its error rate. First has the message digit sequence, this sequence is treated as a 4 information bit group, maps 16 class symbols to 16 information scopes. The detector estimated range, the output and the true transmission s message digit sequence does compares, then counts the mistake. )
- 2010-07-16 19:32:08下载
- 积分:1
-
impulse
impulse propagation through a panel
- 2010-11-13 06:24:37下载
- 积分:1
-
Dijkstra
图与网络论中求最短路径的Dijkstra算法(Graph and network theory for the Dijkstra shortest path algorithm)
- 2008-07-27 12:24:39下载
- 积分:1
-
xiaobobianhuan
<小波分析理论与MATLAB 7实现>是“MATLAB应用技术”系列丛书之一,以最新推出的MATLAB中的小波分析工具箱Wavelet Toolbox 3.0版本为基础。(< Wavelet analysis theory and MATLAB 7 implementation> is " MATLAB Applications" book series is one of the latest release of MATLAB in the wavelet analysis toolbox Wavelet Toolbox 3.0 version as the basis.)
- 2010-05-11 23:30:50下载
- 积分:1
-
elm算法,完整
elm算法,我做风电功率预测时用到过,比较好用。(Elm algorithm, I do wind power prediction used, relatively easy to use.)
- 2021-03-18 15:09:20下载
- 积分:1
-
mod_news_scroller
joomla block for news scroller
- 2009-11-27 23:54:11下载
- 积分:1
-
pvbattery
光伏电池模型 matlab simulink里搭建 功能良好(PV battery model)
- 2021-04-11 11:28:58下载
- 积分:1