-
disper
Does a picture of the dispersion relation. The figure should be compared with Figure 7.2-10 of the book. Reference: Fundamentals of Photonics-Second Edition
- 2009-10-16 00:04:16下载
- 积分:1
-
training_data
Finally check it out.
- 2011-04-24 00:58:05下载
- 积分:1
-
psoPde-matlab
在基本pso的基础上做改进,引入de算法,高精度实现pso算法的寻优。(On the basis of the basic pso make improvements, the introduction of de algorithm, pso algorithm to achieve high-precision optimization.)
- 2011-05-20 18:54:49下载
- 积分:1
-
[matlab]CPUmeultithread
[matlab source code]CPUmeultithread
- 2012-05-29 15:29:59下载
- 积分:1
-
Assigenment-511
this program it is first step in construct magic square in genetic algorithm
it has some function and i will upload again now i finish
- 2011-10-12 14:11:27下载
- 积分:1
-
gas-so
The code decribes a gas-solid model to predict the conversion variation with various affecting parameters.Very useful for Matlab rookies
- 2013-03-28 09:12:27下载
- 积分:1
-
dijkstra
Diskstra最短路径算法的c++源程序,以及编译好的matlab动态链接库,学习留形学习算法及程序必备。(Diskstra shortest path algorithm c++ source code, and compiled matlab dynamic link library, learning algorithms and procedures remain an essential form of learning.)
- 2010-10-20 20:54:56下载
- 积分:1
-
z_score.tar
对nii文件进行Z变换,并保存成nii文件(Z transform to the NII file and save it as a NII file)
- 2017-12-06 14:47:07下载
- 积分: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
-
Tut_Machine.m
这是一个用Matlab描述的关于X+Y的图灵机程序,希望对大家有些用(This is a description of the use of Matlab X+ Y on the Turing machine procedures, we hope to use some)
- 2007-05-24 21:37:59下载
- 积分:1