-
huffman_encode
The goal of this program is to demonstrate the construction of a huffman encoding tree.
The tree is represented as a binary tree using MATLAB s built in treeplot commands.
Contruction of the tree as well as the huffman code book will be described in later sections
- 2012-11-20 19:59:48下载
- 积分:1
-
GA1
说明: 这是一个完整的遗传算法子程序1,里面包含了各个子程序,运行没问题.(This is a complete genetic algorithm subroutine 1, which contains various subroutines to run no problem.)
- 2010-04-29 09:28:53下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
pingchafuzhuhanshu
平差辅助函数,用于平差过程中需要使用的函数模型(Adjustment helper function for function model adjustment process requires the use of)
- 2014-02-17 10:17:15下载
- 积分:1
-
power_pwm
三相异步电机的simlink仿真模型,可直接运行(Simlink simulation model of three-phase asynchronous motors can be run directly)
- 2015-04-16 21:08:15下载
- 积分:1
-
MATLAB
暂态潮流计算,包括主程序及一系列的调用程序,附故障设置(Transient flow calculation, including the main program and a series of calls to program, but failed to set)
- 2011-08-23 10:48:43下载
- 积分:1
-
DC_AC
逆变电路,matlab simulink 仿真,适合新手入门电力电子器件仿真(Inverter circuit, matlab Simulink simulation, suitable for novice power electronic device simulation)
- 2019-03-21 19:54:08下载
- 积分:1
-
AppendImages
此函数为在matlab软件编写的图像合并函数。(this is a m function for two image merging.)
- 2013-11-13 13:41:53下载
- 积分:1
-
source_code_6nn3dv
成功实现计算CHzvEe算法的程序,本人测试已经通过,性能已基本达到CHzvEe算法的性能,需要MATLAB 2009b环境运行,如有问题,欢迎讨论
(The successful implementation of the program to calculate CHzvEe algorithm, I have passed the test, need MATLAB2009b operating environment, any questions, please contact me
)
- 2015-12-13 18:26:00下载
- 积分:1
-
jDE
改进的差分进化算法jDE代码,MATLAB代码(Improved differential evolution algorithm jDE code, MATLAB code)
- 2020-09-20 18:47:51下载
- 积分:1