代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/443589/7630356
txt 蚁群聚类算法及其源码[matlab].txt
程序代码: (代码标记 [code]...[/code] )
上周忙着看公钥算法,基础要补的太多,看得晕晕的~~周末去了一趟河北,和博士一起去的,看到久违的“鸭子”,呵呵,大家改变都不大,鸭子现在做sp,我正好感兴趣,但他做的是固话的sp,主要是语音服务方面,呵呵,话题扯远了,于是我就没时间看我的ACO了。不知怎么的,我按照“晃晃悠悠”的提示进行改动,但我的fitness值始终没有收敛, ...
www.eeworm.com/read/441564/7668671
pdf 用matlab实现ofdm技术的仿真.pdf
www.eeworm.com/read/441473/7669930
doc 主成分分析及matlab应用.doc
www.eeworm.com/read/440205/7692356
doc matlab6.0数学手册 复合版.doc
www.eeworm.com/read/439653/7704032
ppt 第二章 matlab语言基础.ppt
www.eeworm.com/read/438370/7732123
ppt 第二章 matlab语言基础.ppt
www.eeworm.com/read/436592/7767121
pdf 基于matlab的小世界网络仿真.pdf
www.eeworm.com/read/436063/7777735
txt k-means算法matlab实现方法.txt
function [cid,nr,centers] = cskmeans(x,k,nc)
% CSKMEANS K-Means clustering - general method.
%
% This implements the more general k-means algorithm, where
% HMEANS is used to find the
www.eeworm.com/read/436060/7777741
txt fcm,pcm聚类算法matlab程序.txt
function [U,center,result,w,obj_fcn]= fenlei(data)
[data_n,in_n] = size(data);
m= 2; % Exponent for U
max_iter = 100; % Max. iteration
min_impro =1e-5; % Min. improvement
c=3;
[center, U,
www.eeworm.com/read/435726/7786436