计算机类型
我最近在某处读到与计算机有关的内容。
阅读内容与 Lisp 和 Emacs 相关,它们更适合“架构”模型,更像图灵机。
另一方面,它是 C,“其他”架构模型以某人的名字命名,我不记得他的名字,但被命名为最成功的计算机类型,因为这就是我们现在都使用的计算机(即 cpu + ram + hd) +等等等等)。
如果这种类型的计算机不是图灵机,那么它的名字是什么(据我所知是一个抽象模型而不是物理模型)
字节!
I have read somewhere recently something related to the kind of computers.
The reading was related to Lisp and Emacs that fit into an "architectural" model more like a Turing Machine.
In the other hand it was C and the "other" architectural model was named after someone whose name I don't remember, but named as the most successful type of computer because that's what we all use nowadays ( that is cpu + ram + hd + etc etc ).
What's the name of that type of computer if it is not a turing machine ( that afaik is an abstract model rather than a physical )
Byte!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您正在考虑冯诺依曼架构。 尽管大多数现代计算机都使用冯·诺依曼架构,但也有类似的哈佛架构,它仍然是图灵-complete,但它将正在执行的指令与正在读取和写入的数据分开。
I think you're thinking of the Von Neumann architecture. Though most modern computers use the Von Neumann architecture, there's also the similar Harvard architecture that is still Turing-complete, but which separates the instructions being executed and the data being read and written to.
您是指冯诺依曼架构吗?
Do you mean the Von Neumann architecture?