搜索资源列表
complexop
- 复数运算,包括加减乘除等,直接输入要运算的数即可完成运算-complex operations, including arithmetic, imported directly to the number of operations can be completed Operational
Caculator5
- 如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因
jsq
- 设计GUI界面的计算器程序,实现基本的数 值加、减、乘、除运算功能。
Mcalculator
- 用java实现浮点数加减乘除四则混合运算,矩阵加法,减法,与数乘,与数除,两个矩阵相乘,转置,逆阵,产生单位阵,操作数与变量的转换,操作数取反,栈的一些基本操作。-achieve float with the arithmetic four mixed computing, matrix addition, subtraction, multiplication, with the exception of a few, two matrix multiplication, to home, a
shijian
- 不错的课件陈述设计一个汇编程序。实现下列功能1.实现加、减、乘、除以及取余的计算程序。2.接受由键盘输入的十进制数。3.计算结果以十进制数输出。-good courseware design a compilation of statements procedures. A realization of the following functions. Realizing, plus or minus, multiplication and I and the selection of the
Calculator
- 一个类似于windows标准计算器的程序 用Java语言编写 可以进行简单的加减乘除 取余 ,平方求导数 ,存储数字 ,调用数字等功能-A similar standard windows calculator program written in Java can be used to check simple addition and subtraction, multiplication and division, the square of the number of derivatio
1
- 按w键是控制自己的飞机(天使)向上。 按S键向下,A键向左,D键向右,r键重来,e键退出 发弹:指着本程序介面按鼠标左键. 开始时:你的生命值只有3,而子弹数只有2 当你的子弹射到了敌人时,敌人的生命也会减一,当敌人的生命值减到0时,你就赢. 当你的子弹射到了敌人时,同时天上也会掉下一颗子弹,当你捡到一个子弹后,你的子弹数得到补充; 如你的子弹数减至0或你的生命值减至0你就会输。 秘技: 按y键你的子弹数就加1; 按o键你的生命值就加1. 不过如果你技术好
BigDecimal
- java 数组实现大数加减乘除运算 -java 数组实现大数加减乘除运算java 数组实现大数加减乘除运算
yynn
- 将四个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.
caulter
- 数学运算包括加、减、乘、除等 复杂的拓展数学运算的实现 包括阶乘、相反数、三角函数、反三角函数、指数函数、对数函数、幂函数、开方、倒数等。其中三角、反三角函数包括用弧度计算和用角度计算。 achieve development Including factorial, on the contrary the number of trigonometric functions, inverse trigonometric functions, exponential functio
24dian
- 24点游戏是一个十分有效的开发智力的游戏,它是利用加、减、乘、除运算符以及括号将随机产生的数进行运算,使其结果等于24,或者无解。 -24dian
ZuChengYuanLi
- 计算机组成原理算法实现(二) 课题2,能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算-Principles of Computer Algorithm (b) subject 2, the machine can achieve the fixed-point decimal number that the deformation of complement fixed-point decimal addition and subtra
Complex_2011_9_24
- 复数类,实现复数加减乘除……有界面点击按钮实现功能-Complex add/sub/multiply/div
1d
- 使用二维数组实现Matrix(矩阵)。定义Matrix(矩阵)类,要求实现两个矩阵的加、减、乘法,所有方法将返回操作后的结果矩阵。-Use a 2 d array realize Matrix (the Matrix).
TestCalculator
- 简易科学计算器,从最基本的加、减、乘、除,到基本数学函数处理,再到数的进制转换处理。-A simple scientific calculator, from the most basic addition, subtraction, multiplication, division, to the basic mathematical functions, to the number of hexadecimal conversion processing.
Calculator
- java实现的是数的加减乘除运算,还有界面的设置基本实现了与计算机一样-java achieve the number of addition and subtraction, multiplication and division, as well as the interface settings basic computer
mydate
- 1、 设计一个时间类MyDate:(日期均大于1900年) a、 其中包括年、月、日、时、分、秒。其他成员变量可根据需要增设; b、 可以获得时间的年、月、日、小时、分钟、秒数; c、 计算日期的dayOfWeek(星期几); d、 //实现日期加减一个整数后得到新的日期(加减天数); e、 输入任意一个月份,将此月的日历输出(按星期格式); f、 输入任意年份,将此年的年历输出; g、 实现两个时间相减得到的小时数、分钟数和秒数; h、 输出时间,要求三种格式
JAVAcalculator
- 实现两数的加减乘除,生成代码后会产生一个简单框架-Achieve two number arithmetic, the generated code will produce a simple framework
No.6
- 一、进制转换 程序功能:在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。二、简单计算器 程序功能:在窗口中输入操作数1和操作数2,选择加减乘除中的一种运算,点击“计算”按钮,得到结果。三、键盘鼠标响应 程序功能:在窗口中用鼠标左键和右键单击时,窗口下方显示哪个键被点击,坐标是多少;当键盘上某个键被点击时,窗口下方显示这个键的名称。-First, the binary conversion Program
Calculator
- javaFX计算器简单实现了加减乘除、逗号、开方、求到数的操作(The javaFX calculator simply implements the operations of addition, subtraction, multiplication, division, comma, square-opening and number-finding.)
