-
hafumanbianma
输入各个字符及对应出现的次数 ; 建立赫夫曼树并对各个字符进行编码 ;然后 对 输入 的 二进制 串进行 译码(Enter the various characters and the corresponding number of emerging establish Huffman tree and the various characters coding then enter strings of binary decoding)
- 2007-12-16 18:50: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
-
Signal-processing_matlab-file
This material is about signal processing algoritms which are implemeted with matlab source codes.
- 2014-01-27 21:03:01下载
- 积分:1
-
mimo_ofdm
Doan in document with Matlab Code 2 MIMO
- 2018-12-28 00:36:02下载
- 积分:1
-
complex_quan
复杂网络中几种常见网络的生成程序。详细说明了生成机理,对于初学者帮助较大。(Complex network of several common network formation process. Detailed description of the formation mechanism, for beginners to help more.)
- 2010-11-26 20:32:39下载
- 积分:1
-
Nonlinear-Finite-Elements
Nonlinear Finite Elements for Continua and Structures英文原版第二版和代码,介绍非线性有限元的基本方法,以及非线性有限元的前沿研究(Nonlinear Finite Elements for Continua and Structures original English version and the second code, the basic nonlinear finite element method described, as well as cutting-edge research in nonlinear finite element)
- 2020-10-08 21:27:36下载
- 积分:1
-
matlabcode
MATLAB实现高通及低通滤波器,是实验上编写的代码,多指教(MATLAB high-pass and low pass filter is experimentally write the code, multi-Zhi Jiao)
- 2009-11-14 00:41:07下载
- 积分:1
-
pinpujiaozheng
matlab的频谱矫正程序以及实例,可用于搭配滤波器产生需要的信号(err)
- 2008-06-03 19:42:33下载
- 积分:1
-
model1500
Simulink model of a 1.5 MW wind turbine with direct-driven permanent magnet generator
- 2011-07-30 14:50:17下载
- 积分:1
-
lec4
We prop ose d a simple relaxe d optimizatio n problem for finding the maxim um margin s ep
ar ator when some of the examples may b e misclassified
- 2013-12-02 14:32:38下载
- 积分:1