搜索资源列表
PinTwo
- 拼图游戏,可以载入的BMP图档,设定好分割数,然后再按乱数排列,之后就可以开始游戏,游戏用键盘的上下左右键控制-pieces of the jigsaw may be included in the BMP image files, set a few good segmentation, and then click the random number with, and then start the game, the game of the keyboard keys to control
dsfds
- 程序产生一个随机数,游戏者输入数据进行猜测。管理员可输入密码, 其中普通管理员只能获得答案,超级管理员获得答案并能修改普通管理员密码-procedures a random number, players input data guess. Administrators can import password, which can only be general manager answers Super administrator answers and general managers
lingo-random
- director中产生随机数并跳转到相应标签处的问题-director generated random number and jump to the appropriate tab at the problem
guess---number
- 一个小的智力游戏,可以通过计算机产生的随机数,然后在限定次数内猜测正确即可!-A small puzzle game, you can generate random numbers by computer, and then a limited number of times you can guess correctly!
nim-game
- nim小游戏 可在dos系统下与计算机玩游戏 让计算机和人较量.在10到100之间生成一个随机数作为初始的石子数目.然后,随机产生0或1,以决定是计算机先玩还是人先玩.然后,再随机产生0或1,以决定计算机采用"聪明"还是"愚蠢"模式.在愚蠢模式中,在轮到计算机时,简单地取走随机数目(介于1到n/2之间)的石子 在聪明模式中,计算机每次取走一定数目的石子,使得剩下的石子数目是2的某次幂减1,例如3,7,15,31,63.这总是可行的,除非当前的石子数正好是2的某次幂减1.在这种情况下,计算机取
Project12_1
- 随机出现随机数字,J2me的。新手可以看看,高手绕道。-Random random number, J2me' s. Novice can see, master bypass.
random
- 一个小游戏,至色子,利用的随机函数rand()-a simiple game,produce a ramdom number by ramdom function ,you can oppoint the max number
caicaikan
- 系统产生随机数,输入猜测后给出答案,根据答案继续猜测知道正确结果为止 计算时间和次数-The system generates a random number, after the input guess answers, answer continued guessing know computing time and number of times until the correct result
24
- 24点游戏: 基本要求及步骤: 1) 随机产生四个1-13的数,分别代表13张牌。 2) 提示玩家输入算式。 3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到1)。 4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明不能,并回到1)。 5) 当用户正确输入算式后,用“堆栈来求表达式的值”的原理 求出结果并判断是否为24,
cSharpcaishuziyouxi
- 猜数字游戏 随机给出一个0~99(包括0和99)的数字,然后让你猜是什么数字。你可以随便猜一个数字,游戏会提示太大还是太小,从而缩小结果范围。经过几次猜测与提示后,最终退出答案。在游戏过程中,记录你最终猜对时所需要的次数。 游戏结束后公布结果。见下 次数 结果 1 你太有才了! 2~6 这么快就猜出来了,很聪明么! 大于7 猜了半天才猜出来,小同志,尚需努力啊! 猜测次数最多20次。 -1. Guessing game Random number given
Duobianxing
- 能实现幼儿多边形面积周长计算,随机出题,并可以产看做题记录和分数-Can realize children polygon area perimeter calculation, random number, and can be produced as a record and score
GAME
- 程序产生一个随机数,游戏者输入数据进行猜测。治理员可输入密码,其中普通治理员只能获得答案,超级治理员获得答案并能修改普通治理员密码-Program generates a random number, the player to guess the input data. Administrator can enter a password, which the general administrator can only get answers, get answers and super a
Frame1
- 电脑随机产生一个1000以内的随机数给用户猜,猜大了会提示你猜大了,猜小了也会有提示。-Computer randomly generates a random number less than 1000 to the user guess, guess will prompt you to guess a big big, small guess there will be prompt.
Random-number-guessing-game
- 程序会随机产生一个四位数,然后玩家有10次机会去猜这个数,每猜一次程序会显示出玩家在这次猜数中有几个是对的。-Program randomly generates a four-digit, then the player has 10 chances to guess this number, each time the program will show a guess at this guess the number of players, there are several right.
guessing-number-game
- 利用随机函数产生一个在1到9之间的数字,然后通过用户输入数字猜产生的那个数,统计输的次数-Using random function generates a number between 1-9 and then guess generated by the user enter numbers that count, the number of statistical output
GUESS_NU
- 用C编写的一个小游戏,程序会产生一个随机数,然后你自己猜,会提示大了或者小了,直至才对,最后会评价是否优秀。-Written in C, a small game, the program will generate a random number, then your guess it,and the game will prompt you,it is bigger or smaller, until the fishes, the final will evaluate whether o
guess-number
- 游戏规则:先点击按钮,让系统出个4位数字随机数,每一位都不重复,然后用户来猜,每猜一次,系统会告知猜的结果XAYB,A表示数字正确,位置也正确;B表示数字正确,位置不正确。例如,系统告知1A2B,表示你猜对3个数字,其中1个数字的位置猜正确,2个数字的位置不正确。直到你猜的结果为4A0B,才表示完全正确。看你最终需要几次能够猜出该4位随机数。一般而言,6次以内猜出的都有运气成分,6~8次猜出的是高智商。加油哦!-Rules of the game: first click on the butt
domino
- 用java编写的多米诺骨牌小游戏,可以实现多米诺骨牌随机骨牌数量和随机骨牌位置,点击开始,便有多米诺骨牌倒下去的效果-Written in java domino game, you can achieve a domino random number and random domino domino location, click start, go down there will be a domino effect
GuessNumberGame
- 猜数字游戏,功能介绍:计算机产生一个随机数,猜中即胜,猜不中提示大了或者小了,继续猜,直到猜中为止。-Guess Numbers game, the function is introduced: the computer generate a random number, guess which wins, guess miss prompt big or small, continue to guess, until a guess.
caishuzi
- 猜数字:由计算机随机产生一个1~10000以内的数字,用户根据提示猜出该数字,功能要求如下: (1)游戏结束条件:1)在规定时间内正确猜出该数字;2)规定用时耗完。 (2)游戏提示:根据用户的输入与所产生数字的大小关系给出正确提示,例如,随机产生数为5000,若用户输入6000,则提示“高了”,若用户输入4000,则提示“低了”。 (3)游戏结果显示:1)若用户在规定时间内正确猜出数字,则显示“恭喜!正确猜出数字***。”;2)若到达规定时间但并未猜出,则显示“很遗憾,未能在规定时