-
RBF(MATLAB)
RBF神经网络算法的主程序和子程序,可用代码,预测效果好(RBF neural network algorithm for the main program and subroutines, code can be used to predict effective)
- 2010-09-09 12:40:03下载
- 积分:1
-
sanjiao-Z
声子晶体的源程序:圆柱形散射体呈正三角排列的Z模程序(Phononic crystal source: cylindrical scattering takes the shape of the Z mode is triangular arrangement of the program)
- 2011-11-27 13:31:53下载
- 积分:1
-
yeyi01-bp
bp神经网络设计和训练,只要参考本源码就可以熟悉MATLABbp编程的相关知识(bp neural network design and training, as long as you can reference the source familiar with the programming knowledge MATLABbp)
- 2008-03-24 19:23:27下载
- 积分:1
-
iris-and-fingerprint-feature-fusion
iris and fingerprint feature fusion
- 2012-05-18 18:38:35下载
- 积分:1
-
MECATRONICA---CINVESTAV
Linear and nonlinear system in simulink
- 2013-08-25 14:40:51下载
- 积分:1
-
code
基于代价敏感布雷格曼散度的旋转机械轴承故障诊断研究(Rotating Machinery Fault Diagnosis of Bearing cost sensitive Bregman divergence based)
- 2013-12-15 14:09:25下载
- 积分:1
-
bafangxiang
使用栅格法通过蚁群算法规划机器人全局路径(By using the grid method of ant colony algorithm robot global path planning)
- 2015-03-08 11:39:13下载
- 积分:1
-
aybook.cn_matlabjc0121
主要是讲MATLAB的基础教程,是本不错的点击书籍!携带方便。(Mainly stresses the basis of MATLAB tutorial, click on the good books! Easy to carry.)
- 2008-02-29 09:41:17下载
- 积分:1
-
meanshift图像平滑
meanshift图像平滑代码
clear;
clc;
% width=600;%宽度,像素数
% height=600;%高度
% left=0;%距屏幕左下角水平距离
% bottom=0;%距屏幕左下角垂直距离
% set(gcf,"position",[left,bottom,width,height])
s = struct("id",0,"count",0,"point",[0,0], "value",[0, 0]);
im = imread("bit.bmp");
sz = size(im);
nums = 1;
- 2022-02-04 14:15:57下载
- 积分:1
-
boosting_demo
Boost 经典分类器matlab实现,初学者之福音(adaboosting)
- 2010-12-13 21:35:29下载
- 积分:1