当给定一个字符串时,返回一个 INT - MIPS

发布于 2024-11-07 23:33:38 字数 83 浏览 2 评论 0原文

我对我的 MIPS 作业有一点疑问,给定一个字符串,我必须返回一个等于该字符串的 int (该字符串由整数组成)。我不知道该怎么做,有人可以给我动力吗?

i got one little doubt with my MIPS homework, i have to, given a string, return an int equal to the string (the string is made of ints). I have no idea how to do this, can anyone give me a boost?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寒冷纷飞旳雪 2024-11-14 23:33:38

我想你要做的就是按照 atoi() 的方式将字符串转换为整数。您可以查看该函数的实现以获取提示。

I suppose that what you have to do is to convert a string to an integer in the way that atoi() does. You could have a look at an implementation of that function for hints.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文