-
sanxianbaxianyimaqi
一个3线8线译码器在matlab中的电路图(3 line 8 line decoder circuit diagram
based on matlab)
- 2011-09-11 19:27:45下载
- 积分:1
-
NNAdvanced
Advanced MLP nn sorce code-Edited
- 2014-11-04 03:39:01下载
- 积分:1
-
gm_modes.tar
The code for finding modes from Gaussian Mixture for an input
- 2012-11-29 22:20:36下载
- 积分:1
-
line_inter_3d
使用Matlab的M文件编写的数控三轴直线运动代码,为验证DSP上的算法而编(Matlab M-file used to prepare three-axis linear motion of the CNC code, in order to verify the algorithm and the DSP for)
- 2009-05-24 18:29:18下载
- 积分:1
-
APFCDCDC
实现APFC以及DCDC转换功能的算例,能够完成挺不错的实现(APFC and DC/DC)
- 2014-08-07 19:58:46下载
- 积分:1
-
a
说明: 广义预测控制仿真的源代码将在这里展示,用MATLAB进行仿真。(a good simulation is shown.)
- 2014-02-15 19:48:07下载
- 积分:1
-
xiaobo
基于小波变换的图像增强算法,我从专业数据库上下载的,应该有用(Based on wavelet transform image enhancement algorithm, I download on from the major databases, it should be useful)
- 2009-03-28 14:28:13下载
- 积分: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
-
NURBS
NURBS拟合调用程序,可用于逆向具体实物。(NURBS fitting procedure is called, can be used to reverse a specific kind.)
- 2011-09-14 18:32:26下载
- 积分:1
-
work
离散点的极值寻找。一组离散数据中的极大值或者极小值点,不同于fmax函数(Discrete extremum looking. Maxima or minima of a set of discrete data points, unlike fmax function)
- 2013-04-07 22:58:36下载
- 积分:1