搜索结果
找到约 299 项符合
Series 的查询结果
按分类筛选
- 全部分类
- 技术资料 (22)
- matlab例程 (20)
- 其他 (19)
- 单片机编程 (18)
- 单片机开发 (18)
- 其他嵌入式/单片机内容 (13)
- 嵌入式/单片机编程 (12)
- 系统设计方案 (12)
- 其他书籍 (12)
- Symbian (10)
- 微处理器开发 (9)
- 数学计算 (6)
- 书籍 (6)
- VIP专区 (6)
- 人工智能/神经网络 (5)
- 文章/文档 (5)
- 数据结构 (5)
- 电源技术 (4)
- Java编程 (4)
- 软件工程 (4)
- 软件设计/软件工程 (4)
- VHDL/FPGA/Verilog (4)
- 通讯/手机编程 (4)
- 通讯编程文档 (4)
- 驱动编程 (3)
- 汇编语言 (3)
- Java书籍 (3)
- 数值算法/人工智能 (3)
- 书籍源码 (3)
- Linux/Unix编程 (3)
- 手册 (3)
- 行业应用文档 (2)
- 模拟电子 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 测试测量 (2)
- USB编程 (2)
- 中间件编程 (2)
- 串口编程 (2)
- 操作系统开发 (2)
- BREW编程 (2)
- 电子书籍 (2)
- VC书籍 (2)
- 嵌入式Linux (2)
- 学术论文 (1)
- 资料/手册 (1)
- ALTERA FPGA开发软件 (1)
- 多媒体处理 (1)
- 技术书籍 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 传真(Fax)编程 (1)
- 文件格式 (1)
- 其他行业 (1)
- RFID编程 (1)
- 技术管理 (1)
- Internet/网络编程 (1)
- GPS编程 (1)
- 行业发展研究 (1)
- 家庭/个人应用 (1)
- 加密解密 (1)
- 手机彩信(MMS)编程 (1)
- 手机WAP编程 (1)
- 编辑器/阅读器 (1)
- 磁盘编程 (1)
- 工业控制 (1)
- 教程 (1)
- 电路图 (1)
- 源码 (1)
- 精品软件 (1)
数据结构 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your prog ...
其他 ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes (MHD) for use in astrophysics,
ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes
(MHD) for use in astrophysics, described in a series of papers by Stone
and Norman (1, 2, 3).
It may be used in Cartesian (XYZ),
cylindrical (ZRP), and spherical (RTP) coordinates.
matlab例程 Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 B2 |
u ==> | | == ...
手机彩信(MMS)编程 The MMS List example demonstrates how to: List the MMS messages in the Inbox and sort them by sen
The MMS List example demonstrates how to:
List the MMS messages in the Inbox and sort them by sender.
Monitor the Inbox for MMS messages.
Delete messages from the Inbox.
View a selected MMS message.
This example uses the MMS Client MTM and Message Server facilities.
This example can be run in ...
数学计算 The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic syst
The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering applications from radar to computer vision, and is an important topic in control theory and control systems engineerin ...
驱动编程 The Windows 2000 Device Driver Book: A Guide for Programmers (2nd Edition) (Microsoft Technologies S
The Windows 2000 Device Driver Book: A Guide for Programmers (2nd Edition) (Microsoft Technologies Series) (Paperback)
微处理器开发 LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based
LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AT90USBXXX AVR microcontroller series, released under the permissive MIT License (see documentation or project source for ...
其他 AVR single-chip developed by a very low threshold, as long as the computer will be able to study the
AVR single-chip developed by a very low threshold, as long as the computer will be able to study the development of AVR microcontroller. Only a single-chip ISP download beginners line, the editing, debugging of software programs through a direct line into the AVR microcontroller, which can develop A ...
单片机开发 AVR single-chip developed by a very low threshold, as long as the computer will be able to study the
AVR single-chip developed by a very low threshold, as long as the computer will be able to study the development of AVR microcontroller. Only a single-chip ISP download beginners line, the editing, debugging of software programs through a direct line into the AVR microcontroller, which can develop A ...
数学计算 Features a unique program to estimate the power spectral density. The spectrum containing all signif
Features a unique program to estimate the power spectral density. The spectrum containing all significant details is calculated from a time series model. Model type as well as model order are determined automatically from the data, using statistical criteria. Robust estimation algorithms and order s ...