gpt4 book ai didi

hex - 在 Ada 中将整数值转换为十六进制

转载 作者:行者123 更新时间:2023-12-04 16:47:49 35 4
gpt4 key购买 nike

有某种解决方法可以利用以下内容并保存它?

Put_Line(MyNum, Base => 16);

例如,它将 255 转换为十六进制 FF 的正确值,但仅用于显示目的。我可以做类似的事情,但要保存结果吗?

最佳答案

您可以使用 version of Put that outputs to a string :

procedure Put(To   : out String;
Item : in Num;
Base : in Number_Base := Default_Base);

关于hex - 在 Ada 中将整数值转换为十六进制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13872022/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com