资源列表
MINE_TC3
- 用Turbo C++ 3.0开发的模拟Windows扫雷的游戏,支持键盘和鼠标两种控制方式,支持鼠标右键,支持双键功能。-Turbo C 3.0 with the development of the mine-simulation game for Windows, support both keyboard and mouse control and support with the right mouse button, double bond support functions.
java--Sokoban-game-source-code
- 推箱子游戏源代码,Sokoban game source code-Sokoban game source code
photo
- #代码重新用类整理一下,对类class还不怎么了解,只做了简单的分类,图形输出、按键控制、数据计算 三个class。 #比原先新增了些功能,新增拼图时间计算,存档,“速度排行榜”,背景音乐循环播放。美化进度条,支持自定义图片拼图, #自定义背景音乐(图片格式支持中英文文件名JPG、BMP文件,音乐支持MP3、WAV格式文件,测试请将图片文件、音乐文件-# Code re-use the class to sort out, do not understand how the class
snake
- 代码非常精简,但是功能很完善linux开发平台的贪吃蛇程序。-Code is very concise, but a complete Linux platform snake procedures.
saolei
- 基于C++环境下的智力小游戏,模拟扫雷环境。-game saolei
qishizouqipan
- 骑士走棋盘问题 * coding:Yovae www.yovae.com * 算法描述:假设骑士所在当前位置八个方向x,y坐标分别为{-2,-1,1,2,2,1,-1,-2},{1,2,2,1,-1,-2,-2,-1} * 遍历选择八个方向中下一个可走方向,选择下一个方向中可走步数最少的方向继续走。 * 简单的说,先将最难的位置走完,接下来的路 * 就宽广了,骑士所要走的下一步,为下一步再选择时,所能走的步数最少的一步。-Knight go board problems
2005122734919695
- 一个开发智力的小游戏,适合,小孩完的,可以下载给你的海之-an intellectual development of small games for, the children's End, you can download to the sea
she-you-xi
- 本程序全面分析了其源代码,详细,通俗易懂,详实无比,容易上手。-A comprehensive analysis of the program source code, detailed, easy to understand, very detailed, easy to use.
Snake-C-language-source-code
- Snake C language source code
Hangman1Source
- This game provides the framework for a future version with computer play. Here we ll define the basic drawing strategy, an array of 9 TPiece objects defining the gallows and hanging man. A TList component is an ideal place to keep a list of objects -
saolei
- 扫雷,一个很好玩的游戏,matlab编码-Mine, a very fun game, matlab code
105fen
- C语言编写的logo海龟画图程序,可以画出各种复杂的图形