搜索资源列表
EightQueues
- 八皇后VC图形演 算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-eight Queen's VC graphics algorithm thinking : A Retrospective, th
hnt
- 经典的算法汉诺塔,以C的图形界面来演示,不错吧,非常适合于初学者-Tower of Hanoi classic algorithm, the graphical interface in C to demonstrate, it is true it is very suitable for beginners
SnakeMFC
- 采用VC++6.0开发,框架为MFC的单文档程序,含有贪吃蛇的目标节点生成算法,吃节点及移动算法等,图形化,界面友好!-Using VC++6.0 development, frameworks, procedures for the MFC single document containing the destination node generation algorithm Snake eating nodes and mobile algorithms, graphical, user-f
doudizhu_game
- 湖南斗地主源代码,集游戏算法游戏图形处理为一身-Hunan Doude Zhu source code, set the game games graphics processing algorithms for a
billiards
- Turbo-C环境下,在图形模式中实现的一个桌球游戏,不过还没完善,其中桌球撞击后滚动路线的算法也有些问题,有待改进-Turbo-C environment, the graphics mode to achieve a snooker game, but not perfect, which after impact rolling line of billiard algorithms are also some problems to be improved
look-at-the-figures-and-thought
- 一款简单的数字练练看,没有复杂的图形,然而算法原理几乎是一样的。单个java文件就搞定!-A simple look at the figures and thought, no complex graphics, but the principle is almost the same algorithm. Get a single java file!
VBmantianxuehua
- 一个VB图形算法实例漫天飞雪特效,效果很好,很漂亮-An instance of graph algorithms VB sky snow effects, the effect is very good, very beautiful
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
BlockDemo
- 这是一款传统游戏,主要培养使用Java语言进行GUI设计、图形编程、多线程程序的开发、算法的实现思路。-This is a traditional game, the main train using the Java language for GUI design, graphics programming, development of multi-threaded program, algorithm implementation ideas.
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。