搜索结果
找到约 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)
matlab例程 the geometry of a diffraction grating, a common illustration in textbooks of optics, spectroscopy,
the geometry of a diffraction grating, a common
illustration in textbooks of optics, spectroscopy, and analytical chemistry.
Sliders on the figures allow real-time interactive control of the incidence angle,
grating ruling density (lines/mm), wavelength, and diffraction order.
编译器/解释器 A framework written in Java for implementing high-level and dynamic languages, compiling them into J
A framework written in Java for implementing high-level and dynamic languages, compiling them into Java bytecodes.
An implementation of Scheme, which is in the Lisp family of programming languages. Kawa is a featureful dialect in its own right, and additionally provides very useful integration with ...
书籍源码 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h>
class Complex
{ public:
Complex( double r =0, double i =0 )
Complex(int a) { Real = a Image = 0 }
void print() const
friend Complex operator+ ( const Complex & c1, const Complex & c2 )
friend Complex operator- ( const Complex & c1, const Complex & c2 )
friend ...
matlab例程 The Robotics Toolbox provides many functions that are useful in robotics such as kinematics, dyn
The Robotics Toolbox provides many
functions that are useful in robotics such as
kinematics, dynamics, and trajectory
generation. The Toolbox is useful for
simulation as well as analyzing results from
experiments with real robots.
其他书籍 Digital Signal and Image Processing Using MATLAB The most important theoretical aspects of image an
Digital Signal and Image Processing Using MATLAB
The most important theoretical aspects of image and signal processing (ISP) for both deterministic and random signals are covered in this guide to using MATLAB&#174 . The discussion is also supported by exercises and computer simulations relating to r ...
其他书籍 Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically
Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual Studio 2005 development environment. This book folds in real- ...
matlab例程 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs
多目标遗传算法程序
to run Demo files, is to run SGALAB_demo_*.m
what s new:
1) Multiple-Objective GAs
VEGA
NSGA
NPGA
MOGA
2) More TSP mutation and Crossover methods
PMX
OX
CX
EAX
Boolmatrix
3) More selection methods
Truncation
tornament
stochastic
4) mutation methods
binary single point
int/r ...
Internet/网络编程 Abstract—Wireless networks in combination with image sensors open up a multitude of previously unth
Abstract—Wireless networks in combination with image
sensors open up a multitude of previously unthinkable sensing
applications. Capable tools and testbeds for these wireless image
sensor networks can greatly accelerate development of complex,
yet efficient algorithms that meet application requirem ...
Windows CE This is a simple GPS tracer developed for Window Mobile 2005/2003 on Compact Framework 2.0 SDK. So f
This is a simple GPS tracer developed for Window Mobile 2005/2003 on Compact Framework 2.0 SDK. So first of all, you need VisualStudio 2005 and Windows Mobile CE 5 SDK. You can develop it on emulator devices or on a real device. As you can see in that photo, I developed that application on a read de ...
数学计算 FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dime
FFTW, a collection of fast C routines to compute the Discrete
Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms,
and the rfftw/ directory contains the source code for the real transforms.