搜索资源列表
caishuzi
- 一个猜数字的小游戏,很有意思的,里面涉及到了一个二分查找的思想,这样就可以用最小的次数查找到值。-a method of 2 divide looking for
caishuzi
- c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。 -c language to number guessing game, the rules of the game is relatively simple, general two people
caishuzi
- 用C语言编写了一个4随机数位数的猜测可以提示猜对个数和位置-Using C language to write a 4 random digital number guess can be prompted to guess the number and positions
caishuzi
- 随机生成4位数,你要在有限的步数内猜出。 用法:输入4位数字后按’ok’键,可看到当前结果。 按answer键查看正确答案 按reset键重新开始-Randomly generated 4-digit, you have to guess within a finite number of steps. Usage: Enter the 4 digit number and click ' ok' button, you can see the current r
caishuzi
- C#应用程序开发猜数字。。。C#应用程序开发猜数字-Caishuozi C# application development. . . . . . . . . . . . . . . . . . . . . . . .
caishuzi
- 自己做的猜数字游戏,还没有完善。希望多多指教-Do their own guessing game, there is no improvement. Hope that the exhibitions
caishuzi
- 自己做的猜数字游戏,随机产生1-100数字,猜完告诉猜大了,还是猜小了,10次猜不对失败-Do their own guessing game, randomly generated 1-100 numbers, guess Ends told guess big, guess or small, guess not fail 10 times
caishuzi
- 系统生成随机数,游戏者猜,系统根据游戏者的输入提示大了或者小了,游戏者根据提示继续猜。-The system generates a random number, the player guess, the system according to the player' s input prompts big or small, according to prompt the player to continue to guess.
caishuzi
- 猜数 使用java语言设计 随机1到100的数字 让用户进行猜数(Guessing number, using java language to design random numbers from 1 to 100, let users guess.)