-
matlab
求解多元函数问题,将其转化为求极值问题,用matlab求解。(solve the Max or min)
- 2014-09-18 14:59:17下载
- 积分:1
-
matlab6.5-
全书包含390 多个计算范例。所有算例的程序是可靠、完整的。读者可以在自己的MATLAB 环境中完全准确地重现本书所提供的算例结果。算例的举一反三,将使读者很快掌握要领,从模仿走向灵活应用。本书既可作为理工科院校研究生、本科生系统学习的教材,又可以作为广大科技工作者掌握和精通MATLAB 的自学用书和使用手册。(The book contains over 390 computing paradigm. All examples of the program is reliable and complete. Readers can own the MATLAB environment
Completely and accurately reproduce the book provided by the numerical results. Examples of replicability, the reader will quickly grasp the essentials, from imitation to
Flexible application. This book can be used as engineering colleges graduate, undergraduate system of learning materials, but also can work as a scientific and technological
Who self-mastery and mastery of MATLAB with the book and manual.)
- 2011-12-04 19:28:01下载
- 积分: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
-
yiqunjulei
蚁群聚类算法,修改输入数据可直接运行,分组效果很好。(GA-Ant cluster algorithm,it can directly run by revamping the input data. The effect is very good.)
- 2014-04-14 17:26:07下载
- 积分:1
-
mitmatlab2
说明: 数据挖掘经典算法matlab实现,补充代码!(Classical data mining algorithm matlab realize, supplementary code!)
- 2008-09-22 14:47:28下载
- 积分:1
-
matlab
好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好(Good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good)
- 2011-05-22 11:57:54下载
- 积分:1
-
Continuous
1维信号的周期性连续小波变换,包括对小波脊和骨架提取。(Periodic one-dimensional signal of continuous wavelet transform, including wavelet ridge and skeleton extraction.)
- 2020-06-30 03:20:01下载
- 积分:1
-
QAM16_BER_IMP
基于星座图的QAM16仿真,易于理解QAM16的原理(QAM16 constellation simulation-based, easy to understand the principles of QAM16)
- 2015-01-20 19:06:58下载
- 积分:1
-
TSPTEST
用禁忌搜索算法求解旅行商问题(TSP),程序是可以运行的,刚调试过了(Tabu search algorithm for solving TSP with the problem)
- 2010-12-24 10:18:54下载
- 积分:1
-
zhouchunqing
说明: simulink仿真,是计算机仿真的一个例子(very good)
- 2009-08-09 14:05:53下载
- 积分:1