a XOR b> a,然后a XOR b< b,and both a and b are dependent data
上传时间: 2014-01-27
上传用户:yxgi5
本书全面的详细的讲解了Axtivex Data Object的基本流程和用法,书中包括具体的示例代码。
上传时间: 2014-01-09
上传用户:luopoguixiong
classic SOM program for using with Matlab Neural network toolbox useful for data classification etc.
标签: classification for classic program
上传时间: 2013-12-14
上传用户:csgcd001
Microsoft® ActiveX® Data Objects (ADO) 使您能够编写通过 OLE DB 提供者对在数据库服务器中的数据进行访问和操作的应用程序。其主要优点是易于使用、高速度、低内存支出和占用磁盘空间较少。ADO 支持用于建立基于客户端/服务器和 Web 的应用程序的主要功能。
标签: Microsoft reg ActiveX Objects
上传时间: 2013-12-29
上传用户:维子哥哥
Extended Display Identification Data 讀取原碼
标签: Identification Extended Display Data
上传时间: 2014-01-13
上传用户:lizhizheng88
This program is about data organization using Visual C++ tools.It is able to control the other s computers in the computer of oneself by running this program.
标签: organization program control Visual
上传时间: 2014-01-25
上传用户:ayfeixiao
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
上传用户:独孤求源
fundation of data structure in c 计算机优秀图书英文版
标签: 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