搜索资源列表
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.
- 一个小游戏 关与数字猜测的 本人特喜欢
kechengsheji
- 本次课程设计主要是做一个猜数字游戏,要求随机提供序列类型,并且可以按要求提供该序列的前n项,要求猜测第n+1项。这样的n可以作为游戏的难度,n越小,则难度越大;n越小,难度越小。本猜字游戏的难度分为3个级别: 1、简单 2、中等 3、困难
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
fig5-8
- 猜数字 计算机要求第一个人输入一个数字,数字输入后清屏;然后另一个人来猜这个数字,每猜测一次,计算机都提示是“太大了”还是“太小了”,或者是“答对了”。猜对之后,猜过的数字的数目会显示在屏幕上,并询问时候要开始下一次游戏。-Requirements of the first personal computer猜数字a digital input, digital input-ching screen and then another person to guess the figure,
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
CaiShu
- 猜数字游戏。随机产生一个数字,然后再猜测过程中告诉你是猜大还是猜小了-Number guessing game. Generate a random number, and then guess the process is suppose to tell you guess big or small
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
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.)