搜索结果
找到约 471 项符合
REAL 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (41)
- 单片机编程 (25)
- 单片机开发 (19)
- 书籍 (19)
- matlab例程 (18)
- 嵌入式/单片机编程 (17)
- DSP编程 (17)
- 其他 (15)
- 技术资料 (15)
- 电子书籍 (14)
- 其他嵌入式/单片机内容 (14)
- Linux/Unix编程 (14)
- 软件设计/软件工程 (13)
- 数学计算 (13)
- 软件工程 (12)
- VC书籍 (10)
- 人工智能/神经网络 (9)
- 书籍源码 (9)
- 行业发展研究 (8)
- Java编程 (8)
- uCOS (8)
- 网络 (8)
- 游戏 (8)
- 微处理器开发 (8)
- VIP专区 (8)
- 文件格式 (6)
- 文章/文档 (6)
- Delphi控件源码 (6)
- 汇编语言 (5)
- 通讯编程文档 (5)
- 数值算法/人工智能 (5)
- 通讯/手机编程 (5)
- 学术论文 (4)
- 模拟电子 (4)
- 电源技术 (4)
- 系统设计方案 (4)
- 压缩解压 (4)
- 操作系统开发 (4)
- 嵌入式Linux (3)
- VHDL/FPGA/Verilog (3)
- 编译器/解释器 (3)
- 通信网络 (2)
- 嵌入式综合 (2)
- Internet/网络编程 (2)
- J2ME (2)
- 技术管理 (2)
- 邮电通讯系统 (2)
- 3G开发 (2)
- 数据结构 (2)
- 源码 (2)
- uCOS编程 (1)
- 技术书籍 (1)
- 电机控制 (1)
- PCB相关 (1)
- 无线通信 (1)
- ARM (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- 工控技术 (1)
- 测试测量 (1)
- 生物技术 (1)
- 交通/航空行业 (1)
- Java书籍 (1)
- 其他行业 (1)
- Modem编程 (1)
- OA系统 (1)
- 易语言编程 (1)
- 中间件编程 (1)
- Windows CE (1)
- Oracle数据库 (1)
- FlashMX/Flex源码 (1)
- Symbian (1)
- Windows Mobile (1)
- 其他数据库 (1)
- 驱动编程 (1)
- RFID编程 (1)
- VxWorks (1)
- 并行计算 (1)
- 编辑器/阅读器 (1)
- 认证考试资料 (1)
- 其他文档 (1)
- 精品软件 (1)
VC书籍 Organized in a practical problem-and-solution format, More Exceptional C++ picks up where the widely
Organized in a practical problem-and-solution format, More Exceptional C++ picks up where the widely acclaimed Exceptional C++ leaves off, providing successful strategies for solving real-world problems in C++. Drawing from years of in-the-trenches experience, Herb Sutter provides tested techniques ...
matlab例程 The purpose of this paper is to provide a practical introduction to the discrete Kalman filter. Thi
The purpose of this paper is to provide a practical introduction to the discrete Kalman
filter. This introduction includes a description and some discussion of the basic
discrete Kalman filter, a derivation, description and some discussion of the extended
Kalman filter, and a relatively simple (tang ...
软件设计/软件工程 This paper studies the problem of categorical data clustering, especially for transactional data ch
This paper studies the problem of categorical data clustering,
especially for transactional data characterized by high
dimensionality and large volume. Starting from a heuristic method
of increasing the height-to-width ratio of the cluster histogram, we
develop a novel algorithm – CLOPE, which is v ...
编译器/解释器 编译原理词法和语法分析
编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。 ...
行业发展研究 A one-dimensional calibration object consists of three or more collinear points with known relative
A one-dimensional calibration object consists of three or more collinear points with known relative positions.
It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates
around a &macr xed point. In this paper, it is proved that when a m ...
Java编程 This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate
This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java classes, with links to real Java API documentation. Includes directions and source code.
This doclet requires JDK 1.2.1 or later, it will not work with J ...
文件格式 我们做微机硬件综合实验做的一个交通信号灯实时控制系统设计
我们做微机硬件综合实验做的一个交通信号灯实时控制系统设计,很好哦!还附有实验报告.-A traffic lights real-time control system design of the micro computer hardware experiment.PS:contain the experiment report
其他书籍 This book is a hands-on introduction to the principles and practice of embedded system design usin
This book is a hands-on introduction to the principles and
practice of embedded system design using the PIC microcontroller. Packed
with helpful examples and illustrations, it gives an in-depth treatment of
microcontroller design, programming in both assembly language and C, and
features advance ...
其他书籍 The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled
The ability to write efficient, high-speed arithmetic routines ultimately depends
upon your knowledge of the elements of arithmetic as they exist on a computer. That
conclusion and this book are the result of a long and frustrating search for
information on writing arithmetic routines for real-time ...
Java编程 "Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementati
"Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementation of the wrapper classes uses JNI to call the real Java classes. The C++-API to use these wrapper classes is very close to the API of the Java classes.