搜索资源列表
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
16binary
- java16进制高低位转换,和16进制与10进制之间的转换。-java16 binary low and high conversion, and between 16 hex and 10 hex conversion.
ByteUtils
- 纯java代码实现2进制、10进制、16进制相互转换的工具类-2 band of pure java code, 10 hex, 16 hex conversion utility class
jizhizhuanghuan
- Java 做的进制转换,可以将2进制,8进制,10进制,16进制相互转换的功能,还不错的-Java do binary conversion binary, octal, decimal, hexadecimal conversion function, but also good
SysConvert
- 在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。-In the window to create radio buttons, text area, single text box and components, and implement according to user input decimal number, choose a different option may be converted into 2,
No.6
- 一、进制转换 程序功能:在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。二、简单计算器 程序功能:在窗口中输入操作数1和操作数2,选择加减乘除中的一种运算,点击“计算”按钮,得到结果。三、键盘鼠标响应 程序功能:在窗口中用鼠标左键和右键单击时,窗口下方显示哪个键被点击,坐标是多少;当键盘上某个键被点击时,窗口下方显示这个键的名称。-First, the binary conversion Program
16-10
- 将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging whether the hexadecimal charact