搜索资源列表
guess.no.
- 一个小游戏 关与数字猜测的 本人特喜欢
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
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
Game
- JAVA简单猜数字小游戏,自动获取不重复四位数,并在命令行输出“游戏开始!请输入第一次所猜数字:” 然后在用户每输入一次猜测后,检验输入是否合法(长度,是否为数字,是否重复等),可使用正则表达式的知识 如不合法,命令行输出:“输入不合法,请重新输入!”,否则根据猜测内容给出比对结果,在命令行显示,如“猜测结果:2A0B。请输入下一次所猜数字:” 若猜测结果为4A0B,则游戏结束,(JAVA simply guessing digital games)