搜索资源列表
GuessNUM
- 猜数字游戏,vb实现。-viewing games, vb achieve.
guessNum
- 自制 猜数字游戏 mfc程序 记录游戏成绩-Mfc procedures made猜数字game record game results
GUESSNUM
- “猜数字”游戏 C++ DOS程序,源码 含界面与游戏逻辑,自动游戏算法.- 猜数字 game C++ DOS procedures, including source code interface with the game logic, automatic game algorithm.
GuessNum
- 一个比较经典的猜数字游戏,值得收藏,欢迎下载-猜数字a more classic games, worthy of collection, please download
guessnum
- 幾A幾B的猜數字遊戲源碼, 可以使用VC6.0編譯執行。-A few B a few games guess_number the source, you can use the VC6.0 compiler implementation.
GuessNum
- "猜数字"游戏的辅助软件,猜数字游戏大概就是系统随机的产生四位数字,让用户来猜。这里我采用一种筛选算法,不断根据系统的返回提示,来精确答案。被刺只要将系统的返回提示输入到软件中,我的软件会给出下一个该猜测的数字,最终确定答案。-An assistance software for the game"guess number",which used to be a hot game on the "文曲星".I used a sift algorithm to find the answer.Yo
GuessNum
- 模拟“文曲星”上的“猜数字”游戏。 电脑随机出0到9四个相不相同的数字,然后玩家猜。 数字和位置都对,标记为A。数字对,但位置不对,标记为B。 如果猜测的结果为,4A0B,即玩家四个数字都猜对,赢得游戏。 玩家一共有八次机会猜测,虽无严格证明,但掌握规律的话,一般八次都可以猜对。 这是一种煅炼玩家逻辑判断力的游戏,很有趣。 -Simulation " Wen Quxing" on the " number guessing"
guessNum
- 猜数字游戏C语言代码 a,一个四位数,各位上的数字不重复,从1到9。 b,按以下提示猜出这个四位数。 c,每次猜测输入的数据给出类似的提示*A*B。 d,其中A前的*代表你本次猜对了多少个数字。 e,其中B前的*代表你本次猜对的数字并且位置正确的个数。 -Guessing game C language code a, a four-digit, you do not repeat the figures, from 1 to 9. b, the following
Guess
- MFC环境下的猜数小游戏,特奉上,请大虾门侃侃 -GuessNUM in MFC
GUESSNUM.ZIP
- 一个猜数字的小游戏。。文曲星上有的那种。-A small number guessing game. . Wenquxing on some kind.
guessNum
- 本人做的猜数字游戏~根据逻辑推理,找出计算机给出的四个数字~-I do the guessing game- based on logical reasoning, given in four digits to identify the computer ~
GuessNum
- 猜数游戏,自动生成随机数,如果所猜数比随机数打则显示红色,如果小则显示蓝色,直至才对位置-Guess several games, automatically generating random Numbers, if have guess number that have hit than random number red, if small can indicate the blue, until to position
guessnum
- 简单的猜数字游戏,玩家随意输入数字,系统判断猜对没有,每一次有三次机会,都没猜中就输-game of guessing
GuessNum
- 猜四位数(不重复),10次机会。每猜一次会有相应提示(XAXB)。A表示数大小顺序都正确。-Guess a four-digit (repeat), 10 chances. Each guess time there will be a corresponding prompt (XAXB). A represents the correct number order.
GuessNum
- 猜数游戏,自动生成随机数,如果所猜数比随机数打则显示红色,如果小则显示蓝色,直至才对位置-Guess several games, automatically generating random Numbers, if have guess number that have hit than random number red, if small can indicate the blue, until to position
GuessNum
- 使用qt做的猜数字的小游戏,适合qt初学者学习。-Use qt do little guessing game for beginners to learn qt.