-
Matlab
基于蚁群算法的优化实现路径最短的问题程序(Based on ant colony optimization algorithm to achieve the shortest path problem program)
- 2014-01-10 21:49:28下载
- 积分:1
-
fankui
反馈网络是神经网络的基础 这里提供了神经网络中用到的反馈 这里能充分理解文档的内容就能很好的掌握神经网络的基础。我将各个函数写成了不同的文档 就是便于大家理解。(Feedback network is the basis of the neural network here provides feedback neural network is used here to fully understand the content of the document can very good master the basis of neural network. I will each different function in the form of a document is easy to understand.)
- 2013-03-19 19:09:44下载
- 积分:1
-
多尺度归一化分割源代码
多尺度归一化分割源代码image=im2double(image);
%% compute multiscale affinity matrix W and multiscale constraint matrix C
t= cputime;
[W,C]=compute_W_C_multiscale(image);
disp(["compute W,C time: ",num2str(cputime-t)]);
%% compute constrained normalized cuts eigenvectors
disp("starting multiscale ncut...");
t = cputime;
if ~isempty(C)
[X,lambda,timing] = computeNcutConstraint_proje
- 2022-02-03 21:07:49下载
- 积分:1
-
chapter6_1
此程序的功能是用自相关法求使信号s均方预测误差为最小的预测系数 (Feature of this program is to use the autocorrelation method for the signal s smallest mean squared prediction error of prediction coefficients)
- 2013-11-25 20:31:34下载
- 积分:1
-
simulink中物理建模的整车模型
本模型采用物理建模,通过matlab中simulink模块进行整车模型的运动学仿真,模拟真实环境并与之相比较,相对准确。
- 2023-02-20 21:05:03下载
- 积分:1
-
Untitled
车灯线光源的优化设计方案 (Headlight design optimization)
- 2010-05-31 10:40:47下载
- 积分:1
-
FCM_Demo
The code implements the Fuzzy-C-Means Algorithm
- 2009-07-02 10:52:34下载
- 积分:1
-
Matlab-Answer
Matlab基础与应用教程 书本习题答案(Matlab Fundamentals and Applications tutorial books Exercise answers)
- 2012-10-28 14:58:52下载
- 积分:1
-
干涉碰撞检测
说明: 该压缩包了有三个文件,分别有三个程序,其主要用于干涉碰撞检测。(There are three files and three programs in the package, which are mainly used for interference and collision detection.)
- 2020-01-10 11:14:50下载
- 积分:1
-
Matlab小程序大全
把所有常用的小程序进行了汇总,避免在写程序时候反复写相同的东西,你还在等什么,赶快来看看我的劳动成果吧,一定不会让你后悔的
- 2022-03-22 02:10:04下载
- 积分:1