搜索资源列表
c语言赛车
- 用c语言实现的赛车程序,图形界面友好,提供5级速度选择。-language used car procedures, friendly graphical interface, the speed with five options.
Brick
- 这是一个用c语言编写的打砖块游戏。具有良好的图形界面和完善的功能。-It is written in a language with c BrickBreaker. Has a good graphical interface and improved functionality.
saolei
- 经典的扫雷游戏,C语言编写完成,图形界面-Classic minesweeper, written in C language completed, graphical interface
truck-man
- 本代码由C语言实现图形界面下的搬运工游戏。在TC下运行。-The C language code from the graphical interface of the porters game. Run in the TC.
jingziguosanguan
- 是一个有趣好玩的经典游戏,利用C语言实现图形界面。-It is a fun classic game, using the C language to realize graphical interface.
skyblue_Snake
- 实现游戏贪吃蛇 利用C++语言实现,并有好看的图形界面-Game Snake using C++ language, and have a nice graphical interface
migong
- 经典的迷宫小游戏,C语言编写完成,图形界面-Classic maze of small game, written in C language completed, graphical interface
Tetris
- C语言写的小游戏“俄罗斯方块”,可用于C语言图形界面编程学习-Tetris written in C language
cram-snake
- 一个基于c语言的贪吃蛇游戏的实现,有简答的图形实现与界面设计。-A realization c language based Snake game, there are short-answer graphics and interface design to achieve.
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.)
snake
- c语言写的贪吃蛇游戏,未编译,需要easyX图形界面库(用户自己准备)。(Snake game written in C language, not compiled, requires easyX graphical user interface library (user prepared).)
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。