微处理器中堆栈相关问题

发布于 2024-08-30 05:33:52 字数 41 浏览 7 评论 0原文

我们也可以在微处理器中进行队列操作吗? (假设微处理器支持堆栈操作)

can we also do queue operations in microprocessor? (given that the microprocessor supports stack operations )

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

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

发布评论

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

评论(2

情泪▽动烟 2024-09-06 05:33:52

不会。堆栈是内置的,只要有寄存器和操作来支持它即可。队列没有类似的支持。

如果你想要一个队列,你需要用代码来实现它。

No. The stack is built in insofar as there's a register and operations to support it. There is no similar support for a queue.

If you want a queue, you need to implement it in code.

萌梦深 2024-09-06 05:33:52

有堆栈,想要队列吗??...


你总是可以在软件中实现队列。请参阅此问题了解更多信息:

有关详细讨论如何使用堆栈实现队列

祝你好运!

Have stack, want Queue??...


You can always implement queues in software. Refer this Q for more:

For a detailed discussion on how to implement a queue using stacks:

GoodLUCK!!

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