我可以用 C# 为我的计算器开发程序吗?
这些计算器有像计算机一样的某种类型的处理器吗?可以为他们编程吗?最后,是否可以在其上运行 .NET Micro Framework?
谢谢。
(来源:made-in-china.com)
(来源:ecarepackage.org)
Does those calculators have some type of a processor like a computer? Is it possible to program to them? And finally, is it somehow possible to run the .NET Micro Framework on it?
Thank you.
(source: made-in-china.com)
(source: ecarepackage.org)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更昂贵的 TI 拥有通用处理器,例如 Z80 或 m68000,它们可以进行编程(通常采用 BASIC 或汇编语言)。当前没有在其上运行的 .Net 框架的实现 - 您可能是第一个创建它的人!
较便宜的芯片将逻辑直接内置于 IC 中,并且不能以任何方式进行编程。
The more expensive TI's have general purpose processors such as Z80 or m68000, which can be programmed (usually in BASIC or assembly). There are no current implementations of the .Net framework that run on them - you could be the first to create it!
The cheaper ones have the logic built directly into the IC, and are not programmable in any way.
有一些可编程计算器,但我不知道有哪些可以运行 .NET Framework。
There are some programmable calculators out there but I am not aware of any that will run the .NET Framework.