搜索资源列表
24点游戏
- 24点游戏.rar-24 point game. Rar
24点游戏源码
- 24点游戏源码,了解一些VC功能与技巧-24 game point-source, understand the functions and skills VC
24点游戏VC
- 24点游戏 开发语言: VC & C++ -24 point game development languages : C VC
牌类小游戏—24点游戏软件
- 本程序使用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.
扑克24点游戏unix下C
- unix环境下c语言屏幕编程开发,扑克24点游戏(玩家可以积分)-unix environment c screen programming language, 24 points poker game (players integral)
与计算机玩24点游戏
- 本文用C语言编了24点游戏程序。与计算机玩24点还有个好处,解决了用扑克牌玩时的缺陷——有时候谁也无法确定四个数到底能不能算出24点。本程序的基本思路是:先由计算机产生四个随机数,然后将其中的两个数进行加减乘除四则运算,把计算结果分别再与第三个数进行四则运算,再把结果与第四个数进行四则运算,然后轮换四个数的顺序按以上步骤重复运算-Using C language compiled the 24 point game. Playing with the computer also has a 24
24点游戏的算法参考与源程序
- 24点游戏的算法参考与源程序-24 point game with the algorithm reference source
24点游戏软件的开发
- 一个计算24点游戏的软件-a calculation of 24 points game software
24点游戏源代码
- 24点游戏源代码-24 point game source code
C++课程设计案例精编--24点游戏
- C++课程设计案例精编--24点游戏 -C cases intensive curriculum design series -- 24 points game
24点游戏源程序
- 基本功能描述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 software.The software implement shuff
c++24点游戏(源码)
- c++24点(源码),好用,游戏高手自己编写,c++ 24 points (source), easy to use, game masters have written
24点游戏
- VS2010平台,用C#编写的24点游戏应用程序 有兴趣的可以来研究研究
24
- 24 点游戏 课程 设计源代码和设计报告-24 game
24
- 24点游戏完美解决方案,可以自动计算答案,速度非常快,强烈推荐!! 基本可以在一秒内算出所有的解-24-point game is the perfect solution, you can automatically calculate the answer, very fast, highly recommended!! Basic can be calculated in a fraction of a second all solutions
24[1].fun.tar
- 24点游戏规则:任取1-9之间的4个数字,用+-*/()连结成算式,使得式子的计算结果为24。估计很多人都玩过用扑克牌玩的那种,印象中10也算在内的,两人各出2张牌,谁先算出来谁赢,赢家收回已经算过的4张牌。最后看谁手里的牌多-24-point rules of the game: either take the four numbers between 1-9, with+-*/() link into the formula, so the calculation formula the r
24点游戏
- 24点游戏是经典的纸牌益智游戏。从扑克中每次取出4张牌。使用加减乘除,第一个能得出24者为赢。(其中,J代表11,Q代表12,K代表13,A代表1)随机生成4个代表扑克牌牌面的数字字母,程序自动列出所有可能算出24的表达式,用户初始生命值为一给定值(比如3),初始分数为0。随机生成4个代表扑克牌牌面的数字或字母,由用户输入包含这4个数字或字母的运算表达式(可包含括号),如果表达式计算结果为24则代表用户赢了此局。使用计时器要求用户在规定时间内输入表达式,如果规定时间内运算正确则加分,超时或运算错
C#24点游戏
- 用C#编写的WPF窗口版 24点 游戏 游戏会进行计时 以及 检测答案 查看答案
24点(最终版)
- 自编的一款基于c++的24点游戏(a game calculating 4 num into 24)
算24点
- 此程序为在MATLAB平台使用回溯法的递归调用形式实现计算24点游戏,输入四个数字,输出计算流程。(counting_24,matlab,alogrithm)