搜索资源列表
CalculatorProject
- 这是我仿照WINDOWS下的计算器而做的,计算处理用逆波兰式,现在还只能进行十进制的计算,其他还没有实现被我屏蔽了。-modeled on the Windows calculator and do the calculations using inverse Polish, now only for the metric system, the other has not been realized I was a shield.
CLCcalculator
- 此计算器可以实现十进制\\八进制\\二进制\\十六进制,具有同windows自带计算器相当的功能,使用时只需打开html文件,并允许阻止的内容,需要源代码的可以和我联系,我的邮箱:061251008@163.com-this calculator can be achieved metric \\ octal \\ binaries \\ hexadecimal, with windows bringing their calculators with very functional, use
DecimalToHex
- 这是我亲自实现的十进制转化为十六进制的程序,虽然api中有转化的库函数,但这是一个简洁而又健壮的程序,希望大家参考一下-This is my personal realization of the metric system into hexadecimal procedures, Although api has transformed the function, but this is a simple and robust procedures, we hope to make profi
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中进行二进制,八进制,十六进制,十进制间进行相互转换
binary
- 把十进制转化了二进制,并现实里面1的个数!
Caculator5
- 如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因
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
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 小程序
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
jisuanqi1
- 本计算器可以进行简单的四则运算(加、减、乘、除)但仅限于十进制下,还可以进行(八进制,十进制,十六进制)之间的相互转换,八进制最多可以输入19位数,十进制最多可以输入18位数,十六进制最多可以输入14位数,backspace表示退格, clear表示初始化,-err
Converter
- 编译一个窗口,能够实现而进制数与十进制数的转换-Compile a window and be able to achieve the number of decimal hexadecimal conversion
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
Match0X
- 识别一个输入的字符串是否是十六进制数 如果是将其转换成等值的十进制数-Identify whether an input string is a hex number if it is converted into its equivalent decimal number
transfer2-10
- 本程序用java实现了二进制,十进制等的转化,代码虽小,但其中的方法独特,值得一看。-This procedure achieved using java binary, decimal, such as the transformation of the code is small, but unique way, worth a visit.
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
