搜索资源列表
俄罗斯方块_Applet
- 使用java applet实现网页上玩俄罗斯方块游戏,如果把游戏嵌入到网站中,必定生色不少!使用到的技术:java swing jApplet 4维数组运算等-use the website to achieve playing Tetris game, if the game is embedded into websites that will take a lot more lively! The use of the technology : java swing jApplet fou
HappySnake
- 我自己用tc写的一个贪吃蛇游戏,里面包括两个版本,Snake_Cng.c,Snake.c和两个可执行文件,其中Snake_Cng.c是在Snake.c的基础上加了一个游戏难度递增控制。蛇的身体使用数组实现的,有兴趣的不妨看一下。-my own use tc Snake write a game that included two versions, Snake_Cng.c, Snake.c and two executable files, Snake_Cng.c which is Snake.
qipan.rar
- 设计一个国际象棋的马踏棋盘的演示程序。以一二维数组Board[8][8]表示国际象棋棋盘,以用户输入任一位置作为马的起始位置,设为(i,j),其中0≤i,j≤7,马按照走棋的规则在棋盘范围内进行移动。本程序只求出一种遍历路径,用非递归程序实现吗的行走路线。,To design a chess board horse riding demo program. A two-dimensional array Board [8] [8] that the chess board to the user
Sudoku.rar
- 用Java解数独游戏,用数组实现,以Applet展示,Sudoku skills with Java, using the array to achieve in order to display Applet
SnekeGame
- java期末的的大作业,主要用数组实现的的贪吃蛇,内附简单文档-java end of the large operations, mainly used an array implementation of the Snake, enclosing a simple document
Link
- 1、用VS2010控制台程序完成,键盘输入选择的道具的坐标。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等;拥有游戏最基本的一些文字提示,如坐标输入错误、两坐标点不可连等提示;拥有最基本的一些错误判断。 3、要求使用两个道具连接判断的最优算法实现。 4、要求可以实现撤销与反撤销。 5、要求加入自动消除道具和洗牌道具(消耗性道具)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。 -A VS
guaiwu
- 天龙八部 今天我们来找一下怪的数组 用ce和od分析怪物数组,实现自动打怪-Tian Long Ba Bu Today we come to look strange array of monsters od with ce and array of automatic 打怪
tanchishe
- 贪吃蛇,运用数组等功能来实现各个函数,定义结构体-Snake, using an array of other functions to achieve the various functions, the definition of the structure
miaoshuqi
- 描述器,运用数组链表和结构体实现描述的功能,可以自动的进行描述-Descr iption, and the use of the array list and descr iption of the structure to achieve the function, you can describe the automatic
tushugongneng
- 图书功能,运用数组和结构体实现,可以实现对图书的日常维护和管理-Book features, the use of the array and the realization of the structure can be achieved on the books of the day-to-day maintenance and management
erfenchazhao
- 二分查找程序,运用数组结构体和链表实现查找功能-Binary search procedures, the use of the array structure and list search functions to achieve
maze
- 迷宫问题,解决简单的迷宫解决问题,不是图形界面,数组实现-solution of maze
hnt_src
- VC++汉诺塔算法的实现,动态移动图形。汉诺塔是一个遥远的古代传说故事,至于讲的是什么,这个大家可以另查资料,这里不多说。研究汉诺塔问题,可以帮助你理解C++数组与算法的一些技巧,还是有必要参考的。-VC++ Tower of Hanoi algorithm, dynamic mobile graphics. Tower of Hanoi is an ancient legends of the distant, as to what is said, you can also check th
Wuziqi
- 通过16*16的一维数组实现了在命令行窗口模式下的JAVA五子棋程序,可判断各方向输赢-16* 16 by one-dimensional array realized in the command line window mode JAVA backgammon program, can determine the direction of winning or losing
wuziqipingtai
- 一个用数组实现的判断五子连珠就能获胜的平台。比较水-A Five or an array can be implemented to determine the winning platform. More water
huanbi
- 使用底层用户界面类在模拟器屏幕中间绘制出俄罗斯方块的模型,并在模型上方显示“俄罗斯方块模型”文字。 拓展:通过两个二维数组实现,默认存储若干个俄罗斯方块模型,点击变换按钮,实现随机变换为其他俄罗斯方块模型。 -Tetris model, drawn in the middle of the emulator screen and display the text of the Tetris model in the model above the underlying user inte
box
- 俄罗斯方块 没有使用任何的gui,纯手工画图 首发采用四维数组实现对方块的管理-Brick Game
Mine1
- 用数组实现简单的扫雷游戏java源代码,不用图形用户界面-Simple a minesweeping game java source code, do not have a graphical user interface using an array
Mine1
- 用数组实现简单的扫雷游戏java源代码,不用图形用户界面-Simple a minesweeping game java source code, do not have a graphical user interface using an array
SNAKE
- 使用graphics图形库开发的贪吃蛇游戏,用结构体数组实现。-Use graphics graphics library Snake game, with the array of structures to achieve.