搜索资源列表
看看我的怎么样
- 输入一个四位数,共八次机会,A代表数字和位置均正确,B代表数字正确,但位置不正确.比如:A2B1代表三个数字正确,两个位置也正确-input a four-digit, a total of eight opportunities, A representative of the number and location are correct, B representative figure to be right, but not the correct position. For examp
rotnum
- 类似于8数码的一个转数字的游戏,支持计算机求解,把所有数据转成1至9成功,游戏来源于nokia 8210-similar to a digital switch-digit games, computer support solution all data transferred from one to nine successful games from nokia 8210
Csj
- C编写,进行等级选择之后,开始游戏。 你有5次机会,每次输入一个1到40之间的数,红色矩形底部便会有一个*从你输入数字的坐标处向上射出。若命中上面的人头,变响铃。最后给出命中次数,用时,得分,最高分。功能5是随机演示。-C, the choice for grading after the game began. You have five chances, each entry a 1-40 among the few, Red rectangular bottom will be an
dsfsfasdf猜数字
- 这是一个c#语言编写的猜数字游戏,他能智能提示用户输入数的大小,类似幸运52一样-This is a digit guessing small game written in c#, smart reminder of user-input s digit, similiar with lucky 52
guess-game
- 猜数字可以算是一种益智类小游戏,一般两个人玩,也可以由一个人和电脑玩,可以在纸上、在网上都可以玩。这种游戏规则简单,但可以考验人的严谨和耐心。 这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。 -Numberguess can be regarded as a pu
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
24Points
- 四 张 牌 算 24 点 、4 个 数 字 算 出 24-4 cards count 24 points,4 digit figure out 24
Calculation-of-the-24-games
- 计算24游戏,最终要求是输入四个一位数,通过加减乘除,允许加入括号,计算出24,显示计算过程,并提示成功信息。可以首先完成输入三个一位数,只通过加减,计算出12;再完成通过加减乘除,再完成可以加入括号-Calculation of the 24 games, the final requirement to enter the four-digit, by addition, subtraction, multiplication and division, allowed to join th
guess
- 电脑在0-9这10个数字中,任意不重复选择4个排列成四位数,然后让玩家猜-0-9 computers in the 10 figures, arbitrary selection of non-repetition 4 arranged in the four-digit, and then let players guess
Three_digit_puzzel
- We are given two 3-digit numbers called S (start) and G (goal), and also a set of 3-digit numbers called forbidden. To solve the puzzle, we want to get from S to G in the fewest possible moves. A move consists of transforming a number into anothe
caishuzi
- 用MATLAB编写的一个猜数字游戏 就是随机生成4位数,你要在有限的步数内猜出。 用法:输入4位数字后按’ok’键,可看到当前结果。 按answer键查看正确答案 按reset键重新开始 还有很多不成熟的地方,发上来想和大家一起商量商量 主要问题: 1、步数限制功能没有完成 2、应当在显示区保留显示以前的所有步骤,但目前只能显示当前步骤 3、按键次数没有保留,无法判断你已经猜了几次 一个小bug:若输入3位数,则会自动把第一位置0 -MA
digit2text_english
- converter for digit number this program get your num and convert this to text :D
guess_number
- “猜数字”游戏。作 者: AndrewCC。猜四位数字,数字由系统随机给出,没猜一次输出一次结果。-" 猜数字" game. Author: AndrewCC. Guess four-digit figures by the system were given no time to guess the outcome of the first output.
Perceptron_network
- Basic neural network example - a set of perceptrons which analyze and interpret digit pictures (from text file) added training methods and inputs to test-Basic neural network example- a set of perceptrons which analyze and interpret digit pictur
gane
- 系统会随机产生1个各位互相不相同的4位数,然后你有 10 次机会去猜, 每一次猜测后系统会自动的给出提示----离答案的差距. -Will be randomly generated each one that is not the same 4-digit, and then you have the opportunity to em guessing 10 times, each time the system will automatically guess the answer fr
guessnum_
- 这是一个数字游戏。请输入一个各位数字不同的四位数根据提示猜出系统指定的数字。-This is a numbers game. Please enter a different four-digit number you are prompted to guess the system according to the specified number.
guessnumber
- 系统随机产生一个四位数(1000-9999),玩家需要输入一个四位数,通过获知几个数字大小、位数相同,几个数字只大小相当,(?A?B形式)来猜测这个四位数。只有十次机会哦!-The system randomly generates a four-digit number (1000-9999), players need to enter a four-digit, through informed of the size of a few figures, the median the sa
number
- 猜数字游戏 对你的四位数字进行猜测 非常简单的一个菜数字游戏-Number guessing game for your four-digit-guess a very simple dish a numbers game
GuessNumber
- 猜数字游戏 计算机随机产生一个无重复数字的四位数 若所猜的数位置与数字均正确,会显示一个A,若数字对位置不对,会显示一个B.-Number guessing game is a computer randomly generated four-digit number without repetition by the guess that if the number of locations and figures are correct, will show an A, if the
guessNum
- 猜数字游戏C语言代码 a,一个四位数,各位上的数字不重复,从1到9。 b,按以下提示猜出这个四位数。 c,每次猜测输入的数据给出类似的提示*A*B。 d,其中A前的*代表你本次猜对了多少个数字。 e,其中B前的*代表你本次猜对的数字并且位置正确的个数。 -Guessing game C language code a, a four-digit, you do not repeat the figures, from 1 to 9. b, the following