搜索资源列表
guess
- 在手机上看到这个猜数游戏,觉得好玩,就在BCB5里写了一个,由程序随机产生一个数字不同的4位数,猜10次,有猜数记录,好像没得相同开发环境的,上传了试一下。-On the phone to see this guessing game, having fun, in BCB5 to write one, randomly generated by the program, a number of different 4-digit, guess 10 times, a guess the num
caishuzi
- 有一个四位数字,每位上的数字不相同,玩家可以输入一个每位上数字不相同的四位数字来猜, 猜测以多少个A多少个B来提示,A表示数字和位置都正确;B表示数字正确而位置不正确, 玩家有10次机会去猜这个数字,10次指内如果猜对了,给出成功的提示和答案,10次猜完了,给出失败的提示和答案-A four-digit number, not the same number on each, players can enter a different number on each of the four
caisuzi1
- 单击“产生数字”或“开始新游 戏”后软件将随机产生一个无重 复 的4位数,使用者在对应输入框 内输入猜测的一组无重复4位数 ,单击“确认数字后”软件就会根 据这个数字给出几A几B,其中A 前面的数字表示位置正确的数的 个数,而B前的数字表示数字正 确而位置不对的数的个数。 如:正确答案为 5234,而 猜的人猜 5346,则是 1A2B,其 中有一个5的位置对了,记为1A ,而3和4这两个数字对了,而位 置没对,因此记为 2B,合起来
Guess
- 一个简单的猜数游戏,从1-1000之内,猜出系统随机生成的数字。-a simple game,can you guess a number from 1 to 1000 in ten times?
java
- 用户猜0-100内的随机数,应具备以下3个功能。 1。根据输入内容输入提示:太大、太小、或者答对了; 2。输入0能随时退出游戏; 3。 输入非数字时,能处理抛出的异常,并继续游戏。-Users to guess the random number 0-100, shall have the following three features. 1. According to input the input Note: too big, too small, or correct answers
GuessNumber
- 数字猜谜,你输入一个你猜的数字,程序判断,如果你猜中,则提示你猜中来了。否则提示猜大了或猜小了-Digital puzzles, you enter a guess of the numbers, the program to determine, if you guessed, it prompts you to guess here. If prompted to guess the big or small a guess
guess
- 猜大小,有一百个数字,电脑随机产生一个数 ,猜出它的大小-what can you guess
fivenumbersguess
- 使用C++、Java等面向对象语言实现五位数字猜谜游戏,读入将用户输入的数字后与随机抽取的数字比对,并给出判定结果的表示. (2). 电脑会将用户提交的数与它自动产生的数进行比较,结果显示成"*Y*N"。Y代表位置正确数字也正确,N代表数字正确但位置不正确,比如:"3Y1N"表示有3个数字的位置正确且数值也正确,除此以外,还猜对了1个数字,但位置不对。共有9次机会,在9次内,如果结果为“5Y0N”,游戏成功。如果9次里都没有猜对游戏失败。-Use C++, Java and other ob
SunGamer_0.4
- 一个用java编写的猜城市和数字游戏,其中封装了多个类以及菜单和链接数据库等,用于学习与交流-Written by java guess a city and a numbers game, which encapsulates a number of classes and the menus and links to databases for learning and exchange
guess
- 可以猜出自己心里想的数字,在1~100中任意输入-You can guess the thought of their own number, from 1 to 100 arbitrary input
GuessNumber
- 一个猜四位数字游戏,需要VB.NET支持,想玩的话可以试一试。-A four-digit number guessing game. VB.NET should be installed.
Guess
- 猜测数字,电脑与玩家都是100分,猜对得10分,电脑扣十分,错扣十分电脑得10分,最后为0就是输-Guess the number, the computer and the player is 100 points, 10 points for guessing, computer buckle is very, very wrong computer button 10 points, the final output is 0
caoshuzi
- 系统随机生成一个不重复四位数。游戏者有5次猜出目标数的机会,每次游戏者输入后,系统会反馈信息。反馈信息的格式是:mBnA。这表示输入数与目标数有(m+n)个数字相同,有n个数字不仅数字本身相同而且位置也一致。 -The system generates a random number does not repeat four. The player has 5 times the opportunity to guess the target number, each time the pl
srthrst
- 、代码片过长。一个函数代码过长。 2、常量到处是数字,(原则上,每个常量都有明确含义,既然有含义就应该用#define符号化。 3、printf用,scanf也用。输入输出不喜欢用文件,手工敲数据或把测试数据当静态常量数组方式存放在代码里。 4、没有测试函数 5、不知道如何区分C文件。要么一个main搞定。要么刻意给我增加N多C文件。 6、不知道简单的makefile的规则和使用。 7、代码总量小于500行,改改还能应付,超过2000行
guess2
- AS3.0程序 程序会随机生成一个4位数,每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。 如正确答案为 5234,而猜的人猜 5346,则是 1A2B,其中有一个5的位置对了,记为1A,而3和4这两个数字对了,而位置没对,因此记为 2B,合起来就是 1A2B。猜的人再根据出题者的几A几B继续猜,直到猜中(即 4A0B)为止。 -The program will randomly ge
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
caishuyouxi
- 猜数 如果大与所给的数字 提示“大了” 如果小与所给的数字 提示“小了”-Guess the number if and to the digit tips" ." if the small and the numbers indicate that the" small" guess the number if and to the digit tips" ." if the small and the digital tip" small"
guss-number
- 在java中输入一个数字,在0-100之间,然后输入一个数和它比较,给出大还是小的提示,然后继续猜-Enter a number between 0-100, and then enter a number in it, given how big or small tips, and then continue to guess the java
Tcaiishuyouxxh
- 此源代码,是一个简单易懂的小游戏源码,计算机随机产生一个数字,玩家家猜这个数是几,计算机会给出“大一点”或“小一点”的提示 可直接使用。 -The source code is a simple game source code, the computer randomly generated a number, the players home to guess the number is few, the computer will give the " big" or
caixin
- 一个数字小游戏,能猜到你所想的东西,很神奇啊-A number of small game, to guess what you think