-
facerecognition
该matlab程序可以根据所选择的测试库中图片对人脸进行识别,从而在系统中找到与之匹配的图片。(The matlab program can test the library, the selected image on the human face recognition, which is found in the system to match the pictures.)
- 2010-12-09 20:58:26下载
- 积分:1
-
CreatRoundAperture
关于非球面检测的一个matlab程序,运行一下你就知道(Detection of non-spherical a matlab program, run what you know)
- 2011-10-25 09:30:28下载
- 积分:1
-
calic_comp
compresssion based calic decomposition
- 2012-10-05 14:01:47下载
- 积分:1
-
pv1-SIMPLE-PV
This file is very important for student ....
- 2014-02-18 00:16:42下载
- 积分:1
-
newton
直角坐标下的潮流计算,适合电力系统分析学习(Cartesian coordinates of the flow calculation for power system analysis study)
- 2010-10-19 09:37:14下载
- 积分:1
-
jhdhs
and uD as described in section 4 together with the discrete space. The main . The proposed Matlab program employs th
- 2013-09-01 22:39:35下载
- 积分:1
-
FFT
可以实现快速傅里叶的计算,适用于matlab环境(Calculation can achieve fast Fourier for matlab environment)
- 2016-12-04 20:20:31下载
- 积分:1
-
t
说明: 文章编辑系统,输入一页文字,程序可以统计出文字、数字、空格的个数。
静态存储一页文章,每行最多不超过80个字符,共N行
(Article editing system, input a word, the program can be worked out, words, numbers, the number of spaces. Static storage an article, each line no more than 80 characters, a total of N rows)
- 2010-01-25 23:00:40下载
- 积分:1
-
chapter2
《小波分析理论与MATALB R2007 实现》第二章源码( wavelet analysis using matlab)
- 2012-10-08 22:40:03下载
- 积分: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