搜索资源列表
2.4.4--计算器提高(具有数制转换功能的计算器)
- 一个具有+,-,*,/和数学函数运算功能,并能够将二进制数和十进制数相互转换的小型计算器。-,-,*,/ and with a mathematical function computing functions, and to be binary and decimal number of small mutual conversion calculator.
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
charcodeASP
- 一个字符转换函数,可以把UTF8转换为GB编码文字,是ASP源码,非常有和,其中包括对汉字的转换!二进制代码转换为十六进制、十进制代码,十六进制、十进制转换为二进制,GB字符转UNICODE字符,URL字符解码等-A character conversion function can be converted to GB encoding UTF8 text, is the ASP source code, and very, including the conversion of Chines
BinaryToDecimalConverter.java
- this program is used to convert a a 4 digit binary number to its decimal equivalent, library methods are not used. Also error checking is taken care .-this program is used to convert a a 4 digit binary number to its decimal equivalent, library metho
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
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.
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.
three
- 一个是用移位运算求出一个十进制数的二进制形式 一个是简单的菱形 最后一个是解决鸡兔同笼问题-A shift operation is obtained in the form of a binary decimal number is simply a diamond last one is to solve the problem of chickens and rabbits with cage
src
- 十进制转换成二进制,用JAVA实现,请大家多多指教!-Decimal to binary
shiyan
- 使用Javascr ipt和Applet实现网页版的插入算法、归并算法、堆排序、快速排序、多项式加减(用链实现)、十进制转化为二进制(用队+栈实现)、开放地址法(线性探测)、一次探测法(平方探测)、二次探测法(双HASH)实现快速查找、利用二叉排序树进行排序与查找以及删除一个节点、实现宽度优先或深度优先排序算法、实现Kruskal算法或Prime算法-Insertion algorithm, merging algorithm, heap sort, quick sort, polynomial
example
- 1、 编写一个程序用以设置和输出员工属性,员工属性包括工号,姓名和工资(经理是一类特殊的员工,除了员工的基本属性另外还具有奖金); 2、 编写一个程序将二进制数转成十进制数。 -1, write a program for employees to set and output properties, staff attributes include the job number, name and salary (manager is a special class of employ
Binary
- 将输入的十进制数转换为2进制,输入输出显示在控制台上-The input of a decimal number to binary, input and output to the console
BinaryToDecimal
- binary to decimal (java)
trans
- 使用窗口界面,将输入的二进制数转换成十进制数,输入格式不正确时自动提示报错-Use the window interface, the input binary number converted to decimal
BaseConvert
- java代码实现二进制至64进制之间的任意转换。-java code to implement any converting between Binary and Decimal or Hex.
Number
- java 十六进制转十进制,用二进制方法来实现,有源码和jar包-java hexadecimal to decimal, binary methods to achieve src and jar files
No.6
- 一、进制转换 程序功能:在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。二、简单计算器 程序功能:在窗口中输入操作数1和操作数2,选择加减乘除中的一种运算,点击“计算”按钮,得到结果。三、键盘鼠标响应 程序功能:在窗口中用鼠标左键和右键单击时,窗口下方显示哪个键被点击,坐标是多少;当键盘上某个键被点击时,窗口下方显示这个键的名称。-First, the binary conversion Program
bc
- 十进制转换二进制,八进制,16进制计算小程序(binary-to-decimal conversion)