搜索结果
找到约 2,007 项符合
Data 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (131)
- 其他 (126)
- matlab例程 (96)
- 单片机开发 (95)
- 书籍 (94)
- 单片机编程 (85)
- Java编程 (74)
- 技术资料 (71)
- 加密解密 (49)
- 数据结构 (46)
- 软件设计/软件工程 (44)
- 人工智能/神经网络 (41)
- 电子书籍 (38)
- 通讯编程文档 (31)
- 系统设计方案 (30)
- VHDL/FPGA/Verilog (30)
- 文章/文档 (28)
- 压缩解压 (28)
- SQL Server (28)
- 数据库系统 (28)
- 微处理器开发 (27)
- 数学计算 (27)
- 数值算法/人工智能 (27)
- 汇编语言 (26)
- Delphi控件源码 (24)
- 书籍源码 (22)
- 通讯/手机编程 (22)
- 行业发展研究 (22)
- Linux/Unix编程 (22)
- Java书籍 (21)
- 其他嵌入式/单片机内容 (21)
- 其他行业 (19)
- GPS编程 (19)
- 嵌入式/单片机编程 (18)
- 其他数据库 (18)
- VC书籍 (17)
- 文件格式 (16)
- Internet/网络编程 (15)
- 网络 (15)
- 驱动编程 (15)
- 编译器/解释器 (15)
- DSP编程 (13)
- 企业管理 (13)
- 软件工程 (13)
- 可编程逻辑 (12)
- 源码 (12)
- J2ME (11)
- 教育系统应用 (11)
- 模拟电子 (10)
- 串口编程 (10)
- 通信网络 (9)
- 电源技术 (8)
- 教程资料 (8)
- *行业应用 (8)
- USB编程 (8)
- 论文 (8)
- 无线通信 (7)
- 邮电通讯系统 (7)
- 电子政务应用 (6)
- 中间件编程 (6)
- 交通/航空行业 (6)
- 技术管理 (6)
- 嵌入式综合 (5)
- 3G开发 (5)
- MySQL数据库 (5)
- JavaScript (5)
- 游戏 (5)
- 操作系统开发 (5)
- 接口技术 (5)
- 手册 (5)
- 其他 (5)
- C/C++语言编程 (4)
- 医药行业 (4)
- 多国语言处理 (4)
- 并行计算 (4)
- VxWorks (4)
- 嵌入式Linux (4)
- uCOS (4)
- 金融证券系统 (4)
- 认证考试资料 (4)
- 软件 (4)
- VIP专区 (4)
- 多媒体处理 (3)
- 实用工具 (3)
- 测试测量 (3)
- 编辑器/阅读器 (3)
- 家庭/个人应用 (3)
- Applet (3)
- Windows CE (3)
- 生物技术 (3)
- Modem编程 (3)
- Oracle数据库 (3)
- Symbian (3)
- RFID编程 (3)
- Jsp/Servlet (3)
- 手机短信编程 (3)
- 软件测试 (3)
- Linux/uClinux/Unix编程 (3)
- 学术论文 (2)
- 资料/手册 (2)
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 ...