搜索资源列表

  1. 24点数字游戏的实现

    0下载:
  2. 用C++Bulider编写的24点数字游戏的算法-An algorithm for the game of 24 points built by C++ Builder
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:317440
    • 提供者:flyang
  1. “速算24”扑克游戏 源代码

    0下载:
  2. 一java的小应用程序,在游戏中,用户随意抽出四张扑克牌,用加减乘除的方法将它们连接起来,使得结果等于24。-a small application, in a game in which users randomly picked four cards using the arithmetic method of connecting them, making the results mean 24.
  3. 所属分类:其他游戏

    • 发布日期:2024-05-17
    • 文件大小:605184
    • 提供者:
  1. 24位真彩图像转换成256色图像

    0下载:
  2. 24位真彩图像转换成256色图像-24 color images into 256 color images ...
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:27648
    • 提供者:阿九
  1. 24点牌游戏

    0下载:
  2. 实现一个24点游戏,程序主要负责实现随机发牌、结果验算、计分、难度设置等功能!-achieve a 24 point games, principally responsible for achieving random licensing, checking results, points, the difficulty settings function!
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-17
    • 文件大小:177152
    • 提供者:董云
  1. 24点游戏源程序

    0下载:
  2. 基本功能描述24点游戏是一种常见的数学运算游戏,玩游戏者只需根据系统给出的四张1~9的纸牌算出24即可,而程序主要负责实现随机发牌、结果验算、计算得分和难度设置等功能。-descr iption:It s a common math game,the player should calculate the result,24 from the 4 cards ranged from 1 to 9 given by the softwar
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1657856
    • 提供者:汪柏然
  1. 将24位位图转换8位位图

    0下载:
  2. 将24位位图转换成8位位图,效果很好,希望大家多多指教,也希望能给我提出更多的建议。-to 24 bitmap conversion into 8-bit maps, a good effect, and we hope the exhibitions, I can also hope that more proposals are forthcoming.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:李小
  1. 24点算法

    0下载:
  2. 大一新生的拙作,一种很笨的用递归实现的24点游戏-Freshmen of the apology, a stupid way of using recursive 24 point games
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:
  1. 新24点

    0下载:
  2. 编译“新二十四点.dsw”文件,在Debug目录下会生成“新二十四点.exe”文件,直接双击该文件,即可运行二十四点程序。-compiler "24 points. DSW "documents, the Debug directory will generate" new 24 points. Exe "document, double-click the file directly, and
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-17
    • 文件大小:47104
    • 提供者:韩晓
  1. 新24点实现

    0下载:
  2. 学习路上第一个应用程序24点,使用了较使用的算法,以及比较怪异的实现方式,呵呵,希望大家看看哈-learning a road section 24 applications, compared with the use of the algorithm, as well as the realization of more strange way, what we want to see Kazakhstan
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:43008
    • 提供者:李志
  1. 牌类小游戏—24点游戏软件

    0下载:
  2. 本程序使用vc开发工具编写了一个牌类小游戏——24点游戏。所设计的界面较紧凑。-procedures for the use of the development tools vc prepared a small game license category-- 24 points game. The interface design more compact.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-17
    • 文件大小:181248
    • 提供者:yini
  1. 算24点问题求解

    0下载:
  2. 算24点游戏的解法!还可以算其它任何点数。和传统方法不一样的,可以支持负数和小数解算任意点的问题-count 24 points of the game Solution! Also can calculate any other points. Traditional methods are not the same, and can support a negative decimal Solving the problem of
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-17
    • 文件大小:1486848
    • 提供者:张俊
  1. 24点

    0下载:
  2. 24点 用c++编写的一个速算24点的游戏 只要进入就可以迅速得到答案-24 points c prepared with a quick calculation of 24 points entering the game as long as it can quickly get an answer
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  1. 与计算机玩24点游戏

    0下载:
  2. 本文用C语言编了24点游戏程序。与计算机玩24点还有个好处,解决了用扑克牌玩时的缺陷——有时候谁也无法确定四个数到底能不能算出24点。本程序的基本思路是:先由计算机产生四个随机数,然后将其中的两个数进行加减乘除四则运算,把计算结果分别再与第三个数进行四则运算,再把结果与第四个数进行四则运算,然后轮换四个数的顺序按以上步骤重复运算-Using C language compiled the 24 point game. Playing w
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:81920
    • 提供者:文风
  1. java-24-hours_source

    0下载:
  2. 这是<<24小时精通java>>的源码.是初学者的好材料!可在jdk1.30-1.40环境下运行.-This is lt; Lt; Proficient javagt 24 hours; Gt; The source code. Beginners is a good material! In jdk1.30- 1.40 environments running.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:434176
    • 提供者:zzj
  1. 24+pointgame

    0下载:
  2. 用 c++写的24点游戏,界面比c好多了,是不是也想自己编一个,不妨参考一下这个吧-with 24 points was the game, the interface a lot better than c, is also want to own a part, this may wish to refer to it
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:181248
    • 提供者:刘峰
  1. 24

    0下载:
  2. 自己输入或计算机随机产生4个小于13的数,使用+,-,*,/,()运算符号计算24点-their input or computer randomly generated four less than the number 13, the use of ,-,*,/, () operator Symbolic Computation 24 points
  3. 所属分类:J2ME

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:于慧霞
  1. 24

    0下载:
  2. vb 24点计算.是一个智力小游戏-vb 24-point calculation. is a mental game
  3. 所属分类:并行运算

    • 发布日期:2024-05-17
    • 文件大小:184320
    • 提供者:regtwo
  1. libtool-1.5.24.tar

    0下载:
  2. GNU libtool 是一个通用库支持脚本,将使用动态库的复杂性隐藏在统一、可移植的接口中。redhat9中系统自带,但版本太低,该版本是1.5.24-GNU libtool is a generic library support scr ipt, will use the dynamic library to hide the complexity of a unified, portable interface. RedHat9
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:2919424
    • 提供者:王珏
  1. 24

    0下载:
  2. 此为本人做的数据结构课程设计 含计算24点的源程序及报告书-I do this for data structure course design with the calculation of the source and the 24-point report
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:485376
    • 提供者:陈鹏
  1. 24

    0下载:
  2. 一个java的24点游戏,提供源码和技术文档-Java 24 points a game, to provide source code and technical documentation
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:194560
    • 提供者:liyongsheng
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org