资源列表
ant.m.tar
- 用matlab实现的兰顿蚂蚁,并且在原始规测上加上颜色-Using matlab Langton ants, and add color on the original gauge measurements
run-game
- 龟兔赛跑的小程序,大二时的课程设计,不长,很简单的代码-Tortoise and the Hare small program, the sophomore curriculum design, not long, a very simple code
slot
- its a game for visual c++.
game
- 一个实现人机取棋子的游戏,游戏规则为:玩家先取,最终手中棋子的数量为偶数的获胜(每次去棋子为1-3)-A man-machine chess game, the rules of the game: players get preferential, the number of final hands pieces for an even number of wins (every time I go to pieces for 1-3)
40g
- 解题软件,游戏好。 解题软件,游戏好。-deal with softwaredeal with softwaredeal with software
stone-scissors-cloth-games
- 用C语言开发的石头剪刀布小游戏,代码可用于参考,简单的一个C语言小程序-The use of C language to develop the stone scissors cloth games
DDA
- As we know that in computer graphics subject we have a several line drawing algorithms. Here i am uploading code for DDA algorithm for line drawing.
monkey
- n个猴子围成一个圈,从第m个猴子开始从1依次数数,当数到k时,该猴子出列。并从下一个猴子开始从1依次数数,直到只剩一个猴子为止。-N a monkey in a circle, starting from the first m a monkey from 1 count in turn, when the count to k, the monkey out.And starting from the next monkey from 1 count in turn, until only o
Game-Solution
- 简单图问题的实际应用 编程问题小游戏的解决方案 -Simple graph and the practical application of game programming solution to the problem
WAR
- A war game to simulate battle
Josephus-problem-
- 据说着名犹太历史学家Josephus有过以下的故事:在罗马人占领乔塔帕特后,39 个犹 太人与Josephus及他的朋友躲到一个洞中,39个犹太人决定宁愿死也不要被敌人到,于是决定了 一个自杀方式,41个人排成一个圆圈,由第1个人开始报数,每报数到第3人该人就必须自杀, 然后再由下一个重新报数,直到所有人都自杀身亡为止。 然而Josephus 和他的朋友并不想遵从,Josephus要他的朋友先假装遵从,他将朋友与自己安排 在第16个与第31个位置,于是逃过了这场死亡游戏。