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
The XC226x derivatives are high-performance members of the Infineon XC2000 Family of full-feature single-chip CMOS microcontrollers. These devices extend the functionality and performance of the C166 Family in terms of instructions (MAC unit), peripherals, and speed. They combine high CPU performance (up to 80 million instructions per second) with extended peripheral functionality and enhanced IO capabilities. Optimized peripherals can be adapted flexibly to meet the application requirements. These derivatives utilize clock generation via PLL and internal or external clock sources. Onchip memory modules include program Flash, program RAM, and data RAM.
标签: high-performance full-feature derivatives Infineon
上传时间: 2016-12-12
上传用户:wab1981