搜索资源列表
C语言练习键盘打字
- 用C++编的打字练习小游戏,可玩性到不是高,关键看看别个咋编的-C series of the typing exercises little game, that is not high playability, the key to another look at the series of the night
C语言游戏
- C语言游戏,很简单,而且很粗糙的感觉.但是代码很短,值得学习.-C language games, which is very simple, but very rough feeling. But code is very short, and worth learning.
占星术4.1版C语言源程序
- 占星术4.1版C语言源程序,采用最新的方法计算智能编程-astrology 4.1 version of C language source code, using the latest methods of computational intelligence Programming
c语言赛车
- 用c语言实现的赛车程序,图形界面友好,提供5级速度选择。-language used car procedures, friendly graphical interface, the speed with five options.
snake(c)
- 贪食蛇小游戏(利用TC开发(c语言))。希望大家多多指教。-embedding of small games (TC use development (c language)). We hope the exhibitions.
plane.c
- 一个用C语言编的手机小游戏,你可以控制一个小球在屏幕上自由移动,拥有手机游戏开发的基本框架-a C language addendum to the small cell phone game, you can control a small ball on the screen to move freely, cell phone games have the basic framework for development
C游戏代码集
- c语言
c语言经典游戏源代码
- 多个经典小游戏源代码
C 连连看程序
- C语言实现简易连连看游戏
C-Tetris
- 俄罗斯方块游戏,用c语言编程实现的,相当的好玩哟-Tetris game use c program
Five
- c语言开发的五子棋游戏,简单的人工智能计算每步的分数,然后下子。-c language development of the welcome to play, simple artificial intelligence scores in each of the steps, and then erupted in.
lianliankan
- 经典的小游戏连连看代码,C语言版的,不妨一看-The classic game Lianliankan code, C language version, we might look at a
game
- C语言游戏编程入门到精通,这是一本很好的书,写的很全面,也比较基础。-C game programming language entry to the master, this is a very good book, written in a very comprehensive, basis for comparison.
五子棋 用C语言写的
- 五子棋 用C语言写的一个简单的五子棋程序 供大家学习与参考 也可交流-5 chess
tennis
- 在vc++6.0平台实现的台球小游戏,目的是以玩促学,提高大家学习c语言的兴趣(Vc++6.0 platform to achieve billiards game, the purpose is to play to promote learning, improve your interest in learning C language)
snake
- c语言版的贪吃蛇,不是图形界面,是新手学习的不错选择(C language version of the snake, not graphical interface, is a good choice for novice learning)
C语言十大经典案例
- 这是C语言里面的十大经典案例,可供大家学习,里面调用了dos(可以换为其他头文件)对编程能力是一个提高(This is the ten classic case of C language, for everyone to learn, which calls the DOS (can be replaced by other header files), programming ability is an improvement)
24点游戏
- 用c语言写的益智计算游戏,根据给出的数字,思考公式结果等于24(The puzzle computing game written in the C language, according to the figures given, the result of the thinking formula is 24.)
C语言贪吃蛇游戏
- 自己编写的贪吃蛇游戏,C语言,包括计分、开始、结束。通过更改#define可自定义大小。
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。