搜索结果
找到约 240 项符合
step 的查询结果
按分类筛选
- 全部分类
- 技术资料 (27)
- 其他书籍 (19)
- matlab例程 (19)
- 电源技术 (15)
- 其他 (12)
- 单片机编程 (10)
- 电子书籍 (8)
- 单片机开发 (7)
- VC书籍 (6)
- 文件格式 (6)
- Linux/Unix编程 (6)
- 行业应用文档 (5)
- 软件工程 (5)
- Java编程 (5)
- 文章/文档 (5)
- 嵌入式综合 (4)
- 数据结构 (4)
- 数值算法/人工智能 (4)
- Java书籍 (4)
- 嵌入式/单片机编程 (4)
- VIP专区 (4)
- 模拟电子 (3)
- 编译器/解释器 (3)
- 游戏 (3)
- 书籍 (3)
- 可编程逻辑 (2)
- 源码/资料 (2)
- USB编程 (2)
- 人工智能/神经网络 (2)
- 其他嵌入式/单片机内容 (2)
- 软件设计/软件工程 (2)
- 并行计算 (2)
- 其他行业 (2)
- J2ME (2)
- 数学计算 (2)
- 工业控制 (1)
- PCB相关 (1)
- autocad教程 (1)
- 无线通信 (1)
- 开关电源 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 实用工具 (1)
- 工控技术 (1)
- 压缩解压 (1)
- BREW编程 (1)
- Windows CE (1)
- 汇编语言 (1)
- DSP编程 (1)
- Modem编程 (1)
- 通讯编程文档 (1)
- 操作系统开发 (1)
- *行业应用 (1)
- VxWorks (1)
- 微处理器开发 (1)
- Symbian (1)
- 技术管理 (1)
- 书籍源码 (1)
- MySQL数据库 (1)
- 通讯/手机编程 (1)
- 系统设计方案 (1)
- 自动化控制 (1)
- 手册 (1)
- 源码 (1)
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
VC书籍 Use this resource to teach yourself Visual C# .NET version 2003, start developing Microsoft .NET–con
Use this resource to teach yourself Visual C# .NET version 2003, start developing Microsoft .NET–connected applications—one step at a time, master language fundamentals at your own pace and use the learn-by-doing exercises to dig in and code!
单片机开发 马达控制程序的设计(em78) PORT5输出动作的控制
马达控制程序的设计(em78)
PORT5输出动作的控制,而且外部接有一推动STEP MOTOR的电路。写一程序驱动STEP MOTOR。
其他 This book uses the Python language to teach pro - gramming concepts and problem -solving skills,
This book uses the Python language to teach pro
-
gramming concepts and problem
-solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other
tools, the student learns how to design the logic of programs and then implem ...
文章/文档 A new type of cloak is discussed: one that gives all cloaked objects the appearance of a flat conduc
A new type of cloak is discussed: one that gives all cloaked objects the appearance of a flat conducting
sheet. It has the advantage that none of the parameters of the cloak is singular and can in fact be made
isotropic. It makes broadband cloaking in the optical frequencies one step closer.
其他书籍 The main MIPS processor of SMP8630 comes with a JTAG interface, allowing: access to caches and da
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:
access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s
examining the processor state whatever the execution mode (monice)
connecting to monice using mdi-server and using a gdb client on the processor to st ...
matlab例程 The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and perfor
The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5
MySQL数据库 Login Manager V3.0(LM3.0) is an authentication system which can integrate with any existing website
Login Manager V3.0(LM3.0) is an authentication system which can integrate with any existing website that meets the requirements. LM3.0 provides a gatekeeper where user must be authorized before entering the membership secured areas.
Features:
1. Flexibility
LM3.0 allows administrator to integrate i ...
数据结构 迷宫算法(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 ...