搜索资源列表
VBKing
- 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
lianliankanC
- 本程序为C语言高级编程示例,纯C实现的连连看游戏,附带有算法说明。-procedures for the C Programming Language High example, the realization of the pure C Lianliankan games, accompanied algorithm note.
Triomino
- 我的一个算法课程里面的Triomino Project, 用C++语言实现。
migong
- 一个迷宫路径求解的设计与编写思路,该程序采用C语言编写,主要使用了非递归算法和数组的运用。-A labyrinth path for solving the design and preparation of ideas, the program using C language, the main use of non-recursive algorithm and array use.
guess_man_and_computer
- 这是一个人机猜数字游戏,人想一个数,电脑来猜,算法通俗易懂,适合有一定c语言基础的人学习-This is a human number guessing game, few people want a computer to guess, the algorithm easy to understand, for a certain person based on c language learning
TanChiShe
- 贪吃蛇自动找果版C语言源码,水平有限,还存在一些算法问题,比如有时会选择短路等-Snake automatic version of the C language source code to find fruit
move_hills
- 用C语言实现传统算法搬山游戏,可以运行,dos界面!-In C language implementation traditional algorithm move mountain game, can run, DOS interface!
1506
- 推箱子游戏的算法,对于刚学c语言的人可以参考一下,然后自己编一下,对提高兴趣很有帮助-Sokoban game algorithm, for people just learning c language reference, and then made themselves the interest is helpful to improve
24
- 24点游戏扩展,可以设置输入任意个数,结果也可以设置任意数,并且打印出所有结果,采用了C语言递归算法-24-point game extensions, you can set any number of inputs, the results can also set an arbitrary number, and print out all the results, using a recursive algorithm C language
wuziqi
- 实现利用计算机评判两个人五子棋比赛游戏、用C语言提供的图形库函数实现绘制五子棋棋盘,实现五子棋规则评判算法-Judge two people to achieve using computer backgammon tournament game, using C language library functions provide graphical rendering backgammon board, backgammon rule evaluation algorithm to achi
lianliankan-C-language-code
- 这是连连看小游戏的C语言源代码。运用一些简单的函数与算法实现此游戏。-This is a small game lianliankan C language source code. Use some simple functions and algorithms for this game.
youxi
- 俄罗斯方块的算法,最新的设计思想,可直接引用,想学C语言的可以借鉴-Tetris algorithm, the latest design ideas can be directly quoted, want to learn C language can learn
21dian
- c语言编程21点,人机互动,但是ai由于没有进行数学概率严谨推算,ai算法比较简单-21 point c language programming, human-computer interaction, but because there is no mathematical probability ai rigorous projections, ai algorithm is relatively simple
a
- 用C语言实现贪吃蛇的UI,算法,统计数据的功能。可自定义活动界面的大小,果实的数量。-Using C language to achieve the snake UI, algorithm, the function of statistical data. Can customize the size of the active interface, the number of fruit.
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。