搜索资源列表
Calculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。
d2x
- 用java写的十进制到二进制,8进制,16进制的转换,特别方便
convet
- [集]java中进行二进制,八进制,十六进制,十进制间进行相互转换
2.4.4--计算器提高(具有数制转换功能的计算器)
- 一个具有+,-,*,/和数学函数运算功能,并能够将二进制数和十进制数相互转换的小型计算器。-,-,*,/ and with a mathematical function computing functions, and to be binary and decimal number of small mutual conversion calculator.
1-256transform
- 本程序可以将1-256进制之间的数在二进制,十进制,十六进制之间相互转换,为JAVA applet 小程序
java2
- 回文, 判断输入的字符串是否是回文的主要代码和将十进制数据转换成相应的二进制或者8进制表示-Palindrome, to determine whether the input string is a palindrome of the main code and data will be converted into the corresponding decimal binary notation, or 8
P018M_Convertor
- 编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字,程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制-The preparation of a number of different inter-system conversion process. Asked for input and output interface, when an arbitrary transfusion after the decimal figures, the progr
DecimalToBinary
- 十进制数字转换为二进制数字,使用Java语言-Decimal number is converted to binary numbers, using the Java language
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
Trasform
- 二进制、十进制、八进制、十六进制的相互转换,及JTextField键盘事件的处理-Binary, decimal, octal, hexadecimal, mutual conversion, and the handling of keyboard events JTextField
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
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.
src
- 十进制转换成二进制,用JAVA实现,请大家多多指教!-Decimal to binary
Demo
- 十进制IP转换成二进制IP,自动分析是第几类IP-Decimal IP into binary IP
Transform
- 二进制,十进制,八进制,十六进制间的转换,java语言编写,-transform Hex between conversion
trans
- 使用窗口界面,将输入的二进制数转换成十进制数,输入格式不正确时自动提示报错-Use the window interface, the input binary number converted to decimal
ArraytoHex2
- 用查表法将十进制数转换为十六进制数.此程序可以计算出int大小内的所有的十进制数的二进制数,负数也是。-With a look-up table method Converts a decimal number to hexadecimal number. This program can calculate the binary decimal int size is also negative.
transform
- java中二进制、十六进制和十进制之间的进制转换带有GUI编写的界面-hex conversion between the java binary, hexadecimal and decimal written with the Swing interface
decimalToBinary
- 这个程序采用java语言,完成十进制到二进制的转换,代码简单,易懂。-This procedure using java language, complete decimal to binary conversion, the code is simple, easy to understand.