搜索资源列表

  1. 24点游戏源码1

    0下载:
  2. 24dian deng ying yong
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-22
    • 文件大小:14336
    • 提供者:111
  1. cn700_del248884455

    0下载:
  2. 24点游戏,用Delphi做出来的24点游戏,用加减乘除迅速算出24点-24 point games, with Delphi done for the 24 point games, with the arithmetic quickly calculate the 24 points
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:257024
    • 提供者:晓光
  1. 求24点,学递归

    0下载:
  2. 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢。但你有没有遇到过求不出解的情况呢?是自己没有想出来还是确实无解?很难判断吧!有没有想过用电脑来求解呢。如果你有一点点VB的基础,那就让我们一起来看看该怎样用VB来求算24点吧。-calculating 24 is a very interesting public intellectual games, won many people like it. But you have
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:佳闲
  1. 24dot[1].tar

    0下载:
  2. 24点游戏脱胎于作者8年前设计的24点游戏DOS版,现新版本具有以下特色: > 1.允许自动抽牌或手动抽牌,答案结束电脑将尽可能给出该题所有的解答. > 2.允许通过多种方法改变游戏的界面:一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如
  3. 所属分类:其他游戏

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:吴辽明
  1. 二十四点程序

    0下载:
  2. 24点的程序,用vc写的,很好的 !-24 point program that will vc write good!
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-22
    • 文件大小:62464
    • 提供者:流言
  1. 24点计算

    0下载:
  2. 所属分类:棋牌游戏

    • 发布日期:2024-05-22
    • 文件大小:2194432
    • 提供者:刘少人
  1. 扑克24点游戏unix下C

    0下载:
  2. unix环境下c语言屏幕编程开发,扑克24点游戏(玩家可以积分)-unix environment c screen programming language, 24 points poker game (players integral)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:67584
    • 提供者:陈飞飞
  1. dave-new24

    0下载:
  2. 用于计算通常我们所玩的24点,可以自己输入数字,也可以自动生成-used in the calculation of what we normally play in 24 points, their input figures and can automatically generate
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:93184
    • 提供者:陈伟华
  1. Suan24

    0下载:
  2. 大家都玩过的24点牌的算法,提供了详细的算法。大家可以使用-24 points license the algorithm to provide a detailed algorithm. We can use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:法恩
  1. 24点扑克牌游戏

    0下载:
  2. 益智小游戏24点扑克牌游戏的vc 源代码-Yizhi small game 24 points poker game vc source code
  3. 所属分类:游戏

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:
  1. Compute24

    0下载:
  2. 这是一个计算24点程序用NET完成里面有设计文档仅供参考-This is a calculated procedure used 24 points inside NET completed design document is for reference only
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:932864
    • 提供者:芳芳
  1. p24

    0下载:
  2. 24点牌游戏源程序 24点牌游戏源程序-24 points licensing game point source licensing 24 24 game point source licensing source games
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:黄德正
  1. susuan24

    0下载:
  2. 这是速算24点小游戏编程 环境VC++下。-This is the 24-speed counting small games programming environment VC.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:3539968
    • 提供者:hutt
  1. 24pointsssss

    0下载:
  2. 一个很好玩的24点的游戏-a very fun 24 points of the game
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-22
    • 文件大小:59392
    • 提供者:庞庞
  1. 24pointer

    0下载:
  2. 这是我写的第一个程序。网上有很多计算24点的程序,我这个也是先得到操作符的组合,以及输入的4个数的可能组和,先算不带括号的4X4X4X4X24种可能结果,但在形成带括号的算式以验证结果时,(带括号只有(a@b@c)@d,a@(b@c@d),(a@b)@(c@d),(a@b)@c@d,a@(b@c)@d,a@b@(c@d)6种形式不会出现嵌套 )通过总结得出一个结论:括号中符号不能同时为*,/ 括号周围符号不能同时为+,-;否则括号可省略
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:天外仙人
  1. card24

    0下载:
  2. 可以进行分数的24点运算的,因为里面还额外实现了一个分数类。24点必须用VC编译,GCC编译会有问题,这个bug当时没找出来。可能是默认堆栈大小的问题。这个程序从我现在看来,写得很差。-can score 24 points in computing, because it has achieved an additional category scores. 24 points to be compiled with VC, the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:99328
    • 提供者:
  1. 24pointbySophia

    0下载:
  2. 24点游戏,对于VC初学者会有一定的帮助,加油-24 point game for beginners VC will help, refueling
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:2333696
    • 提供者:Sophia
  1. 24pointgame

    0下载:
  2. 24点游戏软件的开发的小程序,可以用于学习和研究,也可用于娱乐,玩。-24 points of the game software developed by small program can be used for learning and research, can also be used for entertainment, play.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-22
    • 文件大小:2217984
    • 提供者:飞飞
  1. vc630546464523

    0下载:
  2. 一金品内容.用词程序可实现24点.斗地主等经典游戏-a gold content of goods. Terms procedures to achieve 24 points. That point such classic games
  3. 所属分类:界面编程

    • 发布日期:2024-05-22
    • 文件大小:90112
    • 提供者:jiang
  1. twentyfour

    0下载:
  2. 24点游戏的源码,给出四个数(四张扑克牌),利用四则运算,求出24点-24 point game source code, the number is four (4 cards), using four operations to get 24 points
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:33792
    • 提供者:sduhd
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org