搜索资源列表
Calculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。
d2x
- 用java写的十进制到二进制,8进制,16进制的转换,特别方便
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
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
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.
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 ,+
bigWork
- 一个科学计算器,可以进行二进制,八进制,十六进制的运算-A scientific calculator, can be binary, octal, hexadecimal, computing
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.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
StringToHex
- JAVA 字符窜转化为十六进制-JAVA channeling characters into hexadecimal ,,,,,
String_HEX
- 字符窜型转化为十六进制型的JAVA实现,找了很长时间哟。-Channeling-type character into hexadecimal type JAVA implementation, to find a very long time yo.
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
ImageUtil
- 图片转换成16进制数据存入数据库中,然后从数据库中读取出来转换成图片-Image into binary data stored in the database 16, and then read out from the database into picture
hex2bin
- 16进制字符串转2进制文件。可以输入文件或在界面输入。 例如输入“61 62 0D 0A”会获得一个文件,其内容为“ab\r\n”-convert a hex string to a binary file with java
[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
- 详细介绍java的16进制与字符串的转换函数,java时间格式化处理。-Detailed introduction Java hexadecimal and string the conversion function, Java time format.
java-code
- java 16进制字符串与16进制数值的相互转换-conversion java 16 hexadecimal string with hexadecimal values
进制转换
- 各种进制之间的转换,生成窗口,简单易用,Java的
Usestructkwecontains
- 利用Stack数据结构实现进制的转换,内含详细注释(Use of Stack data structure to achieve hexadecimal conversion, contains detailed comments)