搜索资源列表
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.
guess-game
- 猜数字可以算是一种益智类小游戏,一般两个人玩,也可以由一个人和电脑玩,可以在纸上、在网上都可以玩。这种游戏规则简单,但可以考验人的严谨和耐心。 这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。 -Numberguess can be regarded as a pu
number
- 猜數字遊戲,在某個範圍之內以二分法的方式去猜所設定的數字-Number guessing game, in a dichotomy within the scope of a way to guess the number of set
J2C_Final
- An implementation of the guess my number game. Using classes.
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
- 猜数游戏。计算机选择一个四位数,由游戏者来猜这个数,游戏者在终端不停输入四位数,每输入一次,计算机都指出该数猜对几位数字及有几位正确的数字的位置也正确,直到游戏者全部猜正确为止,计算机输出游戏者所猜的次数。编程序,实现该游戏。-Guessing game. Computer to select a four-digit, from the player to guess the number of players constantly in the terminal input four-dig
guess
- 简单猜数字小游戏,C++实现,有三次机会。有兴趣可以-Simple number guessing game, C++ implementation, have three chances. Interested can look at
My_guess
- c语言猜数字的游戏改编,全由个人创作,交互界面还不够完善。-reprogram the game of guess number with vc.
guess---number
- 一个小的智力游戏,可以通过计算机产生的随机数,然后在限定次数内猜测正确即可!-A small puzzle game, you can generate random numbers by computer, and then a limited number of times you can guess correctly!
number-guess
- 一个用来猜数字的小游戏,就是nAnB的种。-a little game
Guess
- 一个猜数字的小游戏,源于以前在电子词典上的猜数字游戏-A guess number game
guessNumber
- 一个C语言实现的猜数字小游戏。对于每次的猜测结果,电脑会给出mAnB形式的判断,重复猜测,直至猜中。程序还实现了一点作弊的小功能。-A guess number game written by C. For each guess, program will return a result as "mAnB", repeat guess until get the right answer.
guessNumber_win
- 一个以C语言及windows API实现的猜数字小游戏,包含程序界面。对于每次的猜测结果,电脑会给出mAnB形式的判断,重复猜测,直至猜中。-A guess number game written by C and windows API, contain a windows GUI. For each guess, program will return a result as "mAnB", repeat guess until get the right answer.
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
guessing-number-game
- 利用随机函数产生一个在1到9之间的数字,然后通过用户输入数字猜产生的那个数,统计输的次数-Using random function generates a number between 1-9 and then guess generated by the user enter numbers that count, the number of statistical output
guess-number
- 游戏规则:先点击按钮,让系统出个4位数字随机数,每一位都不重复,然后用户来猜,每猜一次,系统会告知猜的结果XAYB,A表示数字正确,位置也正确;B表示数字正确,位置不正确。例如,系统告知1A2B,表示你猜对3个数字,其中1个数字的位置猜正确,2个数字的位置不正确。直到你猜的结果为4A0B,才表示完全正确。看你最终需要几次能够猜出该4位随机数。一般而言,6次以内猜出的都有运气成分,6~8次猜出的是高智商。加油哦!-Rules of the game: first click on the butt
GuessNumber
- 这是一个简单的猜数字的小游戏,适合刚接触编程的同学学习-guess number game
guess_num_game
- 猜数字小游戏,随机数字猜数字,选择数字区间,猜测随机生成的数字,记录猜测的次数-guess number game
guess-number2
- 这是一个控制台猜数字(猜4位数)的源码,希望能帮到初学者-a guess number game