搜索结果
找到约 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)
嵌入式/单片机编程 procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1
procedure senddata
var
i:integer commflg : Boolean
begin
commflg:=true
for i:=1 to 8 do
begin
if not fcomm comml writecommdata(sendbutter,i) then
begin
Commflg=false
break
end
end
end
(4) 接收数据
在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系 ...
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 ...
文件格式 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest v
1. Download the version you want:
* Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows
* Previous versions
2. Unzip the file, which will create a directory called klt and place all the files there
3. Compile and run the code
* ...
数据结构 参考课堂迷宫问题的解题方法
参考课堂迷宫问题的解题方法,建立move数组,若马当前位置是(x,y),则沿着第i(1<=i<=8)个方向跳一步,到达新的位置为( x’,y’),下表位置可以根据 move 数组来确定,有: x’=x+move[i][0] y’=y+move[i][1].
马走过的信息的 用结构体来存储。move数组用于存储马可以走过的方向,将开始的马的位置的信息存入队列,马 ...
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 ...
软件设计/软件工程 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 ...
matlab例程 distmesh
matlab有限元网格划分程序
DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by&nbsp;Per-Olof Persson&nbsp;(now at&nbsp;UC Berkeley) and&nbsp;Gilbert Strang&nbsp;in the&nbsp;Department of Mathematics&nbsp;at&nbsp;MIT. A detailed ...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
论文 5G+Edge+Cloud+Networks
The surge of mobile data traffic forces network
operators to cope with capacity shortage. The deployment of
small cells in 5G networks is meant to reduce latency, backhaul
traffic and increase radio access capacity. In this context, mobile
edge computing technology will be used to manage dedicated
c ...
书籍 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 ...