搜索资源列表
2.4.4--计算器提高(具有数制转换功能的计算器)
- 一个具有+,-,*,/和数学函数运算功能,并能够将二进制数和十进制数相互转换的小型计算器。-,-,*,/ and with a mathematical function computing functions, and to be binary and decimal number of small mutual conversion calculator.
sy602
- 设计一个函数计算器(小程序),能够求一个double类型数据的指定函数值。GUI程序界面自己设定,要求有输入数字的按钮,不用键盘输入数字,只能用数字按钮来输入数字。-Design a function calculator (small programs), to find a double data type specified function value. GUI interface to set their own program, enter the number of buttons
javajisuanqi
- 功能完整的计算器,除去加减乘除之外还有sincos等功能函数包含在里面-Full-featured calculator
jisuanqi
- 一款用java编写的计算器软件,能进行各种函数运算。-A calculator with software written in java, can carry out a variety of computing functions.
CalculatorJFrame
- 用Java实现的计算器,实现基本的四则运算以及求平方及各种求角度的函数功能。-Implemented using Java Calculator
DtoBConvertor
- 本程序是实现了十进制数向二进制数的转换的一个计算器。没有用到api中的转换函数,而是用自己写的代码实现。-This program is for the purpose of converting decimal to binary. I did not use the converting function of the api.I made it using my own code.
Calculator2
- 计算器代码,java开发科学计算其代码,在eclips下编写,实现基本函数运算-A calculator
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.
java
- JAVA中的部分应用,包括计算器和日期函数等-used by JAVA,like caculator and date and so on
Calculator
- 用java写的功能齐全的简单计算器的代码,支持四则运算,常用的函数,进制转换等-java
jisuanqi
- 该计算器模仿Windows自带的计算器,只实现标准型计算器功能。 在完成Swing的学习后,练习使用Swing包中JFrame、JButton、JLabel、JTextField、JMenu、JMenuItem等组件完成图形界面绘制。 前期能够独立思考并完成计算器的逻辑代码。 熟练使用JButton、JTextField、JLabel等Swing包中组件。 熟练使用BorderLayout、FlowLayout、BoxLayout、GridLayout等布局。 能够根据需
src
- java计算器源码 内含三角函数,反三角函数,阶乘等运算,大多属于函数库调用-java calculator source code contains trigonometric functions, inverse trigonometric functions, factorial operation, most of them belonging to the library calls
calculator
- 简单计算器,完成计算器的简单功能,除了四则运算外,还有一些特殊函数的计算-Simple calculator
calculator
- 采用java制作的简单计算器,可实现加减乘除和指数对数函数等的计算-Java produced using a simple calculator, enabling calculation of addition, subtraction and exponential logarithmic functions, etc.
Caculator
- 带函数绘图功能的Java计算器,UI仿照IOS界面-Calculator by Java, with drawing the image of function.
computer
- 安卓科学计算器源码介绍: 是一个基于安卓的计算器项目源码,除了可以实现了系统自带计算器功能外还可以进行基本函数的运算和括号的运算,能根据表达式的优先级来自动区分运算顺序。另外在软件的下方也能根据按键进行功能上的友好的提示。 -Andrews scientific calculator Source introduced: Is an Android-based calculator program source code, can be achieved in addition t
Calculator
- 一共使用了建造者模式、状态模式、命令模式、策略模式、单件模式这5个设计模式。 本次课程设计是开发一款有多个面板的计算器。不仅有针对日常生活“标准型”面板、针对理工科计算的“科学型”面板、针对于编程人员计算“程序员”面板,还别出心裁地开发了针对中学生的数学学习“特色型”面板,有利于他们检查自己数学作业答案和试卷答案。 本计算器实现了当点下拉菜单中标准型、科学型、程序员和特色型等选项可以切面不同的计算器面板。 本计算器实现了当选中按钮时,按钮呈现如黄水晶般色调渐变的颜色。 本计算器实
calculator_java
- 这是一个java写的计算器,除了加减乘除外还实现了许多的函数,比如sin,cos,求倒数,二十进制转换等,是我十多天的心血,程序非常长,也成功实现了设定的功能,有漂亮的用户界面,通过这个程序可以学到很多关于java GUI和计算器的知识-This is a java to write the calculator, in addition to addition and subtraction, but also to achieve a lot of functions, such as si
project
- 计算器,可以存变量,设置有效数字,有部分函数(smac Calculator, can save the variable, set up valid number, have part function)
jep
- JEP是Java expression parser的简称,即java表达式分析器,Jep是一个用来转换和计算数学表达式的java库。通过这个程序包,用户可以以字符串的形式输入一个、任意的公式,然后快速地计算出结果。Jep支持用户自定义变量、常量和函数。包括许多常用的数学函数和常。(Jep is a Java library for converting and calculating mathematical expressions. Through this package, the use