-
heat1D_mfiles
heat one dimensional CFD
- 2010-02-19 00:52:19下载
- 积分:1
-
Gmd2lc
this source code is gm2lc matlab
- 2013-08-04 17:52:25下载
- 积分:1
-
Mono
实现单稳触发功能,扩展输入信号为指定时常(a implement of mono,expand the input signal to a given time)
- 2013-12-05 12:45:23下载
- 积分:1
-
DPsearch
Fast search for Dirichlet process mixture models (This code implements the search algorithms (modulo a few minor changes) described in the Fast search for DPMMs paper at AI-Stats 2007. It should work out of the box with a reasonably recent version of matlab. Currently the code only contains the Dirichlet/Multinomial case, but the Gaussian case can be hacked in in about 5 minutes.)
- 2014-01-18 22:11:58下载
- 积分:1
-
DLC
逻辑无环流双闭环可逆直流调速,波形很好,调节时间迅速(Logic non circulating DC double loop speed control, waveform is good, adjust the time quickly)
- 2021-04-26 09:18:45下载
- 积分:1
-
NeuralNetwork_BP_Regression
NeuralNetwork_BP_Regression.m - 回归(NeuralNetwork_BP_Regression.m- Regression)
- 2009-03-07 16:29:51下载
- 积分:1
-
MATLAB-based_simulators_for_mobile_robot_Simultane
MATLAB-based simulators for mobile robot Simultaneous Localization and Mapping
- 2010-09-29 09:40:54下载
- 积分:1
-
Kalman-filter-c
卡尔曼滤波器c语言代码。需要的可以下载看看,不设权限,0积分下载。(Kalman filter c language)
- 2013-07-22 16:48:46下载
- 积分: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
-
mac-scc
Ethernet on Serial Communications Controller (SCC) driver for Motorola MPC8xx and MPC82xx.
- 2014-08-09 10:31:28下载
- 积分:1