登录
首页 » 其他项目 » /*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的...

/*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的...

于 2022-05-17 发布 文件大小:27.41 kB
0 246
下载积分: 2 下载次数: 1

代码说明:

/*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的角色,让电脑控制的角色每走一步都计算一次当前两者的最短距离去追赶人控制的角色。这个程序画地图的部分是得于网上的一个迷宫程序,汉字部分也是用的别别人写好的子程序。其实这个程序还不是很完善,开始做好了一个,却不知那儿弄丢了,假期因为参加电子设计大赛,都玩单片机去了,这方面的也忘差不多了,希望有兴趣的朋友能改好了发给我.我的email:xiangyuan_122@163.com*/-err

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 猜数字游戏,程序提供自动生成及层次判断数字序列,锻炼人的记忆力及推倒能力...
    猜数字游戏,程序提供自动生成及层次判断数字序列,锻炼人的记忆力及推倒能力-猜数字game, procedures to determine the level of automatically generated and the number of sequences, training people and tear down the memory capacity
    2022-03-15 09:36:46下载
    积分:1
  • 用VC++实现的基于SMTP的邮件发送程序,带附件,base64编码
    用VC++实现的基于SMTP的邮件发送程序,带附件,base64编码-welcome
    2022-02-10 11:51:37下载
    积分:1
  • boom网站宝贝v2.0
    boom网站宝贝v2.0-website v2.0
    2022-11-20 07:00:03下载
    积分:1
  • 信道模型的评价
    channel model evaluation
    2023-01-14 01:10:03下载
    积分:1
  • 20041011212518_vczx_ecfile
    20041011212518_vczx_ecfile
    2022-05-13 07:09:18下载
    积分:1
  • 在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布XOOPS 2.09中文版 XOOPS 2.09x 版主要是PHP5升级、bug修...
    在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布XOOPS 2.09中文版 XOOPS 2.09x 版主要是PHP5升级、bug修正和安全补正: 1 全面兼容PHP 5.x 版本 2 修正PHP 4.3.10以下版本中可能存在的安全漏洞 3 与XoopsUser::isAdmin() 相关的bug修正 4 升级Smarty至2.6.5版 英文版其他说明参考: http://xoops.org.cn/modules/news/article.php?storyid=126 中文版2.09与英文版稍有不同: 1 加入中文内码转换函数 2 部分已知而英文版留至2.010的bug 3 部分模块升级至最新中文版: --digest 2.0 --news 1.21 中文修正 --newbb 2.0 中文修正 --wfchannel 1.06 --wfdownloads 2.05 中文修正 --wordpress for xoops 中文 1.0 --xconv 1.6 (建议安装) --xmline 1.0-comprehensive English XOOPS 2.09, 2.091, 2.092 on the basis of the official release of 209 Chinese version of XOOPS 2.09x moderator if PHP5 upgrades, bug fixes and security Correction : a fully compatible with PHP 5.x amended version 2 PHP 4.3.10 version of the following possible security loopholes and XoopsUser 3 : : isAdmin () bug related to the four amendments to upgrade Smarty other English version 2.6.5 Reference Note : http://xoops.org.cn/modules/ news/article.php storyid = 2.09 126 Chinese and English version is sligh
    2023-02-09 01:35:04下载
    积分:1
  • it describes program for particle swarm optimization.
    it describes program for particle swarm optimization.
    2023-09-02 16:40:02下载
    积分:1
  • 0120_
    0120_基于GPSGSM和MSP430的巡检手持终端的设计与实现 -0120_-based inspection GPSGSM and the handheld terminal MSP430 Design and Implementation
    2022-05-31 04:10:24下载
    积分:1
  • c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。...
    c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。 -c language to number guessing game, the rules of the game is relatively simple, general two people to play, one out of numbers, one guess. To a good number of people out of a 4-digit number does not repeat not be allowed to guess one knows. Guess people can start guessing. Each guess a number, a number of those who should according to this figure gives a few A few B, where A numerical position in front of the number of correct number, while the B before the numbers indicate the number of correct and incorrect number of locations the number of .
    2022-12-26 22:50:03下载
    积分:1
  • 网络连接查看工具,可查看本机TCP,UDP的所有连接.
    网络连接查看工具,可查看本机TCP,UDP的所有连接.-Network connection to view tool, you can review the local TCP, UDP all connections.
    2023-04-07 11:00:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载