搜索资源列表
Zhuanhuan
- 一个进制转换的小程序,主要实现了各种进制之间的转换.
ColorCal源码--颜色十进制与十六进制转换-JAVA
- 这个可以算是我第一个用Java写的应用程序,界面使用了AWT。功能非常简单,但通过它使我“懂”得了Java。 它的功能是颜色的十进制与十六进制间的转换。-this can be considered as the first one I used to write Java applications, the use of AWT interface. Functional very simple, but I passed it "understood" gaining J
Calculator
- 利用JAVA语言设计一个简单的科学计算器,实现加减乘除及开根号、对数、平方、三角正/余弦、求倒数、进制转换的简单功能。-java program is very aaaaaaaaaaaaaaaaaaaa
java
- 一些java初学者适合的java源代码 里面有判断质数,判断月份的天数,进制转换等等好多有用的源代码 -Some beginners java source code for the java prime number which has to judge, to determine the number of days in January, hex conversion, and so a lot of useful source code
jisuanqi2
- 设计一个复杂的计算器,能实现Window中计算器的功能,如下图: ⑴定义组件:0~9,+、-、*、/、sqrt()、1/x、%、C=按钮;显示屏文本行;菜单; ⑵要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果。 ⑶具有进制转换功能; -Design a complex calculator, to achieve Window in calculator function, the following chart: ⑴ custom component: 0 ~ 9,2
mton
- 利用JAVA实现M与N进制的转换-JAVA realization of M with the use of N-band conversion
JavaCaculator
- 纯java实现的类似windous自带的计算器,包括进制转换和三角函数功能。-Pure java to achieve similar windous own calculator, including the hexadecimal conversion and trigonometric functions.
StackStudys
- 用栈来实现10进制转换8进制的编码,以及栈的初始化,删除,入栈,出栈。清空。遍历等操作-Use stack to achieve the conversion of 8 hexadecimal 10 hexadecimal encoding, as well as the stack initialization, delete,入栈, a stack. Empty. Traversal operations, etc.
MyCalculator
- 包括二、八、十六进制转换的计算器(Java编写),试运行过了-Include two, eight, hexadecimal conversion calculator (Java to prepare), after a trial run! !
JAVA
- 设计一个复杂的计算器,能实现Windows系统中计算器的功能 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3)具有进制转换功能 -Design a complex calculator, Windows system to achieve the functions of the calculator (1) the definition of components: 0 ~ 9 ,+
BinaryJFrame
- 整数进制转换 整数进制转换 整数进制转换-Convert hexadecimal conversion octal integer integer integer binary conversion
Javacalculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换-Through JAVA calculator program designed GUI interface, users can turn
Calculator
- [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
DataTransfer
- 进制转换 十进制 二进制 八进制 十六进制-Convert hex binary decimal hex octal
complexedcalculate(java)
- java课程设计,设计一个复杂的计算器,能实现Windows系统中计算器的功能。 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3)具有进制转换功能. -java course design, design a complex calculator, calculator to achieve the functions of Windows systems. (1) custo
Calculatorjz
- 基本实现了计算器的全部功能,并且增加了几种常见进制转换的功能,及进制的运算。-Basically all the functions of the calculator, and an increase of several common binary conversion function, and binary arithmetic.
ImageUtil
- 图片转换成16进制数据存入数据库中,然后从数据库中读取出来转换成图片-Image into binary data stored in the database 16, and then read out from the database into picture
jisuanqi
- Java简单计算器,含一些基本运算和进制转换-Java simple calculator, with some basic arithmetic and decimal conversion
[JAVA]Calc
- 使用java写的一个计算器,支持进制转换,保存计算结果,简单的数学公式,类似XP下的计算器。-Using java to write a calculator, to support binary conversion, save the results, a simple mathematical formula, like under XP Calculator
进制转换
- 各种进制之间的转换,生成窗口,简单易用,Java的