搜索资源列表
guessnumber_c
- 用C语言编写的小游戏——猜数字。 游戏随机给出一个0至99(包括0和99)之间的数字,然后让你猜是什么数字。你可以随便猜一个数字,游戏会提示太大还是太小,从而缩小结果范围。经过几次猜测与提示后,最终推出答案-C language prepared by the small game -- ringing. Random game is a 0-99 (including 0 and 99) between the figures and then let you guess what the
GuessNumeral
- 猜数字游戏 * 游戏规则:系统随机从0-100中选择一个整数, 要求你输入0-100的数字来猜测,系统所选定的数字 当猜测的数字太大了,就会有 \"大太多了,继续努力!\" * \"有点太大了.\" \"有点接近了,不过还是大了点\" \"好紧张啊,大了一点点,快要中了!\" 四个等级的提示.同样如果你猜测的太小了,也会有 * \"小太多了,怎么可能就那么小?\" \"有点太小了.\" \"有点接近了,不过还是小了点\" \"好紧张啊,小了一点点,快要中了!\" 四个等级的提示
guess.no.
- 一个小游戏 关与数字猜测的 本人特喜欢
guessfig
- 一个猜数字的游戏。游戏随机给出一个0至99(包括0和99)之间的数字,然后让你猜是什么数字。你可以随便猜一个数字,游戏会提示太大还是太小,从而缩小结果范围。经过几次猜测与提示后,最终推出答案。-a viewing of the game. The game is a random 0-99 (including 0 and 99) between the figures and then let you guess what the number is. You can easily guess
game
- java 竞猜数字小游戏, 在0-100中猜测正确数字,成功显示图片-java number guessing game, guessing the correct numbers in the 0-100 in the successful display pictures
GuessNumber
- 实现了一个猜数字的小游戏。根据你输入的数据与真实数据的比对给出不同的提示信息,进而引导你猜测电脑中的真实数据,总共四次机会。很好玩的一个小游戏。-Implements a small number guessing game. Based on your input data and real data, given a different prompt than the right information, and then lead you to guess the computer in
guess
- 用C++编写的逻辑猜数的小游戏,系统随机生成四个数字,让玩家猜测,根据玩家的输入给出提示,玩家根据提示修改自己的答案,从而得到正确的结果。-Written using C++ logical guessing game, the system randomly generates four numbers, allowing the player guess, according to the player' s input is given prompt, players modify
MobileGuess
- MobileGuess Android手机上的猜数字小游戏源码,部分代码注释: public abstract int getGuessTimeLeft() //返回剩余猜测次数 public abstract String getNewNumber() //返回待猜数字 public abstract int getGuessTime() //返回可猜测总次数 public abstract int getGuessedTime() //返回已猜测次
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.
Project_1
- 猜数字的小游戏:随机产生一个数字,使用者进行猜测,程序显示大于或小于。 用于飞思卡尔单片机-Guess the number of small game: random generation a number, the user guess, program display greater than or less than. Used for freescale microcontroller
cSharpcaishuziyouxi
- 猜数字游戏 随机给出一个0~99(包括0和99)的数字,然后让你猜是什么数字。你可以随便猜一个数字,游戏会提示太大还是太小,从而缩小结果范围。经过几次猜测与提示后,最终退出答案。在游戏过程中,记录你最终猜对时所需要的次数。 游戏结束后公布结果。见下 次数 结果 1 你太有才了! 2~6 这么快就猜出来了,很聪明么! 大于7 猜了半天才猜出来,小同志,尚需努力啊! 猜测次数最多20次。 -1. Guessing game Random number given
SimpleDotCom
- 一款简单的java单机小游戏。通过命令行猜测连续的3个数字在7位连续数组中的位置。很适用于java初学者-a simple java game
NumGuessing
- 一个猜数字大小的小游戏程序,随机生成一个随机数字,通过输入数字进行猜测。输入之后会提示猜大了还是猜小了-number guessing game
guess_num_game
- 猜数字小游戏,随机数字猜数字,选择数字区间,猜测随机生成的数字,记录猜测的次数-guess number game
猜数游戏
- 猜数游戏 通过获取随机数 猜测数字大小 你输入的数字大于随机数则变成红色,小宇随机数变成蓝色,等于随机数,弹出你真棒(Guessing game, by obtaining random numbers, guess the size of numbers, you enter the number is greater than the random number becomes red, small random number into blue, equal to random numbe
Game
- JAVA简单猜数字小游戏,自动获取不重复四位数,并在命令行输出“游戏开始!请输入第一次所猜数字:” 然后在用户每输入一次猜测后,检验输入是否合法(长度,是否为数字,是否重复等),可使用正则表达式的知识 如不合法,命令行输出:“输入不合法,请重新输入!”,否则根据猜测内容给出比对结果,在命令行显示,如“猜测结果:2A0B。请输入下一次所猜数字:” 若猜测结果为4A0B,则游戏结束,(JAVA simply guessing digital games)
猜字
- 通过在1-10000中随机选取一个整数,让玩家猜测。猜测中会提示玩家,所猜的数字偏大或偏小。(By selecting an integer randomly in 1-10000, let the player guess. In guessing, the player will be prompted. The number of guesses is larger or smaller.)
新建 好压 ZIP 压缩文件
- 在规定的范围内,随机选中一个数字,你进行猜测(In the specified range, a random number is selected and you make a guess.)
test
- part1 (1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。 (2)可以在文本区中写文本。 (3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。 (4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。 part2 (1)窗体的标题是“猜数字小游戏”。 (2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))