搜索资源列表
滚球
- 滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。 现用8位二进制数依次从左到右表示八个小洞的状态。 例: 图中的初始状态为 00000101 时,最多滚入3个球时有 从C洞滚入一小球状态为 ————> 00101111 从B洞滚入一小球状态为 ————> 01111011 从
mine
- 自动为10×10的扫雷游戏布雷,在地图中随机布10个雷-Automatically mine of 10 × 10 games Bray, random distribution in the map 10 Lei
Minesweeper
- dos下的,扫雷小游戏!里面的地雷分布生成!全部是随机的生成,积分牌明晰分数.....内存管理不足-dos, minesweeping game! inside the mines distribution generation! are all random generation scoreboard clarity scores ..... memory management
mj-1.6-src
- unix下的一个带客户端的麻将游戏 带源码-$Header: /home/jcb/newmj/RCS/README,v 11.4 2003/03/15 12:42:44 jcb Rel $ This is the README file for the Unix mah-jong programs by J. C. Bradfield. NOTICES: -------- Please see the file LICENCE for terms and c
bomb
- 模拟扫雷的功能,刚学,做出雷区的分布和周围数字的打印-Simulated mine features, just learning to make the distribution in and around the minefield of digital printing
Sweeping-mine
- 扫雷游戏,游戏分为初级,中级,高级三个等级。生成不同数量的雷随机分布。并且每个点都能计算自己周围8个点中雷的数目来提示玩主。-Mine game, the game is divided into primary, intermediate, advanced three levels. Generate different numbers of mine random distribution. And each point can calculate the number of the nu
Seeking-twin-prime-numbers
- 所谓孪生素数指的是间隔为2的两个相邻素数,因为它们之间的距离已经近的不能再近了,如同孪生兄弟一样,所以将这一对素数称为孪生素数。 显然,最小的一对孪生素数是(1,3)。我们可以写出3〜 100以内的孪生素数,一共有8对,分别是(3,5),(5,7),(11,13),(17,19),(29,31),(41,43),(59,61)和(71,73)。随着数字的增大,孪生素数的分布也越来越稀疏,人工寻找孪生素数变得非常困难。 本题要解决的问题是:编程求出3〜