-
Maze-code
以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) (With an m × n the long square maze, 0 and 1, respectively maze of pathways and obstacles. Design a program, for any set of the maze, find a path from the inlet to the outlet, or come to the conclusion there is no path. First of a two-dimensional array to store the data maze, maze data input by the user. A linked list storage structure for stack type, and then write a recursive or non-recursive solving the maze procedure. Obtained access to triples (i, j, d) in the form of output, of which: (i, j) indicates the maze of a coordinate, d represents the coordinates walked next direction (east, south, west, north four directions used on behalf of a digital, self-defined))
- 2014-01-20 15:41:40下载
- 积分:1
-
Arduino控制SIM卡发送物联网数据
本例子涉及到arduino与物联网的连接,包括arduino控制SIM与物联网的连接,使用SIM900A模块,使用GPRS流量包发送数据,使用超声波模块发送数据,利用到了发送函数,可以自动监测超声波传感器的数据,并且上传到网络。
- 2022-01-24 09:20:07下载
- 积分:1
-
C#课程设计案例――文本编辑器,很好的源代码,能够为你的课程设计带来极大的方便...
C#课程设计案例――文本编辑器,很好的源代码,能够为你的课程设计带来极大的方便-C# curriculum design case-- a text editor and a good source code, You can design the courses bring great convenience
- 2022-06-17 22:51:40下载
- 积分:1
-
EMC_Information
st出的关于电磁兼容EMC信息的手册,比较有用,推荐给大家(st on the EMC information manuals, more useful and recommend it to everyone )
- 2006-12-17 19:50:22下载
- 积分:1
-
电子银行离线地图查找ATM机
电子银行离线地图查找ATM机
- 2015-06-16下载
- 积分:1
-
roif feature
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
- 2022-03-22 11:37:52下载
- 积分:1
-
RSA
自己写的一份RSA算法。可正常执行。控制台程序。(Write your own copy of the RSA algorithm. Can be performed normally. Console program.)
- 2013-10-21 00:34:18下载
- 积分:1
-
PrintTest
.net环境下实现斑马打印机控制打印,调用CodeSoft模板(Zebra printer controls printing and calls CodeSoft template under.Net environment.)
- 2020-12-14 15:59:14下载
- 积分:1
-
PL0
山东大学编译实验(PL/0语言),实现全部功能,包括词法,语法和分析,内附实验报告 (Shandong University compiled experiment (PL/0 language), to achieve full functionality, including lexical, syntax and analysis, enclosing the test report)
- 2021-01-03 15:08:55下载
- 积分:1
-
PS2STC12---OK
基于PS2协议的鼠标进行位移测量,已经经过测试(The mouse displacement measurement based on PS2 protocol,It has been tested)
- 2013-11-07 20:44:18下载
- 积分:1