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

搜索资源列表

  1. 24c

    0下载:
  2. c写的一个24点算法 很不错 算法值得借鉴-a twenty-four game algorithm with c programming language. It s excellent and worthy to study.
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:22.45kb
    • 提供者:黄永刚
  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. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:lidaweironaldo
  1. My24Dian

    0下载:
  2. c#编的算24点的程序,图形用户界面,vs2003下通过-series of the 24 point counting procedures, graphical user interface, through vs2003
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10.7kb
    • 提供者:三个
  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种形式不会出现嵌套 )通过总结得出一个结论:括号中符号不能同时为*,/ 括号周围符号不能同时为+,-;否则括号可省略 于是有了判断各类型的相应代码。-I wrote this
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:天外仙人
  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. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:177.2kb
    • 提供者:刘峰
  1. 24point-C

    0下载:
  2. 一个24点游戏的C源代码,课程作业,可作学习分析之用 Turbo C 2.0下编译通过-24 points a game in C source code, course work, study and analysis for use Turbo C 2.0 compiler through
  3. 所属分类:其它

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

    0下载:
  2. C++的 24点程序 C++的 24点程序
  3. 所属分类:其它

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

    0下载:
  2. C/C++2种 24点。 噩梦啊
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:lx13
  1. C数据结构课程设计

    1下载:
  2. 数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, o
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:260.58kb
    • 提供者:谷穗
  1. C语言实战105例

    0下载:
  2. C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:639.04kb
    • 提供者:jawin@126.com
  1. 3824

    0下载:
  2. 用C#开发的抽奖程序,24点游戏,有需要的可以下载。-Draw with the C# development process, flip chess game can be downloaded in need.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:14.77kb
    • 提供者:junkie
  1. C-24point

    0下载:
  2. 24点算法,可以列举所有结果,使用了纯C语言-24-point algorithm to enumerate all the results, the use of a pure C language
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:230.61kb
    • 提供者:戚兴宇
  1. c-24dian

    0下载:
  2. 24点 C语言描述 中间用到递归的方法,很简单明了,并且有注释-24piont c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1.21kb
    • 提供者:SSstorm
  1. 24point-game-for-C-

    0下载:
  2. 24点游戏算法,也可作为计算器运算部分核心算法-24 point game algorithm, also can be used as a calculator operation part of the core algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:2.26kb
    • 提供者:黄剑
  1. 24-point

    0下载:
  2. 24点程序;游戏 C++编写;里面包含代码以及可执行程序,有注释。-24 point game.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:10.96kb
    • 提供者:xiang
  1. cPP-24

    0下载:
  2. c++ 24点游戏源码,绝对详细,直接可用,这是完整源码,-C++ 24 point game source code, absolute detail, directly available, this is the complete source code,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:677.54kb
    • 提供者:孙王
  1. 24点计时复位查看答案版

    0下载:
  2. 用C#编写的WPF窗口版 24点 游戏 游戏会进行计时 以及 检测答案 查看答案(A GAME OF 24 POINT playing this game, you can check the answer and if you cannot solve the problem you can also see the answer .)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:5.71mb
    • 提供者:kimking5
  1. 24点游戏

    0下载:
  2. 24点小游戏,C#语言编写,无聊时候可以打发时间。(A 24 - point game, written in C#, can kill time when bored.)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:268kb
    • 提供者:以沈
  1. c2

    0下载:
  2. 有一些注释,你可以直接看边看代码便学习。(There are some notes that you can read directly and read the code.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:3kb
    • 提供者:FUNZQKU
  1. 3-12 note

    0下载:
  2. C语言中输入三个数,算24点. 用枚举法(input three numbers and output 24)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-07
    • 文件大小:1kb
    • 提供者:vehicler
« 12 3 »
搜珍网 www.dssz.com