搜索结果
找到约 82 项符合
MOVE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (10)
- 书籍 (6)
- 其他书籍 (6)
- Java编程 (5)
- matlab例程 (4)
- 其他 (3)
- Linux/Unix编程 (3)
- 嵌入式/单片机编程 (3)
- 数据结构 (3)
- 书籍源码 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 串口编程 (2)
- 文件格式 (2)
- 文章/文档 (2)
- Delphi控件源码 (2)
- VC书籍 (2)
- 源码 (1)
- 论文 (1)
- PCB相关 (1)
- 单片机编程 (1)
- 行业应用文档 (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 教程资料 (1)
- 游戏 (1)
- 网络 (1)
- 其他数据库 (1)
- 单片机开发 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- VHDL/FPGA/Verilog (1)
- Oracle数据库 (1)
- 软件设计/软件工程 (1)
- VIP专区 (1)
软件工程 In most software-development organizations, the testing program functions as the final "quality gat
In most software-development organizations, the testing program functions as the
final "quality gate" for an application, allowing or preventing the move from the
comfort of the software-engineering environment into the real world. With this role
comes a large responsibility: The success of an appli ...
数值算法/人工智能 The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, ...
串口编程 使用RS232串口2
使用RS232串口2,通过Copley电机控制卡控制电机运转的VB程序。文件夹中包含有程序开发手册。
Using RS232 2 port, a VB program is developed for Copley motor control card, by which motors can move precisely. A handbook for program develpoment is involved in the rar file.
串口编程 使用RS232串口2
使用RS232串口2,通过Copley电机控制卡控制电机运转的VC程序。并且程序开发手册也包含在文件夹内。
Using RS232 2 port, a VC program is developed for Copley motor control card, by which motors can move precisely. And a handbook for program development is inclued in the rar file. ...
书籍 Microwave+Mobile+Communications
Nature is seldom kind. One of the most appealing uses for radio-
telephone systems—communication with people on the move—must over-
come radio transmission problems so difficult they challenge the imagina-
tion. A microwave radio signal transmitted between a fixed base station
and a moving vehicle ...
Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move ...
软件设计/软件工程 Learn how to leverage a key Java technology used to access relational data from Java programs, in
Learn how to leverage a key Java technology used to access
relational data from Java programs, in an Oracle environment.
Author Donald Bales begins by teaching you the mysteries of
establishing database connections, and how to issue SQL queries
and get results back. You ll move on to advanced to ...
书籍 Digital+Home
It has been said that the move from narrowband to broadband access is the second
revolution for the Internet — ‘broadband is more bandwidth than you can use’.
Once users have experienced broadband access there is no turning back. A whole
new world of applications and services becomes possible. No ...
Delphi控件源码 The all mighty mouse: you can have more memory, you can have blue-ray discs but you are still using
The all mighty mouse: you can have more memory, you can have blue-ray discs but you are still using the mouse (and the keyboard) to control your computer.
The mouse pointer lets you select objects on the screen and operate on them. What and how you operate with the mouse is pretty simple: there s a ...
VHDL/FPGA/Verilog 一个游戏 the hardware for the game includes a number of displays, each with a button and -- a light, t
一个游戏
the hardware for the game includes a number of displays, each with a button and
-- a light, that each represent a bin that can store marbles (beans).
--
-- The display indicates the number of marbles in each bin at any given time.
-- The light indecates that the present bin is not empty a ...