本书全面的详细的讲解了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
上传用户:独孤求源
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 计算机优秀图书英文版
标签: 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