搜索结果
找到约 2,845 项符合
Data Science 的查询结果
按分类筛选
- 全部分类
- 技术资料 (603)
- 其他书籍 (138)
- 其他 (137)
- 书籍 (120)
- 单片机开发 (106)
- matlab例程 (104)
- 单片机编程 (96)
- Java编程 (86)
- 加密解密 (49)
- 数据结构 (49)
- 软件设计/软件工程 (49)
- 人工智能/神经网络 (46)
- 电子书籍 (42)
- 数据库系统 (38)
- SQL Server (34)
- 数学计算 (32)
- 微处理器开发 (32)
- 数值算法/人工智能 (31)
- 通讯编程文档 (31)
- 文章/文档 (31)
- VHDL/FPGA/Verilog (31)
- 系统设计方案 (31)
- 压缩解压 (29)
- 汇编语言 (29)
- 嵌入式/单片机编程 (28)
- 源码 (27)
- Delphi控件源码 (27)
- Linux/Unix编程 (25)
- 其他嵌入式/单片机内容 (24)
- 书籍源码 (23)
- Java书籍 (23)
- 通讯/手机编程 (22)
- 企业管理 (22)
- VC书籍 (22)
- 行业发展研究 (22)
- GPS编程 (21)
- 其他行业 (20)
- 文件格式 (18)
- 其他数据库 (18)
- Internet/网络编程 (17)
- 编译器/解释器 (16)
- 软件 (15)
- DSP编程 (15)
- 驱动编程 (15)
- 网络 (15)
- 软件工程 (14)
- 无线通信 (13)
- 教育系统应用 (13)
- 可编程逻辑 (12)
- J2ME (11)
- 手册 (10)
- 接口技术 (10)
- 通信网络 (10)
- 模拟电子 (10)
- 串口编程 (10)
- *行业应用 (9)
- 论文 (8)
- 其他 (8)
- 电源技术 (8)
- 教程资料 (8)
- USB编程 (8)
- 邮电通讯系统 (8)
- C/C++语言编程 (7)
- 操作系统开发 (7)
- 技术书籍 (7)
- 中间件编程 (7)
- 嵌入式综合 (6)
- 技术管理 (6)
- uCOS (6)
- 交通/航空行业 (6)
- 电子政务应用 (6)
- 3G开发 (6)
- 多媒体处理 (5)
- 游戏 (5)
- 编辑器/阅读器 (5)
- 医药行业 (5)
- JavaScript (5)
- MySQL数据库 (5)
- 并行计算 (5)
- Jsp/Servlet (5)
- VIP专区 (5)
- Linux/uClinux/Unix编程 (4)
- 仿真技术 (4)
- 资料/手册 (4)
- 实用工具 (4)
- 多国语言处理 (4)
- 金融证券系统 (4)
- 嵌入式Linux (4)
- VxWorks (4)
- 家庭/个人应用 (4)
- Windows CE (4)
- 认证考试资料 (4)
- 教程 (3)
- 电路图 (3)
- 习题答案 (3)
- 驱动程序 (3)
- 其他文档 (3)
- 技术教程 (3)
- 测试测量 (3)
- 开发工具 (3)
技术资料 DATA_IN_OUT.rar
利用DSP2407数字输入输出模块实现led灯
压缩解压 Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVri
Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic compression, Huffman compressor, splay tree program, and LZRW1. Quite a variety.
通讯编程文档 VESA Display Transfer Characteristics Data Block Standard Display Transfer Characteristics Data Blo
VESA Display Transfer Characteristics Data Block Standard
Display Transfer Characteristics Data Block
文件格式 Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course
Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from
Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II
will focus on practical algorithms, applicable to a wide ran ...
软件工程 Data Structures and Problem Solving Using C++ provides an introduction to data structures and algori
Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss successful CS2 book Algorithms, Data Structures, and Problem Solving wi ...
其他书籍 Apress - Pro ADO.NET Data Services Working with RESTful Data.pdf
Apress - Pro ADO.NET Data Services Working with RESTful Data.pdf
行业发展研究 a documentation describes clustering data mining, Survey of Clustering Data Mining Techniques from P
a documentation describes clustering data mining, Survey of Clustering Data Mining Techniques from Pavel Berkhin
Accrue Software, Inc.
Java编程 Java Servlet to capture data from a Java Mobile appication and save the data in Mysql database
Java Servlet to capture data from a Java Mobile appication and save the data in Mysql database
其他 To write data to the FIFO, present the data to be written and assert the write enable. At the next r
To write data to the FIFO, present the data to be written and assert the write enable. At the next rising edge of the clock, the data will be written. For every rising edge of the clock that the write enable is asserted, a piece of data is written into the FIFO.
If the FIFO has data in it, the value ...
人工智能/神经网络 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 ...