搜索资源列表
CaiShuZi
- 文曲星上的猜数字游戏在vb上实现。 四个不同的数字,最多猜8次。n个数字对位置也对,m个数字对但位置不对,则显示结果为nAmB。
caishuzi
- 一个用vc编写的猜数字游戏,简单易用,与文曲新中的那个一样,只是这个是用vc写的罢了-vc prepared with a viewing of the game, simple to use, with the venturi that the new, but it is just a write vc
caishuzi
- 一个简单的猜数字游戏的源代码,猜出一个4位数,会显示正确位置的数量与数字正确的数量-A simple number guessing game source code, to guess a four digit number will show the correct location of the correct number and number
VC_caishuzi
- 猜数字 自己没事写的简单的猜数字小游戏!附上源码-Writing Caishuzi own nothing Caishuzi simple game!
caishuzi
- 猜四位整数游戏。由程序产生一个四位随机整数,其中没有重复的数字,由用户猜出这个四位整数。根据用户每次输入的四位整数,判断出猜出的相同数字的个数和相同位置的个数,直到猜对。-Guessing game four integer. By the procedures of a random integer 4, which did not repeat the figures, by the user to guess the four integers. Based on user input f
Caishuzi
- C语言编写的猜数字游戏,10次机会猜4个数字,然后系统提示正确的个数和位置,直到10次机会用完或才正确。-C language of the guessing games, 10 chances to guess 4 numbers, then the system prompts the correct number and location of the opportunity to run out until 10 or just right.
caishuzi
- 一款控制台小游戏,很好玩,益智而且很有趣。-A console game, a lot of fun, educational but also fun
caishuzi
- 可以实现最基本的猜数字,练手用的MATLAB编程小程序-Can achieve numberguess function
caishuzi
- C+语言猜数字源码,方便大家学习,请大家批评指正.-C+ language guessing Source
caishuzi
- 猜数字,系统给你东西,你猜,知道你才到为止。-Guessing, the system gives you something, you guessed it, knowing you only to the date.
caishuzi
- 一款猜数字的小游戏,用c#语言编写,很简单的-A number guessing game, written in c# language is very simple
caishuzi
- 根据随机产生的四位数进行数字的猜测,玩家可以根据提示获得最后的胜利-According to random four-digit Numbers of speculation, players can according to the prompt to obtain the final victory
caishuzi
- 猜数字的小游戏,以前编着玩的,初学者可以当练习.-Guessing game, previously compiled play, beginners can be a practice.
caishuzi
- 猜数字(又称 Bulls and Cows )是一种大概于20世纪中期兴起于英国的益智类小游戏。一般由两个人玩,也可以由一个人和电脑玩,在纸上、在网上都可以玩。这种游戏规则简单,但可以考验人的严谨和耐心。-Guess number
caishuzi
- 猜数字:由计算机随机产生一个1~10000以内的数字,用户根据提示猜出该数字,功能要求如下: (1)游戏结束条件:1)在规定时间内正确猜出该数字;2)规定用时耗完。 (2)游戏提示:根据用户的输入与所产生数字的大小关系给出正确提示,例如,随机产生数为5000,若用户输入6000,则提示“高了”,若用户输入4000,则提示“低了”。 (3)游戏结果显示:1)若用户在规定时间内正确猜出数字,则显示“恭喜!正确猜出数字***。”;2)若到达规定时间但并未猜出,则显示“很遗憾,未能在规定时