搜索资源列表
猜数字游戏小程序
- 这是一个猜数字的小游戏,当用户输入一个数字开始猜后,程序会根据用户所猜的数字大小和正确答案来比较,然后提示用户数字是猜大了还是小了,让用户继续猜,直到正确.-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
滚球
- 滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。 现用8位二进制数依次从左到右表示八个小洞的状态。 例: 图中的初始状态为 00000101 时,最多滚入3个球时有 从C洞滚入一小球状态为 ————> 00101111 从B洞滚入一小球状态为 ————> 01111011 从
吃数游戏
- 吃数游戏是一个在turboC2环境下编写的小游戏,该游戏要求在宫殿中找出几个数之和是7的数吃掉,并走到7的位置-eat a few games in turboC2 environment prepared by the small games, the games in the palace to identify several hours, and the number is seven eaten, and walked seven locations. .
一个穿钮扣游戏的VC源代码
- 游戏规则 目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成 一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增 加,纽扣数目也增加,当达到70个时游戏即结束。 规则:只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿 线。线可交叉,但有纽扣的点不能交叉连接。 秘诀:要尽可能使连线长且该连线上的纽扣数多。-purpose of the rules of the game : In the game, you will act as
5050309614_05
- 该游戏是一种掷骰子游戏.游戏者有13此机会去掷骰子然后根据骰子的不同排列和数字选择相应的分数.如果类型符合就得分反之不得分.-the game is a play dice games. There are 13 players this opportunity to Dice, according to the dice with the different options and the corresponding number of points. If the type subject
教你如何作弊玩扫雷
- 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的. -recent spell of the mine,
八皇后游戏源码
- 图形界面实现八皇后游戏,皇后数最大为60。-graphical interface to achieve Queen's eight games, the largest number of Queen's 60.
turbo_c
- 数独的规则是: 1. 直行, 横行只能有1~9且不能重复 2. 9个小正方形里也只能有1~9且不能重复. 当使用者输入的资料量过小时, 代表你的程式必须处理大量的运算, 如果不用点聪明的方法(e.g. 只用一个一个试的排列法的话), 程式可能会要执行好几个小时. 数独盘是9x9=81, 要是使用者一开始只给10个数字, 那程式就要解出71格. 如果程式的起始格不好, 那worst case将会是近似(9!*9)= 3265920可能性要试. -indepe
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
slider_puzzle
- 智慧排序遊戲 (Slider Puzzle) 這個遊戲是需要您在遊戲格區內移動圖片磚塊,直到它們停在正確位置為止。(利用數字建取代方向鍵)-Sort game wisdom (Slider Puzzle) is the game requires you to move in the game grid area picture bricks until they stopped in the correct position so far. (Using the arrow keys to r
number
- 猜數字遊戲,在某個範圍之內以二分法的方式去猜所設定的數字-Number guessing game, in a dichotomy within the scope of a way to guess the number of set
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
guess---number
- 一个小的智力游戏,可以通过计算机产生的随机数,然后在限定次数内猜测正确即可!-A small puzzle game, you can generate random numbers by computer, and then a limited number of times you can guess correctly!
design-a-small-number-guessing-game
- C语言编程题(设计一个猜数字的小游戏).-design a small number guessing game
guessnumber
- 智力开发小游戏,猜数字程序,使用c#语言编程,使用方便,简单-Intellectual development of games, number guessing program that uses the c# programming language, easy to use, simple
Guessing-Number
- 一个简单的猜数字游戏,尚未完善,大家可以修改一下玩一玩,其实也差不多了。-The game of "Guessing Number", although it is not perfect ,but it can still meet your need , you can have a good time if you mend it
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
number-guessing
- 猜数字 与标准玩法相同。四个数字之间要用空格隔开。-number guessing
guess-number
- 游戏规则:先点击按钮,让系统出个4位数字随机数,每一位都不重复,然后用户来猜,每猜一次,系统会告知猜的结果XAYB,A表示数字正确,位置也正确;B表示数字正确,位置不正确。例如,系统告知1A2B,表示你猜对3个数字,其中1个数字的位置猜正确,2个数字的位置不正确。直到你猜的结果为4A0B,才表示完全正确。看你最终需要几次能够猜出该4位随机数。一般而言,6次以内猜出的都有运气成分,6~8次猜出的是高智商。加油哦!-Rules of the game: first click on the butt