搜索结果
找到约 2,165 项符合
Data-compression 的查询结果
VC书籍 本书全面的详细的讲解了Axtivex Data Object的基本流程和用法
本书全面的详细的讲解了Axtivex Data Object的基本流程和用法,书中包括具体的示例代码。
matlab例程 classic SOM program for using with Matlab Neural network toolbox useful for data classification etc
classic SOM program for using with Matlab Neural network toolbox
useful for data classification etc.
数据库系统 Microsoft® ActiveX® Data Objects (ADO) 使您能够编写通过 OLE DB 提供者对在数据库服务器中的数据进行访问和操作的应用程序。其主要优点是易于使用、
Microsoft&reg ActiveX&reg Data Objects (ADO) 使您能够编写通过 OLE DB 提供者对在数据库服务器中的数据进行访问和操作的应用程序。其主要优点是易于使用、高速度、低内存支出和占用磁盘空间较少。ADO 支持用于建立基于客户端/服务器和 Web 的应用程序的主要功能。 ...
中间件编程 Extended Display Identification Data 讀取原碼
Extended Display Identification Data 讀取原碼
VC书籍 This program is about data organization using Visual C++ tools.It is able to control the other s com
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.
Java编程 Protocol Buffers - Google s data interchange format。我打的jar包
Protocol Buffers - Google s data interchange format。我打的jar包,此包不好找
其他嵌入式/单片机内容 a simple PC Dos program for getting DEX data out of the Vending Machine s DEX port. compile under Bo
a simple PC Dos program for getting DEX data out of the Vending Machine s DEX port. compile under Borland C++ 3.1
通讯/手机编程 capture frames in mobile 6.0 you can edit raw data with callback function
capture frames in mobile 6.0
you can edit raw data with callback function
其他数据库 fundation of data structure in c 计算机优秀图书英文版
fundation of data structure in c 计算机优秀图书英文版
人工智能/神经网络 function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo
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(cent ...