搜索资源列表
ElementaryMath_0_1
- 一个简单加、减、乘、除运算游戏, 能自动生成试题,适合于儿童。-a simple addition, subtraction, multiplication and Operational games, questions can be generated automatically, suitable for children.
Calculation-of-the-24-games
- 计算24游戏,最终要求是输入四个一位数,通过加减乘除,允许加入括号,计算出24,显示计算过程,并提示成功信息。可以首先完成输入三个一位数,只通过加减,计算出12;再完成通过加减乘除,再完成可以加入括号-Calculation of the 24 games, the final requirement to enter the four-digit, by addition, subtraction, multiplication and division, allowed to join th
chengfabiao
- 能实现输入最大值N的乘法表输出-Maximum input to N output of the multiplication table
calculate24
- 输入4个1-10的整数,通过加减乘除等运算,最后得到24.-1-10 enter the four integers, operations such as multiplication and division through addition and subtraction, and finally 24.
Calculator
- 简易的计算器,具有加减乘除的功能,适合初学者学习-A simple calculator, with addition and subtraction multiplication and division functions, suitable for beginners to learn
cmdn
- [游戏说明] 1.点击"开始"按钮,游戏开始,系统将发出4张扑克牌。 2. 要求用户利用扑克牌显示的数字,通过加减乘除运算,以最快的速度得出24(可以使用括号),JQKA和"王"算做1。然后在文本框中写好表达式,接着点击"计算"按钮。 3.这时系统会计算输入表达式的结果,告诉用户是对还是错了。-[Game Descr iption] 1. Click " Start" button, the game started, the system will be sent
Piont24
- 24点游戏。给定4张扑克牌,通过加减乘除法四则运算,使之等于24.可能有无解的情况。-24-point game. Given four cards, multiplication and division through addition and subtraction arithmetic, so that equals 24. May be the case whether the solution.
multiplicationtable
- 九九乘法表的代码,方便初学者掌握C++编程-Multiplication table of the code, easy for beginners to master C++ Programming
24
- 将四个1至13之间的数进行加减乘除四则运算(每个数只能用一次),使结果等于24.-The four numbers between 1 to 13 for addition and subtraction multiplication and division arithmetic (each number can only be used once), so the result is equal to 24.
game
- 这是一款小游戏,通过牌面得到四个数,利用加减乘除运算得到24-This is a game, get through the sign face number four, the use of addition and subtraction multiplication and division by 24
24gamefull
- 一个小游戏,用来计算24点,随机产生四个数,用减加乘除组成算式,使得结果为24,或者是自己预先设定的数-A small game, 24 points used to calculate the randomly generated four the number of formula use less plus multiplication and division, making the results of 24, or their own pre-set number of
Calculator
- 这是一个简单的计算器软件,可以实现简单的加减乘除运算-This is a simple calculator software, simple addition and subtraction, multiplication and division
33943781524point
- 计算24是流行的扑克游戏。其方法是随意抽出4张牌,AJQK王牌算一,其他牌按点数计算,花色不计。目标是通加减乘除和括号最终算出24。设计一个程序,输入四个数字(1 - 10),则列出所有可能计算结果为24 的方案。要求: 方案不能重复(加法乘法交换律等算不同方案)。 计算中局部可以为分数,结果为整数即可( 如 3 3 7 7 算法:(3 + 3 / 7) * 7)-Calculation of 24 popular poker game. Random out of four til
calculation-24
- 扑克游戏,算二十四。规则,抽四张牌,加减乘除组合算出二十四点。我写的第二种算法,有点儿问题,求改正。-Poker game operator twenty-four. Rules, draws four cards, the combination of addition, subtraction, multiplication and division calculated 24.2. The second algorithm, I wrote a little problem, and co
multable
- java编写九九乘法表 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*
Complex
- 创建一个复数类(Complex类),有两个类变量 realPart和imaginaryPart 至少写出两个构造函数 编写三个方法实现复数的加减乘 (a,b)+(c,d)(a+c,b+d) (a,b)-(c,d)(a-c,b-d) (a,b)*(c,d)=(ac-bd,ad+bc ) 编写一个方法将复数以(a,b)显示出来 编写出测试类TestComplex,定义两个复数x,y实现加、减、乘并显示结果 -Create a complex (Complex), two
mofang
- Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-The Web version of the Rubik' s Cube game written in Java, the compiler generates
jiajianchengchu
- 人机对抗模式中,首先玩家和计算机各分的5张牌,然后比较玩家和计算机手中最小的牌,谁的小谁就打出这张最小的牌,另一方认为自己的牌凑不出这张牌的点数则开始抓牌,直道手中的牌的点数恰与第一个人出的牌相等,或者用手中有的任意两张牌,通过加减乘除四则运算可以凑出第一个人出的牌相等的点数,则停止抓牌并将这一张或两张出出去,然后要求对方以同样的规则,开始下一轮,直道某一方手中的全部牌出完,游戏结束。-Man-machine confrontation mode, first of all players
juzhenxiangcheng
- 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析: 首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p矩阵,lMatrixResult是输出的m*p矩阵。 因
multiplication-table
- 九九乘法表 九九乘法表共9行9列,重点考察for循环的掌握情况。 下面给出了输出完整乘法表、右上、右下、左上、左下乘法表的代码。-multiplication table
