搜索资源列表
SnakeApp
- 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。 -I another Snake game source code, although each of the games are played are the same as a Snake, but
Soldiers-stand-in-line
- 士兵的位置坐标通过鼠标点击获取,并在相应的位置上显示一个点及对应的(X,Y)值,以此表示该士兵所在的位置。在输入多个士兵的位置坐标之后,在点击菜单或快捷键之后,程序能自动计算出最后士兵排列的初始位置以及需要移动的最少步数,并在屏幕上显示出移动后的队列排列情况,队列起点的(x,y)坐标以及士兵需要移动的步数。-Coordinates of the soldiers to get through mouse clicks and display a corresponding position an
IPC-message-queue
- Hare turtle game using message queues as IPC medium
Prom-pairing
- 用循环队列模拟舞伴配对问题: 在舞会上,男、女各自排成一队。舞会开始时。依次从男队和女队的队头各出一人配成舞伴。如果两队初始人数不等,则较长的那一队中未配对者等待下一轮舞曲。 假设初始男、女人数及性别已经固定,舞会的轮数从键盘输入。试模拟解决上述舞伴配对问题。-Paired with a partner circular queue simulation problem: at the ball, male and female each lined up. Dance star
shiyan
- 队列状态机很有用,很有帮助,很好玩也很实用-Queue state machine is useful, helpful, very fun and very practical
AI_project04_15_23
- ,更新:使用优先级队列实现的迪杰斯特拉算法,里面有个小对战游戏主要程序部分示例-Update: Dijkstra algorithm using priority queue implementation, there are a small part of the sample program main battle game
GreedySnake
- 利用EasyX 和 C++写的贪吃蛇,二维数组,数组映射成图像,而蛇只是队列-C++ write and use EasyX Snake, a two-dimensional array, the array is mapped into an image and the snake just queue