本软件用于MP3,U盘的格式化.文件系统是FAT格式.
上传时间: 2014-01-16
上传用户:exxxds
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, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end display(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end
标签: data function Exponent obj_fcn
上传时间: 2013-12-18
上传用户:ynzfm
function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.
标签: fcm function Version Routine
上传时间: 2014-11-30
上传用户:二驱蚊器
USBROOT 这个我不用说了大家都知道的一个超好用的U盘制作工具!
上传时间: 2016-12-10
上传用户:zhuoying119
在u vision下对51单片机编程,实现的一个电子钟的例程
上传时间: 2014-01-27
上传用户:lht618
U盘防写、禁用的DELPHI源码,挺经典的,花钱买了的哦!
上传时间: 2014-02-07
上传用户:dongqiangqiang
ARM读写U盘驱动软件包源程序,有点复杂,但是很多值得大家慢慢学习的,有详细说明和例程。
上传时间: 2014-01-09
上传用户:685
U盘过滤驱动程序,让U盘成为一个只读存储器。在DISK.sys和USBSTOR.sys驱动之间建立一个过滤驱动
上传时间: 2016-12-14
上传用户:onewq
PowerPC U-boot源码,在PowerPC 8349上移植成功。
上传时间: 2013-12-17
上传用户:cjf0304
MP3播放程序及U盘程序。其中有原理图及PCB图。
上传时间: 2013-12-13
上传用户:变形金刚