搜索结果
找到约 406 项符合
BETWEEN 的查询结果
按分类筛选
- 全部分类
- 书籍 (51)
- 单片机编程 (36)
- matlab例程 (24)
- 其他 (20)
- 其他书籍 (19)
- Java编程 (17)
- 单片机开发 (16)
- 技术资料 (15)
- 模拟电子 (9)
- 数学计算 (9)
- 驱动编程 (8)
- 行业发展研究 (8)
- 通讯编程文档 (8)
- 论文 (7)
- 电源技术 (6)
- 可编程逻辑 (6)
- 人工智能/神经网络 (6)
- 软件设计/软件工程 (6)
- 通讯/手机编程 (6)
- Linux/Unix编程 (5)
- 文件格式 (5)
- 嵌入式/单片机编程 (5)
- 数值算法/人工智能 (5)
- 编译器/解释器 (5)
- GPS编程 (4)
- DSP编程 (4)
- 文章/文档 (4)
- Internet/网络编程 (4)
- CA认证 (4)
- 书籍源码 (4)
- 无线通信 (3)
- 接口技术 (3)
- 串口编程 (3)
- 电子书籍 (3)
- 其他嵌入式/单片机内容 (3)
- SQL Server (3)
- PCB相关 (2)
- 教程资料 (2)
- 嵌入式综合 (2)
- 压缩解压 (2)
- VHDL/FPGA/Verilog (2)
- 汇编语言 (2)
- J2ME (2)
- 软件工程 (2)
- JavaScript (2)
- VC书籍 (2)
- 数据结构 (2)
- USB编程 (2)
- VIP专区 (2)
- 学术论文 (1)
- 通信网络 (1)
- 教程资料 (1)
- *行业应用 (1)
- 传真(Fax)编程 (1)
- Applet (1)
- Windows CE (1)
- Java书籍 (1)
- 手机短信编程 (1)
- Symbian (1)
- 交通/航空行业 (1)
- 医药行业 (1)
- 网络 (1)
- 技术管理 (1)
- 企业管理 (1)
- 微处理器开发 (1)
- 系统设计方案 (1)
- 手机彩信(MMS)编程 (1)
- BREW编程 (1)
- MTK (1)
- RFID编程 (1)
- 加密解密 (1)
- 中间件编程 (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- uCOS (1)
- 游戏 (1)
- 3G开发 (1)
- 技术书籍 (1)
- 技术教程 (1)
- Matlab (1)
- 工业控制 (1)
- 资料/手册 (1)
- 其他文档 (1)
- 行业应用 (1)
- 源码 (1)
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...
matlab例程 The function applies the Madsen method for Doppler Centroid estimation. The input are: 1) the raw d
The function applies the Madsen method for Doppler Centroid estimation. The input are:
1) the raw data, the parameter of the distance between samples in azimuth to be correlated and the PRF (Pulse repetition frequency)
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
书籍源码 Parallel robotic manipulators can be considered a well-established option for many different applic
Parallel robotic manipulators can be considered a well-established option
for many different applications of manipulation, machining, guiding,
testing, control, tracking, haptic force feed-back, etc. A typical parallel robotic
manipulator (PM) consists of a mobile platform connected to the
base (fix ...
通讯编程文档 Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 3
Supplemental information for a high-speed serial bus that integrates well with most IEEE standard
32-bit and 64-bit parallel buses is specified. It is intended to extend the usefulness of a low-cost interconnect
between external peripherals, IEEE Std 1394-1995. This standard follows the ISO/IEC 1321 ...
数据结构 The task in this assignment is to implement an airline routing system. Your system should be able t
The task in this assignment is to implement an airline routing system. Your
system should be able to read in a
ight network as a graph from a le, where
airports are represented as vertices and
ights between airports are represented
as edges, take as input two airports and calculate the shortest ro ...
游戏 A few years ago I became interested in first person shooter games and in particular how the world le
A few years ago I became interested in first person shooter games and in particular how the world levels are created and rendered in real time. At the same time I found myself in between jobs and so I embarked on an effort to learn about 3D rendering with the goal of creating my own 3D rendering en ...
其他 sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step
sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step of every feature-based multiple view reconstruction vision algorithm to obtain optimal 3D structure and motion (i.e. camera matrix) parameter estimates. Provided with initial estimates, BA simultaneo ...
其他 C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics
C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics of
C quite quickly. But it takes much longer to master the nuances of the language and to write enough
programs, and enough different programs, to become an expert. In natural language terms, this is ...