實現UNIX下的ls全部功能,同時添加了可以生成目錄樹.實現內容:1.如何讀取目錄的內容 2.目錄排序 3.文件類型以及如何知道文件的類型 4.位操作及掩碼的使用 5.用戶與組ID數據庫 6.UNIX文件系統的內部結構:i-節點和數據塊 7.更改當前目錄 8.輸出顏色的改變和分欄 9.學習并實現ls命令各參數 10.解析命令行參數
上傳時間: 2016-11-28
上傳用戶:xiaoyunyun
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
Java設計模式. 目的是學習. Java design pattern for the purpose of learning. JAMES W. COOPER
上傳時間: 2014-09-06
上傳用戶:cc1015285075
By Brian W. Kernighan and Dennis M. Ritchiey一起合著的C語言經典之作,無論是初學者還是工程師都會得到很大的收獲,非常之經典
上傳時間: 2016-12-14
上傳用戶:tb_6877751
Brian W. Kernighan和Dennis M. Ritchie編寫的經典的C語言教程.
上傳時間: 2014-01-06
上傳用戶:huyiming139
C語言是在 70年代初問世的。一九七八年由美國電話電報公司(AT&T)貝爾實驗室正式 發表了C 語言。同時由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一書。通常簡稱為《K&R》,也有人稱之為《K&R》標準。但是,在《K&R》中并 沒有定義一個完整的標準C語言,后來由美國國家標準學會在此基礎上制定了一個C 語言 標準,于一九八三年發表。通常稱之為ANSI C。 當代最優秀的程序設計語言
標簽: Kernighan Ritchit PROGRA THE
上傳時間: 2016-12-23
上傳用戶:chens000
74ls164的資料,里面有這款芯片的相關介紹與用法
標簽:
上傳時間: 2014-01-22
上傳用戶:ddddddos
Produces a matrix of derivatives of network output w.r.t. % each network weight for use in the functions NNPRUNE and NNFPE.
標簽: network w.r.t. derivatives Produces
上傳時間: 2013-12-18
上傳用戶:sunjet
The SL74HC573 is identical in pinout to the LS/ALS573. The device inputs are compatible with standard CMOS outputs with pullup resistors, they are compatible with LS/ALSTTL outputs. These latches appear transparent to data (i.e., the outputs change asynchronously) when Latch Enable is high. When Latch Enable goes low, data meeting the setup and hold time becomes latched.
標簽: compatible The 573 identical
上傳時間: 2016-12-29
上傳用戶:變形金剛
Measurement of gamma characteristic(Ca200Sample_Gamma.exe)provides Gamma characteristics of W,R,G and B. Measurement at 16,32,64,128,256 gradation.
標簽: characteristics characteristic Sample_Gamma Measurement
上傳時間: 2016-12-29
上傳用戶:familiarsmile