Protocol Buffers - Google s data interchange format。我打的jar包,此包不好找
標簽: interchange Protocol Buffers Google
上傳時間: 2016-12-03
上傳用戶:lwwhust
a simple PC Dos program for getting DEX data out of the Vending Machine s DEX port. compile under Borland C++ 3.1
標簽: DEX Machine program Vending
上傳時間: 2016-12-04
上傳用戶:獨孤求源
capture frames in mobile 6.0 you can edit raw data with callback function
標簽: callback function capture frames
上傳時間: 2013-11-26
上傳用戶:pkkkkp
fundation of data structure in c 計算機優(yōu)秀圖書英文版
標簽: fundation structure data of
上傳時間: 2013-12-08
上傳用戶:1966640071
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
this is a code which can show data from the outside!
上傳時間: 2016-12-16
上傳用戶:star_in_rain
Optimisation of the pilot-to-data power ratio in the wireless MIMO-OFDM system with low-complexity MMSE channel estimation
標簽: low-complexity pilot-to-data Optimisation MIMO-OFDM
上傳時間: 2016-12-16
上傳用戶:66666
made by: kangkai data:2008.11.23 this one is used to test arm7 str71x. use a led to test GPIO. a---------P0.0 b---------P0.1 c---------P0.2 d---------P0.3 e---------P0.4 f---------P0.5 g---------P0.6 just run it and you will see the led to show 0-9 all the time.
上傳時間: 2016-12-16
上傳用戶:moerwang
實現(xiàn)IDEA加密算法與解密算法 IDEA(International Data Encryption Algorithm)是瑞士的James Massey,Xuejia Lai等人提出的加密算法,在密碼學中屬于數(shù)據(jù)塊加密算法(Block Cipher)類。IDEA使用長度為128bit的密鑰,數(shù)據(jù)塊大小為64bit。從理論上講,IDEA屬于“強”加密算法,至今還沒有出現(xiàn)對該算法的有效攻擊算法。
標簽: IDEA International Encryption Algorithm
上傳時間: 2014-01-09
上傳用戶:yepeng139
Trees are natural structures for representing certain kinds of hierarchical data. A (rooted) tree consists of a set of nodes (or vertices) and a set of arcs (or edges).
標簽: hierarchical representing structures natural
上傳時間: 2016-12-22
上傳用戶:siguazgb