搜索资源列表
tanchishe
- 贪吃蛇的小游戏,界面自认为还算不错,主要是用了一个双向链表做的-Snake' s game, the interface from bad think, is mainly used to do a two-way linked list of
Monkeys-Select-King
- 编程C语言:猴子选大王(关于链表的创建删除粘贴破坏等操作等等)-C programming language: the monkeys selected King to create a linked list (on delete paste the destruction operation, etc.)
GameFrame
- 摘要:VC/C++源码,游戏编程,贪吃蛇源码,数组标记 MFC贪吃蛇源码--非链表--采用数组标记方式实现,将绘图与逻辑实现独立。CSnake为标准C++代码,可单独提取出来对界面进行更换。-Abstract: VC/C++ source, game programming, Snake source array mark MFC Snake source- the non linked list- array tag implementation, the graphics and l
Moblie-text-scrolling
- Moblie phone text scrolling system using C++ with linked list
danlianbiao-
- 数据结构单链表程序 vc6.0 基本操作-The basic operation of a single linked list program vc6.0
BOMBMAN
- WINDOS FUNCTION LINKED LIST
Snack
- java版贪吃蛇。贪吃蛇是经典小游戏,采用链表存储贪吃蛇节点,有详尽的注释,易于学习。-java version of Snake. Snake is a classic game Snake using linked list storage node, there are detailed notes, easy to learn.
snake_game
- C语言实现贪吃蛇小游戏无需graphic.h头文件,通过链表的简单知识实现。有兴趣的可以下载看看。-C language implementation Snake game without graphic.h header files, through a simple knowledge linked list implementation. Are interested can download and see.
Josephus---
- 模拟约瑟夫环的小游戏,使用的数据结构式是链表-Joseph Link Game,Data Structure for using a linked list
PlaneGame(1)
- 目 录 1. 概述 3 1.1 实训项目简介 3 1.2 实训功能说明 3 1.2.1 基本功能 3 1.2.2 附加功能 3 2. 相关技术 4 2.1 Windows定时器技术 4 2.2 透明贴图实现技术 4 2.3 CObList链表 5 2.4获取矩形区域 6 2.5使用AfxMessageBox显示游戏过程中的提示信息 6 2.6内存释放 6 2.7 CImageList处理爆炸效果 6 2.8对话框的应用 6 3.