-
opamp
Op Amp details & application
- 2010-07-04 01:42:59下载
- 积分:1
-
INVerter-Control121017
此文档是我做APF时参考过的无数文章中最有价值的文档之一,写的很深刻,也很结合实际。(This document is one document that I do APF reference to numerous articles in the most valuable, written in a very profound and very actual.)
- 2015-04-05 18:51:13下载
- 积分:1
-
MATLAB
根据弗洛伊德算法计算最短距离矩阵(准备连接矩阵、距离矩阵,可以用坐标算出)(Calculate the shortest distance matrix according to Freud algorithm (prepare connection matrix, distance matrix, can be calculated by coordinates))
- 2020-06-29 15:00:01下载
- 积分:1
-
3
说明: 利用matlab实现彩色图像的分割。算法主要是利用聚类算法(Use of matlab color image segmentation. Algorithm is the main clustering algorithm)
- 2012-06-03 23:04:51下载
- 积分:1
-
ECPoint
A Point on an Elliptic Curve in barycentric (or affine) coordinates.
- 2013-12-06 12:21:05下载
- 积分: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
-
code-of-PSO
基于matlab的粒子群优化算法,并且包含几种典型的测试函数(A Matlab optimization algorithm based on particle swarm, and contains several typical test functions.)
- 2015-09-07 16:41:48下载
- 积分:1
-
motion
目标运动模型,三维的和二维的都有,本人毕业设计时候编写的(Target motion model, three-dimensional and two-dimensional of all, I graduated from design time to the preparation of the)
- 2009-01-05 13:43:04下载
- 积分:1
-
steepest_descent_method
采用最速下降法查找最小值,采用H终止准则,计算时间很快,很适合初学者使用(Steepest descent method using the minimum search using H termination criteria, the computation time soon, it is suitable for beginners to use)
- 2009-03-27 13:14:07下载
- 积分:1
-
Introduction_to_Model_Predictive_Control_Toolbox
INTRODUCTION FOR MODEL PREDECTIVE
- 2013-12-06 02:19:38下载
- 积分:1