搜索结果
找到约 66 项符合
move 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (6)
- 书籍 (6)
- Java编程 (5)
- matlab例程 (4)
- 其他 (3)
- 数据结构 (3)
- 嵌入式/单片机编程 (3)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- Linux/Unix编程 (2)
- 文件格式 (2)
- Delphi控件源码 (2)
- 串口编程 (2)
- 文章/文档 (2)
- VC书籍 (2)
- 技术书籍 (1)
- 模拟电子 (1)
- PCB相关 (1)
- 单片机编程 (1)
- 教程资料 (1)
- 游戏 (1)
- 数值算法/人工智能 (1)
- 软件工程 (1)
- VHDL/FPGA/Verilog (1)
- FlashMX/Flex源码 (1)
- 其他数据库 (1)
- Oracle数据库 (1)
- 网络 (1)
- 操作系统开发 (1)
- 单片机开发 (1)
- 电子书籍 (1)
- 软件设计/软件工程 (1)
- 数据库系统 (1)
- 论文 (1)
- VIP专区 (1)
嵌入式/单片机编程 S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --
S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --- show or set current time setweek --- set weekday clock --- show system running clock setmclk --- set system running clock setbaud ------ set baud rate ipcfg ------ show or set IP a ...
游戏 Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器
Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器,所以每一个步骤都有时间限制。此外,计算机可是一个有简单智能的对手,他不但不会随便出手,反而还要竭力赢了你才罢休。
Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple arti ...
数值算法/人工智能 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, ...
软件工程 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 ...
数据结构 解决时钟问题
解决时钟问题,acm竞赛题
A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of eac ...
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 ...
其他书籍 From the Publisher Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to di
From the Publisher
Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to dive right in and begin creating your own games. If you have some knowledge of C or C++ and have been searching for a guide that will take your 2D programming into the third dimension, then search no mor ...
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
数据结构 HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the fi
HDOJ ACM
input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers ...
Internet/网络编程 程序实现的思路是在窗体的MouseDown事件(当鼠标在窗体上按下时发生)中获取鼠标相对于窗体的坐标
程序实现的思路是在窗体的MouseDown事件(当鼠标在窗体上按下时发生)中获取鼠标相对于窗体的坐标,在MouseOver事件(当鼠标移动时发生)中获取新的鼠标坐标值,显然这两个坐标值的差加上窗体原来的坐标,就是窗体应该移动到的新的坐标值。然后采用From.Move方法把窗体位置移动到新坐标值处即可。 ...