搜索资源列表
Guess-Number
- Java编写的猜数字游戏。同文曲星中的猜数字游戏。包含图形界面。-prepared by the ringing of Java games. With the star of the game tones. Includes a graphical interface.
2005321114916919
- 图形用户界面的猜数字小游戏 .功能:猜四位数,共有7次机会。-A GUI small game which performs the GUESS NUMBER game. Functions: to guess 4 digits , you hava only seven chances to get through.
number game
- A mall number game,use c. try to guess the number i gave you if you are colever enough ,you will guess quickly
Guess Number 猜数字游戏JAVA源代码
- 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
game
- 猜数字 什么才是经典 你能通关? 很难的优质课啊 游戏 猜数字-What is a classic guess numberclearance can you? Quality is difficult lesson ah guess number Game
GuessNum
- 模拟“文曲星”上的“猜数字”游戏。 电脑随机出0到9四个相不相同的数字,然后玩家猜。 数字和位置都对,标记为A。数字对,但位置不对,标记为B。 如果猜测的结果为,4A0B,即玩家四个数字都猜对,赢得游戏。 玩家一共有八次机会猜测,虽无严格证明,但掌握规律的话,一般八次都可以猜对。 这是一种煅炼玩家逻辑判断力的游戏,很有趣。 -Simulation " Wen Quxing" on the " number guessing"
GuessNumber
- 猜数字游戏 计算机随机产生一个无重复数字的四位数 若所猜的数位置与数字均正确,会显示一个A,若数字对位置不对,会显示一个B.-Number guessing game is a computer randomly generated four-digit number without repetition by the guess that if the number of locations and figures are correct, will show an A, if the
Guess
- 一个猜数字的小游戏,源于以前在电子词典上的猜数字游戏-A guess number game
guess-number
- 一个简单的猜数小游戏!类似文曲星中的猜数游戏-A simple game of guess number!
number-game
- 猜数字游戏,规定一个范围,可以才任意次,没猜对会提示大于或小于你猜的数值。知道你猜对为止,最后会显示你用了多少次猜对的。-Guess Numbers game, set a range, can just any time, didn t guess will be prompted to greater or less than you guess values. Know you guessed right so far, finally will show you how many tim
Guess-Numbers-game
- 猜数字游戏!(C语言程序,包含完整的源代码有详细注释、可执行文件,本人计算机实习期间编写的,) 猜数字游戏:此游戏通常由两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜的人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。例如,正确答案为 8234,而猜的人猜 8349,则出数者提示猜数者猜的结果是 1A2B,其中有一个8的位置对了,记为1A,而3和
guess-number-game
- 一个猜数字游戏代码,利用逻辑表达式的case构造。-A number guessing game code, using the logical expression of the case construction.
guess-number-game
- 面向对象程序设计课程实验,关于一个猜数游戏的源码。-guess number game code.
guess-number-game
- 使用 VC++ 6.0 编写的 控制台版 猜数字 游戏, 比如 要 猜 3589, 第一次玩家输入 1234, 会提示 0A1B, A表示 位置和数值都对,B表示位置不对,但数值对-Prepared using VC++ 6.0 guessing game console version, for example, to guess 3589, the first player input 1234, will prompt 0A1B, A represents the location and
guess-number-game
- 一个猜数字游戏代码,利用逻辑表达式的case构造。-A number guessing game code, using the logical expression of the case construction.
guess-number2
- 这是一个控制台猜数字(猜4位数)的源码,希望能帮到初学者-a guess number game
tdd-workshop-guess-step1
- java guess number game
guess-number-game
- 面向对象程序设计课程实验,关于一个猜数游戏的源码。-guess number game code.
guess-number-game
- 反馈用户猜测的4位数字与待猜值之间的符合程度,输出结果的正误情况。-Feedback the user to guess the four digits and the value of the match between the value of the output of the correct situation.
guess.tar
- guess number game by qt