搜索资源列表
24c
- c写的一个24点算法 很不错 算法值得借鉴-a twenty-four game algorithm with c programming language. It s excellent and worthy to study.
24点
- 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
My24Dian
- c#编的算24点的程序,图形用户界面,vs2003下通过-series of the 24 point counting procedures, graphical user interface, through vs2003
24pointer
- 这是我写的第一个程序。网上有很多计算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
24+pointgame
- 用 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
24point-C
- 一个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
24
- C++的 24点程序 C++的 24点程序
24
- C/C++2种 24点。 噩梦啊
C数据结构课程设计
- 数据结构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
C语言实战105例
- 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 简单的计算器
3824
- 用C#开发的抽奖程序,24点游戏,有需要的可以下载。-Draw with the C# development process, flip chess game can be downloaded in need.
C-24point
- 24点算法,可以列举所有结果,使用了纯C语言-24-point algorithm to enumerate all the results, the use of a pure C language
c-24dian
- 24点 C语言描述 中间用到递归的方法,很简单明了,并且有注释-24piont c
24point-game-for-C-
- 24点游戏算法,也可作为计算器运算部分核心算法-24 point game algorithm, also can be used as a calculator operation part of the core algorithm
24-point
- 24点程序;游戏 C++编写;里面包含代码以及可执行程序,有注释。-24 point game.
cPP-24
- c++ 24点游戏源码,绝对详细,直接可用,这是完整源码,-C++ 24 point game source code, absolute detail, directly available, this is the complete source code,
24点计时复位查看答案版
- 用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 .)
24点游戏
- 24点小游戏,C#语言编写,无聊时候可以打发时间。(A 24 - point game, written in C#, can kill time when bored.)
c2
- 有一些注释,你可以直接看边看代码便学习。(There are some notes that you can read directly and read the code.)
3-12 note
- C语言中输入三个数,算24点. 用枚举法(input three numbers and output 24)