搜索资源列表
tmz1009
- 天门阵游戏源码。是类似连连看的一款游戏,需要通过鼠标拖动牌到相同牌对齐的地方后,消除。最多有30000局。-days Gate Array game source. 1000 block of Terry Avenue is similar to the one game, through licensing the mouse to drag the same alignment of licensing, eliminate. Up to 30,000 Bureau.
boom
- 踩地雷遊戲,陣列元件示範,使用BCB6開發-trample mines games, array element model, the use of development BCB6
ImageGame
- 拼图游戏,原理:将原图切分成预先设定的若干块,然后用一个Bitmap数组来管理,每个Bitmap对象管理一个图块-pieces of the jigsaw principle : the maximum cut into the pre-set number of pieces, then use a Bitmap array management, each a Bitmap object management Segment
0312890 崔留强 可视化程序设计 《迷宫》
- 是一个利用数组编写的迷宫程序!-is an array prepared by the use of the maze procedure!
算法(魔方,蛇形,回字方阵)
- 一个些基本算法。用二维数组输出成一些矩阵。还有魔方输出。可以加我QQ:254760008-a more basic algorithm. Using two-dimensional array output into some matrix. There Cube output. Can I QQ : 254760008
SnekeGame
- java期末的的大作业,主要用数组实现的的贪吃蛇,内附简单文档-java end of the large operations, mainly used an array implementation of the Snake, enclosing a simple document
Box
- 数据结构中,用推箱子游戏,来体现二维数组的运用。-Data structure, with Sokoban game, to reflect the use of two-dimensional array.
snack
- 用簡單的動態2為陣列所寫的 貪吃蛇 功能為最基本版 可給學生使用- with a simple dynamic array writes to the Snake for the most basic functions are available to students
RandomMatrixGeneratedSudoku
- 该程序可以随机生成数组,总共可以生成139个的9×9数组,其中每行没列都是1~9且不重复-The array can be randomly generated, a total of 139 can generate the 9 × 9 array, each of which lines are not out 1 ~ 9 and does not repeat
saolei
- 使用字符数组a[N][N]存储布雷的数据,a[i][j]=’+’表示位置(i,j)没有地雷,a[i][j]=’*’表示位置(i,j)有一个地雷,0<=i<m,0<=j<n,m和n是键盘输入的总行数和总列数并且0<m,n<100。设计一个程序,输入m和n,随机初始化布雷数组,并输出布雷数组和每一位置周围的地雷数量,如果该位置是一个地雷,则输出一个’*’。-The use of characters in the array a [N] [N] stored da
pintu490381366
- 拼图游戏(数组控件),9,16,25块三种玩法。可以更换图片。QQ4903813-Jigsaw puzzle (an array of controls), three playing pieces 9,16,25. Can replace the picture. QQ490381366
C4
- 迷宫类益智游戏,这个程序的主要特点是数组的学习。数组的应用在C中是很普遍的,是重点也是难点。-Maze-type puzzle game, the main characteristics of this process is an array of learning. Array of applications in C is very common, is the focus is difficult.
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
c_txz_src
- 用纯C语言写的一个推箱子游戏,运行于CMD环境(DOS)下,通过这个游戏你可以学到很多汇编底层的东西,涉及到软中断、二维数组、键盘操作以及图形化函数等方面的知识,还可以掌握显示器中断寄存器的设置、二维数组及结构体的定义、键盘键值的获娶图形下光标的显示与定位等,不要小看它哦! -Pure C language used to write a Sokoban game, running on the CMD environment (DOS), through the game you can le
robotview
- 机器人特殊布线,是算法研究的好工具,值得一看!-array the robot s road
pa2
- 這是一個遊戲,是可以用來介紹C++的Array用法,利用了多個looping來做了Array-This is a smple game whih is sing to introduce the using of Array with for loob
shuduyuxi
- 解数独游戏,9*9格子。一个简单的c语言程序,不过可是我自己的原创哦,虽然是几年前的。输入数独里已有的数字,解空格里数,给出的程序是txt文本的.具体字母,数组,在注释里有。-Means it Sudoku, 9* 9. A simple c-language program, but my own originality, but oh, though a few years ago. Enter Sudoku there are already the number of solution
c4
- 纯用 字符 和数组编的五子棋,棋盘也是用字符画的。 编了1上午了,主要是算法跟按键比较烦,发现有bug-- 按键速度过快会产生延时显示,可能是算法不好。 操作:玩家1: a,s,w,d(方向) 空格(落子) 玩家2: 上、下、左、右 回车 (落子) ESC: 退出 -Using only an array of characters and series of backgammon, the board is painted with the characters
Russia
- 自己编的一个贪吃蛇游戏,界面比较简单,但对于学习和加深对数组和链表的理解有很大帮助。-Own a series of the Snake game, the interface is relatively simple, but for learning and deepen understanding of the array and the list of great help.
snaker
- 提供linux下的终端型贪吃蛇游戏代码和在51单片机上的贪吃蛇代码(都经过测试) 文档中的snake51.c为在51单片机上的贪吃蛇代码,此代码经过测试运行。 文档中的snake_curses.c为在linux系统中基于ncurses库编写的贪吃蛇代码,也经过测试运行。编译时用命令 gcc snake_curses.c -o snake -lcurses 即可生成可执行文件snake,可在linux下的终端运行 文档中的prints为在单片机的8x8led阵列上现实蛇身体点的函数