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

搜索资源列表

  1. 24.cpp

    0下载:
  2. 深搜的经典游戏--计算24点,以优化可算解法和数量-Deep search of the classic game- 24 points, calculated to optimize the solution and the number can be counted
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:824
    • 提供者:
  1. 24Points

    0下载:
  2. 速算24点小程序,包括局域网络对战模式,程序既可以作为服务器,又可以作为客户端。-Speed ​ ​ calculation 24-point program, including local area network Versus mode, the program either as a server, but also as a client.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:753959
    • 提供者:田世磊
  1. 24count

    0下载:
  2. 算24小游戏源码,用c实现的,电脑随机产生四个数,-Operator 24 game source, with c achieved, the computer randomly generated number four,
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:官兵列队
  1. 24pointCard

    0下载:
  2. 速算24点扑克牌游戏给出四张牌,玩着要迅速算出等于24的算式- Fast calculated 24 playing cards games produces four signs,plays must rapidly figure out is equal to 24 mathematical formulas
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3033
    • 提供者:nddiffi
  1. C

    0下载:
  2. 速算24点,输入4张牌,1—10,用+,-,/,*,(),求出24点-Quick calculation of 24 points, enter the 4 cards, 1-10, obtained with 24 points+,-,/,*,(),
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:726
    • 提供者:consti
  1. calculation-24

    0下载:
  2. 扑克游戏,算二十四。规则,抽四张牌,加减乘除组合算出二十四点。我写的第二种算法,有点儿问题,求改正。-Poker game operator twenty-four. Rules, draws four cards, the combination of addition, subtraction, multiplication and division calculated 24.2. The second algorithm, I wrote a little problem, and co
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1013
    • 提供者:全屏状态
  1. Delphi_604805

    0下载:
  2. Delphi:另类的Delphi算法 - 快算24点程序代码,小时候玩过的加减乘除快算24游戏。这里的算法不是用的正统的递归或穷荆 -Delphi: Delphi alternative algorithm- quick count of 24 points program code, a child played fast arithmetic operator 24 games. Here s algorithm is not used recursively or poor Jing
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:11148
    • 提供者:UE24RS3
  1. compute24

    0下载:
  2. 我们可以用它来自动算24,此程序代码行数不算太多,但是运算速度快!-we can use it to compute 24,it is not too long,but it has a splendid compute speed!
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2136
    • 提供者:tarysou
  1. compute24

    0下载:
  2. 我们可以用它来自动算24,此程序代码行数不算太多,但是运算速度快!-we can use it to compute 24,it is not too long,but it has a splendid compute speed!
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2252
    • 提供者:fferent
  1. rapid-calculation24CPP

    0下载:
  2. 速算24 要求: a. 一副牌54张牌,黑桃(SA,SK,SQ,SJ,S10,??,S2),红桃(HA,HK,HQ,HJ,H10,??,H2),方块(DA,DK,DQ,DJ,D10,??,D2),草花(CA,CK,CQ,CJ,C10,??,C2)以及大鬼Q1和小鬼Q2。其中,A,K,Q,J及Q1,Q2的点值分别为:1,13,12,11,1,1。其余点值就是牌值。 b. 由计算机随机出四张牌。 c. 用户输入能算出24的表达式(只能用加、减、乘、除及括号组成的四则运算)。
  3. 所属分类:Oracle

    • 发布日期:2017-04-14
    • 文件大小:3312
    • 提供者:王学
  1. VB-24-point-game-of-poker-algorithm

    0下载:
  2. VB编写的一个智能24点游戏:在程序随机生成的四张扑克牌中只能用加、减、乘、除以及括号算出这四张牌,并使得结果为24,或者宣布根本无解。每张牌必须且只能运算一次 J、Q、K可设置为11、12、13-VB written an intelligent 24-point game: In the program randomly generated four cards can only be used to add, subtract, multiply, divide and brackets
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:169874
    • 提供者:陈默然
  1. 24

    0下载:
  2. 设计一个21点的游戏,游戏规则如下: 两个玩家,一个是人,一个是电脑。首先由电脑随机派两张牌给人类玩家(牌不能重复,牌的表示方式为 花色牌号,如红桃8),然后玩家通过自己判断再选择是否继续要牌。如果要,则继续随机派给玩家一张牌,若此时所有牌的点数之和大于21,则判断玩家为输,如果不是,则玩家可以继续选择要牌与否。如果不要牌,则人类玩家阶段结束。轮到电脑。电脑阶段与玩家阶段基本相同。电脑首先自己要两张牌,然后由电脑自己判断是否继续要牌,判断的最重要依据是刚好赢人类玩家就收手。而输赢是按照两家的
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:1213
    • 提供者:ijnbfeokm
  1. 24101

    0下载:
  2. 用C++实现的算24程序,可以对多组数进行判断,实现代码很简单-Using C++, the operator of 24 procedures can be carried out to determine the number of multiple groups to achieve the code is very simple
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:704
    • 提供者:jiao9996406
  1. lhlhd994

    0下载:
  2. 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢,-Calculate 24 points is a very interesting public intellectual games, so many people like it,
  3. 所属分类:File Operate

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:Wiylcjv
  1. lqke-pyrlic-games

    0下载:
  2. 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢,-Calculate 24 points is a very interesting public intellectual games, so many people like it,
  3. 所属分类:File Operate

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:oovia
  1. romso

    0下载:
  2. 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢,(Calculate 24 points is a very interesting public intellectual games, so many people like it,)
  3. 所属分类:系统编程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:Osbmrn
  1. peiple

    0下载:
  2. 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢,(Calculate 24 points is a very interesting public intellectual games, so many people like it,)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:Adowhn
  1. 36214930

    0下载:
  2. 基于Vc++的速算24程序,该程序有助于初学者掌握windows运算程序的设计,(Simplified 24 is based on vc + + program, the program will help beginners to master the design of the Windows operation procedures,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-21
    • 文件大小:606208
    • 提供者:umqud
  1. 24games

    0下载:
  2. 算24游戏的c-c++代码,注释详细,简洁明了,供大家参考。(Count the 24 game c-c++ code, detailed notes, concise, for your reference.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:程序猿xxx
  1. flda-demarshal

    0下载:
  2. 关于速算24的小程序,工程都在压缩包里面,()
  3. 所属分类:网络编程

    • 发布日期:2017-12-31
    • 文件大小:138240
    • 提供者:sxk%21426
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com