登录
首页 » 其他项目 » 我编写的一个经典的小游戏--贪食蛇,能够在你的茶余饭后给你带来快乐!...

我编写的一个经典的小游戏--贪食蛇,能够在你的茶余饭后给你带来快乐!...

于 2022-08-21 发布 文件大小:195.50 kB
0 191
下载积分: 2 下载次数: 1

代码说明:

我编写的一个经典的小游戏--贪食蛇,能够在你的茶余饭后给你带来快乐!-I prepared a classic small game-- Snake, in your leisure to bring you happiness!

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

发表评论

0 个回复

  • atmel公司 arm SPI接口初始化程序
    atmel公司 arm SPI接口初始化程序-Atmel Corporation arm SPI Interface initialization procedure
    2022-12-11 12:05:02下载
    积分:1
  • 总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source...
    总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source),B(借助的柱子Borrow),C(目标柱子Target). A的左看成C,B的左看成A,C的左看成B; A的有看成B,B的右看成C,C的右看成A; 每张盘的移动方法(因为不可能连续两次移动相同的盘!): 一个盘curDisk现在在 柱子curStick上,那么curDisk另一个柱子(3个中除了2个的另1个) 只要有选择的选择一个柱子curStick,分析、判断其最上面的盘curDisk的能否向curDisk确定的唯一的方向移动;移动 完后 再 选择 另一个 柱子 分析 判断 就可以完成了 (这个算法特别适合于人玩这个“弱智”(我有同学这么说)游戏,我玩我的文曲星pc1000a上的Hanoi 9层游戏,需要5分钟就可以移动完毕)-total number identified, each set curDisk maybe_To direction of the movement of which is determined only : If there are three disk, was always left a mobile. Here, the columns from left to right as A (source pole Source), B (using the pole Borrow), C (target pole Target). A left as C, B to the left as A, C on the left as B; A as the B, B on the right side as C, the right as A; each set of mobile methods (as it is impossible for the same two mobile disk!) : a set curDisk curStick now on the pole, then curDisk another pole (three in addition to two other one), when given a choice, choose a pole
    2022-09-17 11:25:03下载
    积分:1
  • 带进度条大文件上传源码(单文件多文件都可以传)+v2.0
    带进度条大文件上传源码(单文件多文件都可以传)+v2.0-With large file upload progress bar source (single file multiple files can be mass)+ v2.0
    2022-03-24 02:50:11下载
    积分:1
  • 刚开始学习的人,一个简短的介绍,产生了典型的一。
    对于刚开始学习ps的人来说,有一本简单介绍制作典型图像效果的书,是件有意义的事,这本书会给你帮助-just started learning for the people ps, a brief introduction produced typical images of the book is a meaningful thing, this book will help you
    2022-03-14 09:10:53下载
    积分:1
  • 水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题...
    水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题-Cascade reservoir optimal operation, using POA algorithm is simple and feasible, an effective solution to solve the cascade reservoirs in the curse of dimensionality problem
    2022-03-02 22:16:11下载
    积分:1
  • 电力104规约Demo版 C++版本,供大家参考
    电力104规约Demo版 C++版本,供大家参考-104规约Demo版C
    2022-02-03 19:19:45下载
    积分:1
  • 要求用vc写一个画直线,矩形和椭圆的程序 采用橡皮筋模式...
    要求用vc写一个画直线,矩形和椭圆的程序 采用橡皮筋模式 -vc was asked to use a line drawing, rectangle and ellipse procedures used rubber-band model
    2022-12-03 23:40:02下载
    积分:1
  • dp问题的讲解,动态规划的定义应用等等,主要对于竞赛做题的应用。...
    dp问题的讲解,动态规划的定义应用等等,主要对于竞赛做题的应用。-dp on the issue, the definition of the application of dynamic programming, etc., to do the main title for the race applications.
    2022-02-10 10:46:00下载
    积分:1
  • the procedures used to achieve VB SQL 2000 can be achieved neighborhood househol...
    本程序用VB+SQL 2000实现,可以实现小区的住户资料,仪表资料,住户投宿,住户报修等数据的查询,修改,删除,统计和以报表形式打印输出.-the procedures used to achieve VB SQL 2000 can be achieved neighborhood households, Instrumentation, tenants will be met, household repair and other data query, modify, delete, statistics and statements in the form of printouts.
    2022-04-16 17:26:50下载
    积分:1
  • 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作...
    平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。 -balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
    2022-03-05 06:54:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载