搜索资源列表
2.4.4--计算器提高(具有数制转换功能的计算器)
- 一个具有+,-,*,/和数学函数运算功能,并能够将二进制数和十进制数相互转换的小型计算器。-,-,*,/ and with a mathematical function computing functions, and to be binary and decimal number of small mutual conversion calculator.
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
BinaryJFrame
- 整数进制转换 整数进制转换 整数进制转换-Convert hexadecimal conversion octal integer integer integer binary conversion
getini_src
- Java数据库备份迁移程序的源代码.这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-Java Database Backup migration program' s source code. This done with the
getini_src
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。 -This program can be completed using Java inside the database to export data to other databa
Binaryconversion
- JAVA的進位轉換 短短的程式碼就可以輕易的轉換任何數字-JAVA binary conversion of short code can be easily converted to any number
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.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
Numbersystemconversionproblems
- 数制转换问题,编写一个应用,接收用户输入的一个10进制数,然后分别把它转换为2进制、8进制和16进制数输出。-Number system conversion problems, write an application to receive user input of a 10-decimal number, and then convert it to 2, respectively, binary, hex and 16 hex number 8 output.
javacaculter
- 能够实现基本功能,和二进制到16进制的转换,能进行科学计算。实现复制和存储-To achieve the basic functions, and binary to hexadecimal conversion 16 can carry out scientific calculations. Achieve replication and storage
Calculatorjz
- 基本实现了计算器的全部功能,并且增加了几种常见进制转换的功能,及进制的运算。-Basically all the functions of the calculator, and an increase of several common binary conversion function, and binary arithmetic.
[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
JinZhiZhuanHuan
- 简单的进制转换小程序,初学java编程,自己写着玩的-Binary conversion
jizhizhuanghuan
- Java 做的进制转换,可以将2进制,8进制,10进制,16进制相互转换的功能,还不错的-Java do binary conversion binary, octal, decimal, hexadecimal conversion function, but also good
change
- 这个一个用Java编写的进制转换的程序。将输入的数转换为二进制、八进制和十六进制。-This is a written in Java binary conversion program. The input number converted to binary, octal and hex.
decimalToBinary
- 这个程序采用java语言,完成十进制到二进制的转换,代码简单,易懂。-This procedure using java language, complete decimal to binary conversion, the code is simple, easy to understand.
TextZhuanhuan
- 一个可发实现各种进制转换的算法。看上去简单。却非常实用-A binary conversion can be made to achieve a variety of algorithms. Deceptively simple. But very practical
tl_int
- 图形用户界,无数个操作数的运算以及二进制的转换-Graphical user interface, numerous operators and operands binary conversion
No.6
- 一、进制转换 程序功能:在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。二、简单计算器 程序功能:在窗口中输入操作数1和操作数2,选择加减乘除中的一种运算,点击“计算”按钮,得到结果。三、键盘鼠标响应 程序功能:在窗口中用鼠标左键和右键单击时,窗口下方显示哪个键被点击,坐标是多少;当键盘上某个键被点击时,窗口下方显示这个键的名称。-First, the binary conversion Program