搜索资源列表
c108244325566
- 我原来写这个程序只是为了常规上学习C#和.NET编程而做的一个练习。翻转棋,大家都知道,是一个比较流行而且比较有趣的游戏,原理和规则都很简单。这使得它成为学习一种新的语言或工具时的一个很好的练习选择。 开始时的练习虽然可以用来当作比赛的游戏,但还是缺少一些电脑棋盘游戏一般的特征,比如撤消走过的步骤,因此,积累了一些.NET的经验以后,就将它升级了。升级后增加了一些新的功能,而且改进了原来的图形界面和游戏AI。-I originally wrote this routi
c语言赛车
- 用c语言实现的赛车程序,图形界面友好,提供5级速度选择。-language used car procedures, friendly graphical interface, the speed with five options.
BOXES
- C语言图形界面下的推箱子.漂亮大方,每次只能玩一关.-C language interface to the graphical viewing. Pretty generous, can only play a clearance.
Spintu
- 简单的C语言图形界面下的拼图 供C语言学习使用-simple C language under the graphical interface kit for the use of C language learning
Bear_Go_Homw
- 用纯C写的游戏:小熊回家 对学C语言的基本图形界面有很大帮助-used to write pure C game : Winnie the home of the C language learning basic graphical interface will be of great help
olsfk(C-programe)
- 这是我在大学二年级学习C语言课程时,作为“练笔”而编写的一个小程序(当时在我眼里可却是一个大程序!)其主要特点有:1、正真做到了全中文界面(不需要UCDOS操作系支持) 2、大量的图形特技(如图像的显隐技术、图像穿插技术、多任务仿真技术等) 3、纯C语言打造(不含任何C++知识) 4、实现了街机“俄罗斯方块”绝大部分功能(如动画、声音、速度变化) 5、用户可根据自据的习惯自由地调整“游戏操作键” 6、方法独特,全部语句和技术都是我本人原创,没有参考过任何相关代码 7、防“跟踪调试”技术,
wzq
- C语言实现,蓝屏的简单图形界面,用方向键移动棋子
RUSSIAN
- 小游戏:基于c++语言的俄罗斯方块源码程序 图形界面
ELS
- 具有图形界面的俄罗斯方块的c语言程序。希望对大家有所帮助。
C-BoxMan
- C语言写的VGA图形界面推箱子 思路简单,易于初学者学习, 用到了汉字字模-Writing C language of VGA graphical interface Sokoban thinking easy, easy for beginners to learn Chinese characters used in the matrix
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
Tetris
- C语言写的小游戏“俄罗斯方块”,可用于C语言图形界面编程学习-Tetris written in C language
BOXES
- C语言图形界面下的推箱子.漂亮大方,每次只能玩一关.-C language interface to the graphical viewing. Pretty generous, can only play a clearance.
2048
- 2048 C语言小游戏 基于cmd 具有简单的图形界面(2048 C language games)
snake
- c语言版的贪吃蛇,不是图形界面,是新手学习的不错选择(C language version of the snake, not graphical interface, is a good choice for novice learning)
snake
- 通过图形界面实现贪吃蛇小游戏,用电脑键盘上下左右控制蛇的移动方向(Through the graphical interface to realize the snake game, use the computer keyboard to control the direction of the snake.)
推箱子
- C语言写的一个带有图形界面的推箱子小游戏(A small game of push box with graphical interface written in the C language)
Game2048
- C语言写的一个2048小游戏,带有图形界面 可以作为一个参考(A 2048 small game written in the C language with a graphical interface as a reference)
C游戏编程
- 本书从c语言游戏编程入手,对图形绘制,中文显示,动画实现,文件调用,内存使用,声卡调用,中断,内存驻留技术,接口技术,数据库实现,简单病毒,界面技术等进行了详尽的介绍,并且配以大量的源程序以及程序分析对所涉及的理论进行充分的讲解和支撑。(This book from the start of the C programming language games, graphics rendering, animation, Chinese display, file, memory card, ca
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。