搜索资源列表
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的数字来猜测,系统所选定的数字 当猜测的数字太大了,就会有 \"大太多了,继续努力!\" * \"有点太大了.\" \"有点接近了,不过还是大了点\" \"好紧张啊,大了一点点,快要中了!\" 四个等级的提示.同样如果你猜测的太小了,也会有 * \"小太多了,怎么可能就那么小?\" \"有点太小了.\" \"有点接近了,不过还是小了点\" \"好紧张啊,小了一点点,快要中了!\" 四个等级的提示
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
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
guessnumber
- 一款经典游戏:猜数,电脑随机产生一个0-100内的数字,但不显示,玩家猜测这个数字是多少,每一次猜测电脑会给出玩家所猜的与实际的数值大或者小,玩家猜中后电脑根据玩家猜测次数评定成绩-A classic game: guess the number, the computer randomly generated within a 0-100 number, but does not show the game player, guess the number is, every time the
c1
- 用C语言编写一个“猜数字游戏”的程序,由程序产生一个随机的二位数,用户有10次机会可以猜这个数是多少,每次猜测程序都给出比较结果(大了还是小了),若3次以内猜出为“太棒了!”,若5次内猜出为“非常好”,若8次内猜出为“很好”,若10次内猜出为“不错”,否则为“失败”。 程序的功能: 1. 产生一个随机的二位数。 2. 比较每次猜的数字与随机数的关系。 3. 判断最终成绩。 4. 程序能循环执行。 对编制程序的要求: 1. 定义一个数组来记录每次猜的数字。 2. 利
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.
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
Test7
- 猜数字游戏 使用图形用户界面编写一个猜数字游戏程序,程序随机生成一个100以内的整数,用户从键盘输入猜测的数,程序提示猜的数比生成的数大还是小,直到猜对为止。请自己设置图形用户界面的布局。 -Guess digital games Using a graphical user interface written a number guessing game program, program randomly generated a within 100 intege
guess_num_game
- 猜数字小游戏,随机数字猜数字,选择数字区间,猜测随机生成的数字,记录猜测的次数-guess number game
猜字
- 通过在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.)