搜索资源列表
C语言游戏
- C语言游戏,很简单,而且很粗糙的感觉.但是代码很短,值得学习.-C language games, which is very simple, but very rough feeling. But code is very short, and worth learning.
1234658745
- 100例趣味c语言代码,包括绘制余弦曲线 ,新娘和新郞等等 -100 cases interesting c language code, including the preparation of cosine curve, a new bride and inhumane, etc.
VBKing
- 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
gnometris
- linux下的俄罗斯方块,程序短小精悍,代码仅有不到100k,适合于初学C++语言想看看大程序结构的同行们。-Russia under linux box, procedures small and code with less than 100k, suitable for a novice C language to look at the program structure counterparts.
guess
- 这是一段才数字小游戏的代码,用C#语言编写,在VS2005编译先通过
2
- 贪吃蛇 c语言版, 仅供学习用,代码比较长,是用队列做的
C游戏代码集
- c语言
tankedazhan
- 一个很实用的C语言代码,代码一共有四个文件夹,分别代表的是地图、玩家坦克、电脑坦克等,编译环境要是DOS下的Win-tc或者是tc其他的编译器不能用-A very practical C-language code, the code a total of four folders, each represented by the map, the player tanks, tanks, and other computers, the compiler if the DOS environm
lianliankan
- 经典的小游戏连连看代码,C语言版的,不妨一看-The classic game Lianliankan code, C language version, we might look at a
C-language-little-game-demining-code
- C语言小游戏代码-扫雷代码,需要用到TC里面的图形库。-C language small game code-demining code, need to use TC inside the graph library.
snake2.5
- 贪吃蛇c语言代码,注意此程序不包含资源文件,仅供参考学习-snake game
c
- 这是用c语言编程实现的贪吃蛇游戏的代码,可在visual C++环境下调试成功-This is a Snake game c programming language code, debugging success in visual C++ environment
gobang.tar
- Linux系统上基于SDL图形库的五子棋游戏C语言代码。-Linux systems SDL graphics library based on C language code backgammon game.
snake.tar
- Linux系统上的基于SDL图形库的贪吃蛇C语言代码。-Linux system SDL graphics library based on the Snake C language code.
XOR
- 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From the most simple XOR encryption
Tetris-c
- 俄罗斯方c语言代码加详解,非常好的俄罗斯方块代码-Russian side c language code plus detailed, very good Tetris code
migong
- 迷宫游戏,C语言代码,仅供参考学习,免费-maze game C
SnakeGame
- 一个简单的贪吃蛇小游戏C语言代码,能够实现基本的移动和成长过程-A simple Snake game C language code, to achieve the basic process of moving and growing
Sokoban
- c++语言纯代码,在运行框中实现推箱子游戏(C++ language, implementation of Sokoban)
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。