资源列表
Sudoku
- 数独问题,利用函数递归调用产生每行每列都不同的所有5乘5矩阵,代码精炼,时间短-Sudoku problems, the use of recursive function calls generated for each row of each column is different for all 5 by 5 matrix, code refining, time is short
Flyffmath
- 心算小游戏,个人处女作,运用一些简单空间,练习之用-a small game,you can practise some easy math problem
game
- *1、编写一个猜数字的游戏,由电脑随机产生一个100以内的整数,让用户去猜,如果用户猜的比电脑大,则输出“大了,再小点!”,反之则输出“小了,再大点!”,用户总共只能猜十次,并根据用户正确猜出答案所用的次数输出相应的信息,如:只用一次就猜对,输出“你是个天才!”,八次才猜对,输出“笨死了!”,如果十次还没有猜对,则游戏结束!*/ -games
sudoku
- 递归方法可解决数独问题,在宏常量定义处更改N值可解决高阶数独-A program to solve sudoku
huanbi
- 将5元的人民币兑换成1元、5角和1角的硬币,共有多少种不同的兑换方法。 -Will be 5 yuan RMB converted into 1 yuan, 5 angle and 1 angle coins, a total of how many different exchange methods.
boring-game
- 这是一个无聊的游戏,给小孩子玩玩的,算是益智的-A boring game
cSharpcaishuziyouxi
- 猜数字游戏 随机给出一个0~99(包括0和99)的数字,然后让你猜是什么数字。你可以随便猜一个数字,游戏会提示太大还是太小,从而缩小结果范围。经过几次猜测与提示后,最终退出答案。在游戏过程中,记录你最终猜对时所需要的次数。 游戏结束后公布结果。见下 次数 结果 1 你太有才了! 2~6 这么快就猜出来了,很聪明么! 大于7 猜了半天才猜出来,小同志,尚需努力啊! 猜测次数最多20次。 -1. Guessing game Random number given
skode
- 自己用c++编写的计算数独的程序。使用枚举法,深度优先搜索得出结果。不能判断是否有多解。适合初级程序员参考。-Their written using c++ calculate the number of separate procedures. Enumeration method used, the outcome of depth-first search. Can not determine whether the multiple solutions. Junior programme
caizixiaoyouxichengxu
- 这是一款小游戏程序,是猜字游戏哦,希望大家来-It is a small game
Color--three-color-Tower-of-Hanoi
- 双色河内塔与三色河内塔是由之前所介绍过的河内塔规则衍生而来,双色河内塔是将原有的一个大盘子分成两个带有颜色的盘子,然后将两种颜色的盘子分开,并最终形成两个河内塔-Color Tower of Hanoi Tower of Hanoi with three-color introduced by the previously derived rules of Hanoi Tower, Tower of Hanoi is the original color of a platter is divi
dice
- 模拟双骰子游戏,无需手动输入,调试过了,能计算玩家输赢!-Simulate two dice game, no need manual input, debugging, and calculate the player win!
minesweeper
- A simple minesweeper game