-
csdp6.1.0winp4
一个求半解正定规划的工具,其中有matlab接口,也可以用来求普通的线性规划等等(a tool for semi definite program)
- 2011-06-23 20:38:49下载
- 积分:1
-
1
说明: 能够求解三角形势阱中二维电子气能级宽度,可以运行(Able to solve the triangular situation well in two-dimensional electron gas energy width, can run)
- 2008-03-07 17:48:01下载
- 积分:1
-
OFDM_Spectrum
the spectrum of the OFDM symbols in time domain
- 2009-12-11 05:52:13下载
- 积分:1
-
matlab
说明: 详细讲解matlab,matlab详细教程( Explains the matlab, matlab detailed course in detail )
- 2011-03-07 09:25:03下载
- 积分:1
-
matlab
关于matlab的一本不错电子书,高级图形,图形与声音,以及matlab与其他语言的混合使用(On matlab' s a good e-book, advanced graphics, graphic and sound, and matlab mixed with other languages)
- 2010-06-28 23:25:08下载
- 积分:1
-
classify_yb
分别使用感知机,最小二乘,SVM进行样本分类的基础算法。(Perceptron,least squares,SVM based method were used for sample classification.)
- 2010-06-02 20:52:48下载
- 积分:1
-
lorenzattractor
利用matlab生成洛仑兹混沌吸引子,可以通过修改其他的参数和方程得到不同稳定态或其他吸引子(A matlab code for lorenz chaotic attractor in which the parameters may be changed to get other phase portrait.)
- 2014-10-04 15:22:58下载
- 积分:1
-
slm
slm matlab 仿真代码 各种完备M文件(slm matlab simulation code of a complete M-file)
- 2011-11-19 10:24:24下载
- 积分:1
-
resistance
在已知天线阵列的单元个数和要求的副瓣电平时,利用切比雪夫加权,求的该阵列的各个阻抗(Sidelobe level in the known number of cells of the antenna array and requirements, the use of cut weighted Chebyshev, find the array impedance)
- 2013-04-17 23:17:29下载
- 积分: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