CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 多少

搜索资源列表

  1. guessnumber

    0下载:
  2. 一款经典游戏:猜数,电脑随机产生一个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
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:950
    • 提供者:郝文君
  1. 8-queens-game

    0下载:
  2. 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是一次成功的摆法。
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:130917
    • 提供者:jim
  1. C-assessment

    0下载:
  2. 抛射投掷物集中目标得分 分别为5,10,20 一共3次机会 看最后得多少分-project a object to score
  3. 所属分类:Shot Game

    • 发布日期:2017-05-11
    • 文件大小:2482241
    • 提供者:
  1. Eight_Queens

    0下载:
  2. 八皇后问题 C++版本 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight Queens
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:1081
    • 提供者:
  1. c1

    0下载:
  2. 用C语言编写一个“猜数字游戏”的程序,由程序产生一个随机的二位数,用户有10次机会可以猜这个数是多少,每次猜测程序都给出比较结果(大了还是小了),若3次以内猜出为“太棒了!”,若5次内猜出为“非常好”,若8次内猜出为“很好”,若10次内猜出为“不错”,否则为“失败”。 程序的功能: 1. 产生一个随机的二位数。 2. 比较每次猜的数字与随机数的关系。 3. 判断最终成绩。 4. 程序能循环执行。 对编制程序的要求: 1. 定义一个数组来记录每次猜的数字。 2. 利
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:张强
  1. zid

    0下载:
  2. 可以设置剩余多少秒自动关机的软件源码。非常轻巧。-You can set the remainder of the number of seconds before automatic shutdown software source code. Very lightweight.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-04
    • 文件大小:1170
    • 提供者:1659216592
  1. QQ-shenqi

    0下载:
  2. 自动申请QQ 不用你费心 完全免费的 申请多少要靠自己-Do not automatically apply QQ you how much to rely on their own to bother completely free application ...
  3. 所属分类:Other Games

    • 发布日期:2017-11-25
    • 文件大小:1542305
    • 提供者:wys
  1. guessNumber

    0下载:
  2. 该小游戏主要是自己选择一个数字的位数n,然后系统随机产生一个n位数字,游戏者开始猜,每次猜数字会提示猜对多少个数字,用B提示,如果顺序放了,数字对了,用A提示,直到“n A,0B”,表示猜对了数字,游戏结束。-The game select a digital number of bits n, then the system randomly generates an n-bit numbers, the game began to guess, each number guessing wi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-28
    • 文件大小:51333
    • 提供者:lin
  1. MoneyReader

    0下载:
  2. 自己编写的java小程序,实现对人民币与数字之间换算:能读出是多少人民币-Write your own java applets, between the RMB and the digital conversion: can read how much the RMB
  3. 所属分类:Games

    • 发布日期:2017-11-23
    • 文件大小:713
    • 提供者:李晓伟
  1. appliccation

    0下载:
  2. 主要是一个随机生成100个数字,然后通过点击来猜出数字是多少。-Is mainly a randomly generated 100 numbers, and then click through to guess how much is the number of.
  3. 所属分类:Other Games

    • 发布日期:2017-11-16
    • 文件大小:46170
    • 提供者:方涛
  1. main

    0下载:
  2. 9×9扫雷游戏,采用C语言编写。 具体要求:  1)利用二维数组(9*9)存储整个游戏界面,采用‘*’表示地雷,每次游戏开始需要进行随机布雷;  2)游戏时,通过输入希望打开格子的行号和列号;  3)对于没有打开的各自使用字符‘#’,表示未打开;  4)对于已经打开的格子若没有地雷,在该格子中显示周围有多少个地雷;-9*9 minesweeper game written in C language.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-19
    • 文件大小:1430
    • 提供者:Yang
  1. eight-queen-problem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problems, backtracking algorithm is a typical example. The problem is that the famous 19th
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:2747
    • 提供者:杨基隆
  1. PiecePuzzle

    0下载:
  2. 华容道游戏 1,有多少种开局; 2,判断有解; 3,给出最优解; 4,计算机求解。-1, how many kind of opening 2, determine solution 3, we give the optimal solution 4, the computer to solve.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-04
    • 文件大小:25762259
    • 提供者:追随我心
  1. snake

    0下载:
  2. 手机里有一款小游戏叫“Snake”,中文名贪吃蛇。就是一条小蛇,不停地在屏幕上游走,吃各个方向出现的蛋或点,越吃越长。只要蛇头碰到屏幕四周(有的是可以与四周相碰并穿越“墙壁”的,依据游戏的设计而定),或者碰到自己的身子,小蛇就立即毙命。总之,舞台和空间是给你划出来了,能吃到多少蛋,就看你自己的本事了。-hungry snake
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1461
    • 提供者:潘达
  1. questions

    0下载:
  2. java 兔子问题,用精简的算法计算出N年后有多少兔子
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:5352
    • 提供者:zhu
  1. yysrctype

    0下载:
  2. VC/C++源码,字符处理,打字软件 VC++ 练习打字的小软件,本款打字程序用VC++写的,从上面会掉落字母,敲击键盘相应键即可,可倒计时显示秒数、每分钟要多少字,打字速度等,功能比较简单,可用来学习编VC程。-VC/C++ source code, character processing, typing software VC++ little practice typing software, typing this paragraph with VC++ program wr
  3. 所属分类:Other Games

    • 发布日期:2017-05-09
    • 文件大小:1927371
    • 提供者:盖小圈
  1. acmicpc57.c

    0下载:
  2. 实现一个小游戏,玩牌的时候完美洗牌的过程。并且判断洗了多少次牌。-Achieve a small game, playing the perfect time shuffling process. And determine how many times to wash cards.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-25
    • 文件大小:13956
    • 提供者:胡海兵
  1. emYaa4dB

    0下载:
  2. c_++ 不知道内容的游戏源代码 不要大一的消灾把 我勒个去月哦啊接多少啊-game solution open you can see its C++
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:312663
    • 提供者:Angelia Shao
  1. 33

    0下载:
  2. 找出1到N分別轉成二進制會有多少個1,先定義A(k)是1~2^k轉成2進制的1總和個數 (1< = < =2^k)-To identify 1 to N respectively, how many will be converted into a binary one, first the definition of A (k) is the 1 ~ 2 ^ k converted to a sum of two binary number (1 < = < = 2 ^ k)
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1666
    • 提供者:sionWe
  1. bmdjb

    0下载:
  2. 请问,在C++程序设计中,“F4”的代码是多少?我想设计一个定时按F4的软件,但就是不知道怎么做代码。请你们帮帮忙 -ask, in the C programming, " F4" What is the code? I would like to design an F4 regularly by the software, but they do not know how to do code. Please help out
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6175
    • 提供者:shapp
« 1 2 3 45 6 »
搜珍网 www.dssz.com