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

搜索资源列表

  1. 24point

    0下载:
  2. 一个很好的24点游戏源码-a very good source of 24 point game
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:13.62kb
    • 提供者:胡国雄
  1. 24point-games

    0下载:
  2. Visual C++课程设计案例精编一书自带的例子程序:24点游戏-Visual C cases precision curriculum design a series of books to bring their own examples : 24-point game
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:173.06kb
    • 提供者:王海涛
  1. 24POINT

    0下载:
  2. 24点游戏,是在做MFC实验时做的,代码有点粗糙,经修改后解决了一些BUG,但学是存在。-24-point game, MFC is doing experiments to do, code a bit rough, , as amended, to solve some BUG, but we exist.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:115.27kb
    • 提供者:xielingwang
  1. 24Point

    1下载:
  2. 使用VC++6.0(MFC)编写的计算24点游戏,使用对话框的非视图/文档模式编写。
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:60.64kb
    • 提供者:余小剑
  1. 24point

    0下载:
  2. 实现4个数的24点计算 也可输入4个1-9的数字,由程序提供算法
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:14.64kb
    • 提供者:seulsky
  1. 24Point

    0下载:
  2. 小游戏,算24点。当你算不出答案时,电脑可以列出所有算法。可以改变扑克牌背景色,还可以改变软件背景色。有时间限制。 -Small games, counting 24 points. When you count not the answer, the computer algorithm to list all. Poker can change the background color, the software can also change the background color. T
  3. 所属分类:Game Program

    • 发布日期:2017-04-24
    • 文件大小:335.77kb
    • 提供者:chenmiao
  1. 24point.algorithm.implementation

    0下载:
  2. 24点算法的实现.需要的朋友可以下载学习-24-point algorithm implementation. Friends can download the necessary study
  3. 所属分类:Game Engine

    • 发布日期:2017-04-26
    • 文件大小:38.67kb
    • 提供者:pjj
  1. 24point

    0下载:
  2. 这是一个课程设计做的游戏(24点)。挺好玩的哦!有兴趣的话,可与我交流。-This is a curriculum design so the game (24 points). Oh, very good fun! Are interested, I can exchange.
  3. 所属分类:Game Program

    • 发布日期:2017-05-11
    • 文件大小:2.11mb
    • 提供者:周波
  1. 24point

    0下载:
  2. 24点游戏,给出任意4个数字,判断是否能通过加减乘除运算得到24-24point game
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:799byte
    • 提供者:jack
  1. 24point

    0下载:
  2. 24点游戏,C++语言编译,简单有效,适合C++初学者-24-point games, C++ compiler, a simple and effective for C++ beginners
  3. 所属分类:Game Program

    • 发布日期:2017-04-07
    • 文件大小:692byte
    • 提供者:王法杰
  1. 24point

    0下载:
  2. 24Point”是80年代全世界流行一种数字游戏,在中国我们把这种游戏称为“24点”。 游戏规则 :一副牌中抽去大小王后还剩下52张,任意抽取4张牌(称为牌组),用加、减、乘、除(可加括号)把牌面上的数算成24。每张牌必须且只能用一次,如抽出的牌是3、8、8、9,那么算式为(9—8)×8×3或3×8÷(9—8)或(9—8÷8)×3等。 -24 games
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-12
    • 文件大小:2.84mb
    • 提供者:张文强
  1. 24point

    0下载:
  2. 编写的一个21点游戏,分享给大家,比较完整的代码-Preparation of a 21-point game for everyone to share, more complete code
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:18.36kb
    • 提供者:henry
  1. 24point

    0下载:
  2. 24点小游戏,亮出4张牌,输入相应算式,得到24点,记录做对的次数,做错的次数,消耗的时间-24-point game, showed the 4 cards, enter the appropriate formula, had 24 points, recording done on the number of times the number of mistakes, time consuming
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:101.66kb
    • 提供者:卓鹏
  1. 24point

    0下载:
  2. JAVA实现的很经典的24点游戏,能够实现该游戏完整的规则玩法-JAVA implementation of a classic 24-point games, can realize the rules of the game play full
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:2.51mb
    • 提供者:捱三顶四
  1. 24point

    0下载:
  2. 本程序解决的通用问题是输入四个数,通过四则运算获取指定解的问题。 典型的是四数求二十四问题(算24点问题,又叫4张牌求24点问题,求24问题)。比如说给出7,-7,3,-3如何用+-*/)(运算符号,不重复的利用这四个数求得结果为24?不要认为这类问题简单,它其实有16896种可能的排列方法 而且,即使不用括号也有成百上千种可能 甚至,你不知道它是否有解。显然,用人脑解决一般是很费时费力的。重复性强的脑力活动交给程序办比较合适。同时,也应一个作家教的同学的要求(她被这样的初中题目难倒过,偏偏
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2.05kb
    • 提供者:
  1. 24point

    0下载:
  2. 算24点,着重算法的处理!!优化代码花了很长的时间,作者不是我.-Count 24 points
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:31.36kb
    • 提供者:阿威
  1. 24point

    0下载:
  2. 计算二十四点游戏,程序随机生成1~13中的四个数,用户给出算式,程序验证是否正确-Calculated 24.2 gaming, the program randomly generates a 13 in the four number, the user gives the formula, the program verify that the correct
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:3.88kb
    • 提供者:1111
  1. 24dian

    0下载:
  2. 24点游戏 C++实现 很好玩的哦 具体怎么样自己看吧 -24point game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:42.79kb
    • 提供者:silence
  1. WINDOWS24point

    0下载:
  2. 24点游戏,可以选择4至7张的牌数和23点至25点点数。可以人工计算以及电脑给出答案-24point,you can choose the point and cards
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-18
    • 文件大小:4.73mb
    • 提供者:王旭辉
  1. 24point

    0下载:
  2. 这是一个简单的24点C语言程序。规则和其他的24点游戏一样。-This is a program of 24 point game.The rule of this game is the same of others.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:15.55kb
    • 提供者:李伟
« 12 »
搜珍网 www.dssz.com