- 1、本文档共10页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
十六进制正整数,输出它们对应的八进制数.java(国外英文资料)
十六进制正整数,输出它们对应的八进制数.java(国外英文资料)
Problem description
Given n hexadecimal integers, output their corresponding octal digits.
Input format
The first act of input is a positive integer n (1 = n = 10).
The next n lines, each line by A 0 ~ 9, uppercase string composed of A ~ F, said to convert hexadecimal positive integers, each hexadecimal number length less than 100000.
The output format
Output n rows, each input corresponds to an octal positive integer.
Pay attention to
The hexadecimal number entered does not have a leading 0, such as 012A.
The octal number of the output cant have a leading zero.
The sample input
2
39
123 ABC
Sample output
71
4435274
prompt
First, the hexadecimal number is converted into a certain number, and then the decimal number is converted into octal
Import the Java. Util. *;
Public class Main
{
Public static void main (String [] args)
{
( a , a);
}
Public static String (String value, int SRC, int dest)
{
Return Integer.
}
}
The computer USES binary, a number that can be expressed in arbitrary terms.
Key technical analysis:
V in Java in the statement is a decimal number by default when adopted, can be in front of the Numbers and symbols represent Numbers using octal or adding 0 (zero) 】 【 hexadecimal [with a 0 (zero) x x].
The integral package class Integer and Long for v Java provide the static method of toString (int I, int radix), which converts an arbitrary Integer into other Integer integers.
V USES an Integer or Long toBinaryString method to convert integers into binary.
V USES an Integer or Long toOctalString method to convert integers into octal.
V USES an Integer or Long toHexString method to convert integers into hexadecimal.
V USES the Integer or Long toString (int I) method to convert other integers into decimal integers.
Public class SystemConversion {
Public static void main (String [] args)
Int iOct = 0567; / / octal Numbers statement, plus 0 (zero)
Int iTen = 1000; / / decimal Numbers statement
Int iHex = 0 xabcd; / / hexadeci
您可能关注的文档
- 个别化指导.doc
- 个数字玩转组选6)(国外英文资料).doc
- 两位数利润的背后(国外英文资料).doc
- 中兴配置账号密码(国外英文资料).doc
- 中南导师.doc
- 中国历朝起止时间、统治时间表.doc
- 中国商务管理软件现状分析与启示(国外英文资料).doc
- 中国古代魔术(国外英文资料).doc
- 中国机械百强企业(国外英文资料).doc
- 中国玩具业玩得还不够!(国外英文资料).doc
- 25上半年2期套题班-行政职业能力测验(八).docx
- 公考讲义-2025年1月时政汇总.pdf
- 2025年省考逻辑填空1000 高频实词积累+刷题早读课 讲义.pdf
- 25上半年2期套题班-行政职业能力测验(九).docx
- 2025四川事业编FB综合岗考试-综合能力测试讲义-主观题基础,案例分析题,公文写作及文章写作题.pdf
- 25上半年2期套题班-行政职业能力测验(五).docx
- 2025申论多省联考刷题课真题资料-2025国考执法课程.doc
- 2025申论多省联考刷题课真题资料-2024江西执法课程.doc
- 25上半年2期套题班-行政职业能力测验(十).docx
- 2025申论多省联考刷题课真题资料-2024福建县乡课程.doc
最近下载
- 把规矩和纪律挺在前面心得体会模板.docx VIP
- 2025年中国新疆农产品贸易市场全面调研及行业投资潜力预测报告.docx
- 新人教版八年级物理下册知识点总结.doc VIP
- 海南版信息技术四年级下册第1课 制作文本幻灯片.pptx VIP
- 7.1.3++亚洲的自然环境+课件+-2024-2025学年人教版地理七年级下册.pptx VIP
- 部编人教版九年级语文下册作业课件 专题 专题五 古诗文默写.ppt
- 马工程教材《公共财政概论》PPT-第二章 公共财政职能.ppt
- 广西财政预算管理一体化系统操作手册-财政版东兴市.pdf VIP
- 上市公司财务报表分析——以新希望六和股份有限公司为例.docx
- 【良品铺子公司基于EVA模型指标的财务绩效评价研究】15000字.docx
文档评论(0)