EFWQTGFUW WAVSGFN W GMNERAGN ER OAGNMSDF/.GNSA /MNGDSA FDS
標簽: EFWQTGFUW GMNERAGN OAGNMSDF WAVSGFN
上傳時間: 2016-09-24
上傳用戶:shinesyh
Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Software Process Mentor This Version: January 15, 2000 Copyright 1998-1999 AmbySoft Inc.Purpose of this White Paper This white paper describes a collection of standards, conventio code. They are based on sound, proven software engineering p understand, to maintain, and to enhance. Furthermore, by foll productivity as a Java developer should increase remarkably ¨C write high-quality code right from the start you will have a much development process. Finally, following a common set of codi making teams of developers significantly more productive.
標簽: W. Java Standards AmbySoft
上傳時間: 2013-12-22
上傳用戶:mhp0114
The C programming Language By Brian W. Kernighan and Dennis M. Ritchie.
標簽: M. W. programming Kernighan
上傳時間: 2014-01-26
上傳用戶:Pzj
///*** *** *** *** *** *** * //一、程序說明: //1, 24LC02器件地址是1010000R/W. //2, 數(shù)組寫入24LC02采取頁寫方式. //3, 數(shù)組code從24LC02讀出時采取自由讀方式. //4, 采用4.00M晶體。 //5,采用軟件I2C。 //二、硬件連接: //1, SDA------->23 pin.(當然你可以任意選擇腳位) //2, SCL------->18 Pin.(當然你可以任意選擇腳位) //3, PORTB----->數(shù)碼管的段輸出 //4, RD4,RD5,RC6,RC7------->數(shù)碼管的位輸出(數(shù)碼管為共陰極)
上傳時間: 2013-12-21
上傳用戶:lizhizheng88
參加運動會的n個學校編號為l~n。比賽分成m個男子項目和w個女子項目, 項目編號分別為l~m和m+1~m+w。由于各項目參加人數(shù)差別較大,有些項目 取前五名,得分順序為7,5,3,2,1;還有些項目只取前三名,得分順序為5, 3,2。設計一個統(tǒng)計系統(tǒng)按名次產(chǎn)生各種成績單、得分報表。
上傳時間: 2016-10-26
上傳用戶:zhangyi99104144
The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 c創(chuàng)始人的經(jīng)典著作,被譽為c語言圣經(jīng)
標簽: M. W. Prentice-Hal programming
上傳時間: 2014-01-01
上傳用戶:dsgkjgkjg
W ireless rem ote control system for tower crane based on M SP430 and nRF905:介紹了一種基于無線遙測技術的塔吊遙控系統(tǒng),該系統(tǒng)以MSP430超低功耗l6位微控制器和無 線收發(fā)芯片nRF905為核心。系統(tǒng)采用軟件編碼和硬件譯碼的方式提高了系統(tǒng)的抗干擾能力,系統(tǒng)發(fā) 射器采用定時掃描、接收器采用無記憶輸出控制方式,提高了系統(tǒng)可靠性,該系統(tǒng)可廣泛應用于塔吊等 一般的工業(yè)遙控系統(tǒng)中。
標簽: ireless control system based
上傳時間: 2013-12-15
上傳用戶:zhengzg
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語言經(jīng)典之作,無論是初學者還是工程師都會得到很大的收獲,非常之經(jīng)典
上傳時間: 2016-12-14
上傳用戶:tb_6877751