搜索资源列表
linux_five_game_sourcecode
- 一个在linux下基于framebuffer,用c语言实现的扫雷游戏,能方便移植到多种嵌入式设备中-one based on the Linux framebuffer c language used in demining games, easy to transplant a variety of embedded devices
ERS
- 俄罗斯方块小游戏,用C语言实现,算法比较简单,可代初学者学习。-small game Tetris using C language, the algorithm is relatively simple, to be able to beginners learning.
migonggong
- 小迷宫 用c语言实现 实现的原理很简单 大家自己看吧-small maze with C Language Implementation of the principle is very simple we all Look here
bahuanghouproblem_c
- C语言实现的八皇后问题求解。 会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。-C language of the eight Queen's problem to solve. Will be under the international chess are very clear : the Queen's horizontal, the vertic
olsfk(C-programe)
- 这是我在大学二年级学习C语言课程时,作为“练笔”而编写的一个小程序(当时在我眼里可却是一个大程序!)其主要特点有:1、正真做到了全中文界面(不需要UCDOS操作系支持) 2、大量的图形特技(如图像的显隐技术、图像穿插技术、多任务仿真技术等) 3、纯C语言打造(不含任何C++知识) 4、实现了街机“俄罗斯方块”绝大部分功能(如动画、声音、速度变化) 5、用户可根据自据的习惯自由地调整“游戏操作键” 6、方法独特,全部语句和技术都是我本人原创,没有参考过任何相关代码 7、防“跟踪调试”技术,
wzq
- C语言实现,蓝屏的简单图形界面,用方向键移动棋子
getStoenGema
- C语言实现拿石头游戏.采用"博弈书树法"实现
pingpong
- 用C语言实现的模拟打球的小游戏,在turboc环境下运行
csaolei
- 这是一款扫雷游戏,是利用简单的c语言实现的,在vc6下编译成功
eluosi
- 用C语言实现的俄罗斯方块程序源代码,整个源代码都在一个文件中。
02050611
- C语言实现的猜数算法,生成一个随机数,然后由用户猜数,猜数正确则输出正确并打印正确的数,不正确则输出比生成的随机数大或小,重新输入,直至猜正确为止。一轮游戏结束后还可由用户选择要不要开始新一轮游戏。
greedy_snake(c++)
- 一个贪吃蛇游戏,c++语言实现,在控制台下运行
C程序搬运工
- 搬运工,大家都玩过吧.这个是用c语言实现的.基本上实现游戏的大部分功能.-porters, we all tried it. C is the language used to achieve. Basically most of the game to achieve functional.
boxmen.rar
- c语言实现的推箱子游戏,包含推箱子源代码,编译环境 vc++6.0,Sokoban source code
Soduku
- 用C语言实现的生成数独题目并求解,用堆栈的方法求解,无界面-Using C language to generate the topic and to solve sudoku using stack method, no Interface
RussiaBlock
- 采用纯C语言图形编程实现一个俄罗斯方块的游戏,界面精美,功能完善,可以自由选择游戏的难度和等级。很好的利用了Graphics这个库提供的各种图形函数进行界面编程-Pure C graphical programming language to implement a Tetris game, interface, beautiful, functional, are free to choose the game difficulty and level. Good use of the Gra
Magic-Cube---C
- 我想都玩过三阶魔方,这个小程序使用C语言实现三阶魔方的还原-Magic Cube--C
game.c
- C语言实现的控制台版俄罗斯方块游戏,简单方便,容易理解操作(C language implementation of the console version of the Tetris game)
坦克大战
- C语言实现的坦克大战,可以运行的哦,大家帮忙支持下,谢谢(C language realization of the tank war, can run Oh, everyone to help support, thank you)
俄罗斯方块的一种c语言实现
- 用c语言的方式编写的一种俄罗斯方块的实现形式,并在基础上做出一定改编,增加了一些小技能