搜索资源列表
十进制数转换为八进制数
- 二叉树的生成与遍历-binary tree generation and traversal
16进制数转换成十进制
- 16进制数转换成十进制-16 metric conversion
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 小程序
Converter
- 编译一个窗口,能够实现而进制数与十进制数的转换-Compile a window and be able to achieve the number of decimal hexadecimal conversion
javazhuanhuan
- 学习java图形界面的设计,10进制数的转换-Learning java graphical interface design, the number of 10-band converter
Match0X
- 识别一个输入的字符串是否是十六进制数 如果是将其转换成等值的十进制数-Identify whether an input string is a hex number if it is converted into its equivalent decimal number
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
LargeIntegerOperation
- 数制转换和运算方法。用Java语言编写一个十六进制大数运算程序 -Number system conversion and computing methods. Java language using a hexadecimal calculation procedures of large numbers
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.
R
- 描述: 输入一个十进制数N,将它转换成R进制数输出。 输入: 输入共一行,包含两个整数N(32位正整数)和R(2<=R<=16, R<>10)。 输出: 输出转换后的数,输出占一行。如果R大于10,则对应的数字规则参考16进制(比如,10-16分别用A-F表示,等等)。 输入样例: 23 12 6687 16 输出样例: 1B 1A1F-Descr iption: En
change
- 带有完整用户界面的进制数之间的转换和数制之间的转换-change of data format
Binary
- 将输入的十进制数转换为2进制,输入输出显示在控制台上-The input of a decimal number to binary, input and output to the console
TestCalculator
- 简易科学计算器,从最基本的加、减、乘、除,到基本数学函数处理,再到数的进制转换处理。-A simple scientific calculator, from the most basic addition, subtraction, multiplication, division, to the basic mathematical functions, to the number of hexadecimal conversion processing.
NumberChange
- 本代码实现数制之间的转换,有良好界面,能够接受10进制数输入,转换为二、八、十六进制数,方便使用-This code number system conversion between a good interface can accept decimal input is converted to two, eight, hexadecimal number, easy to use
ArraytoHex
- 用查表法将十进制数转换为十六进制数的java小程序-Converts a decimal number look-up table method for the hexadecimal number of the Java applet
change
- 这个一个用Java编写的进制转换的程序。将输入的数转换为二进制、八进制和十六进制。-This is a written in Java binary conversion program. The input number converted to binary, octal and hex.
javasuanfa
- java 算法大全 主要功能实现不同进制数之间的进制转换-java algorithm Guinness hex conversion between the different numbering systems
number-hex-conversion
- 利用java实现数的进制转换 -Java number hex conversion
No.6
- 一、进制转换 程序功能:在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。二、简单计算器 程序功能:在窗口中输入操作数1和操作数2,选择加减乘除中的一种运算,点击“计算”按钮,得到结果。三、键盘鼠标响应 程序功能:在窗口中用鼠标左键和右键单击时,窗口下方显示哪个键被点击,坐标是多少;当键盘上某个键被点击时,窗口下方显示这个键的名称。-First, the binary conversion Program
