搜索结果
找到约 2,044 项符合
data sheet 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (10)
- 其他 (6)
- 微处理器开发 (6)
- 技术资料 (6)
- 系统设计方案 (5)
- 单片机编程 (4)
- 软件设计/软件工程 (4)
- 单片机开发 (4)
- 行业发展研究 (3)
- 嵌入式综合 (2)
- 文章/文档 (2)
- 嵌入式/单片机编程 (2)
- 其他嵌入式/单片机内容 (2)
- 电子书籍 (2)
- 手册 (2)
- VIP专区 (2)
- 通讯/手机编程 (1)
- 资料/手册 (1)
- 电子元器件应用 (1)
- Linux/Unix编程 (1)
- FlashMX/Flex源码 (1)
- USB编程 (1)
- MTK (1)
- android开发 (1)
- VHDL/FPGA/Verilog (1)
- 驱动程序 (1)
- 接口技术 (1)
- 技术书籍 (1)
电子书籍 国外教材数据结构 data structures c++ algorithms 大全
国外教材数据结构
data structures c++ algorithms
大全
生物技术 GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a
GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas.
汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
人工智能/神经网络 Noise Data 神经网络算发演示3
Noise Data 神经网络算发演示3
其他书籍 主要应用Java进行的的web data Mining 的参考资料
主要应用Java进行的的web data Mining 的参考资料,有XSLT/XSL/XPath相关技术!
GPS编程 abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample
abel Tool Sample
Requires: Visual Basic 6 and MapObjects 2.x
Data: redlands.shp (Redlands sample data set from MO 2.x)
Interactive Labeling Tool
If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not ch ...
软件设计/软件工程 十部经典算法合集 .chm Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni PREFACE C
十部经典算法合集 .chm
Fundamentals of Data Structures
by Ellis Horowitz and Sartaj Sahni
PREFACE
CHAPTER 1: INTRODUCTION
CHAPTER 2: ARRAYS
CHAPTER 3: STACKS AND QUEUES
CHAPTER 4: LINKED LISTS
CHAPTER 5: TREES
CHAPTER 6: GRAPHS
CHAPTER 7: INTERNAL SORTING
CHAPTER 8: EXTERNAL SORTING
CHAPTE ...
单片机开发 These routines transmit and receive serial data using two general * I/O pins, in 8 bit, No parity,
These routines transmit and receive serial data using two general
* I/O pins, in 8 bit, No parity, 1 stop bit format. They are useful
* for performing serial I/O on 8051 derivatives not having an
* internal UART, or for implementing a second serial channel.
微处理器开发 This zip describes how two SSCs in I2S mode play and record wave files through a two-input data meth
This zip describes how two SSCs in I2S mode play and record wave files through a two-input data method. Includes main.html file for help.
Java编程 一个自己编写的应用jfreechart生成piechart的类。注意在调用genPicture()之前首先要设置title,data,remoteAddr的值。genPicture()返回生成的图片的
一个自己编写的应用jfreechart生成piechart的类。注意在调用genPicture()之前首先要设置title,data,remoteAddr的值。genPicture()返回生成的图片的路径,可在前台页面中调用此图片显示chart。