搜索资源列表
猜数字游戏小程序
- 这是一个猜数字的小游戏,当用户输入一个数字开始猜后,程序会根据用户所猜的数字大小和正确答案来比较,然后提示用户数字是猜大了还是小了,让用户继续猜,直到正确.-This is a small viewing of the game, when a user input figures began to guess, the procedures under which users guess the number and size compared to the correct answer, a
guessnumber
- 智力开发小游戏,猜数字程序,使用c#语言编程,使用方便,简单-Intellectual development of games, number guessing program that uses the c# programming language, easy to use, simple
caishuzi
- 可以实现最基本的猜数字,练手用的MATLAB编程小程序-Can achieve numberguess function
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.