搜索资源列表
C语言游戏
- C语言游戏,很简单,而且很粗糙的感觉.但是代码很短,值得学习.-C language games, which is very simple, but very rough feeling. But code is very short, and worth learning.
pretty_cube
- C语言编的俄罗斯方块,个人觉得界面很漂亮,对初学者学习C语言有帮助!-Part C of the Russian language, folding personally feel that the interface is very beautiful, for beginners to learn C language help!
you_xi_C_example
- 提供学习C语言的绝对好例子,从游戏开始学习编程-C language learning the absolute good example from the games started learning programming
game_C_example3
- 提供学习C语言的绝对好例子,从游戏开始学习编程-C language learning the absolute good example from the games started learning programming
c
- c 语言扫雷游戏源代码 对学习C语言的图形很有用,是一个很好的图形例子. -c language source code for mine game graphics for learning C language is useful, is a good example of the graphic.
tankejiqiren
- 《C语言学习利器—AI-CODE坦克机器人》-钟民-源代码-" C Language Learning weapon-AI-CODE tank Robot" - Zhong Min- Source Code
tanchishe
- 贪吃蛇小游戏 c语言设计 有注释 很适合c语言学习-Snake game
c--game
- 用C语言编写的一些小游戏 可以供初学者学习借鉴-Written in C little game is only for learning
五子棋 用C语言写的
- 五子棋 用C语言写的一个简单的五子棋程序 供大家学习与参考 也可交流-5 chess
main.c
- 刚学习c语言时写的一个小游戏,很无聊的说-Just learning c language to write a small game, very boring. .
C-MIGONG
- C语言迷宫游戏,提供源代码,可以供读者参考和学习 -C language maze game
x
- 用于游戏编辑基础,让初学者对c语言学习增加学习兴趣。-it is based on game
PrettyGame
- 游戏实例,语言简洁,逻辑清楚,对于C语言学习很有参考作用。-Games instance, the language is concise, clear logic, for the C language learning useful reference.
migong
- 游戏实例,语言简洁,逻辑清楚,对于C语言学习很有参考作用。-Games instance, the language is concise, clear logic, for the C language learning useful reference.
snake
- 整理了贪吃蛇的游戏,更加适合基础C的学习。(Tidy up the snake game, more suitable for basic C learning.)
贪吃蛇
- 贪吃蛇小游戏,c语言编程,简单上手,易学习,思路简单清晰(Snake game, C programming language, simple to use, easy to learn, simple and clear thinking)
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)
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。