FOSS 状态图程序
我正在寻找一个程序来构建状态图/机器,程序越简单越好。 有什么建议吗?
I am looking for a program to build state diagrams/machines in, the simpler the program the better.
Any Suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您只是想画图,请查看Dia,Umbrello 或 UMLet。如果您还想做代码生成之类的事情,请仔细查看此综合列表。
If you're trying to just draw pictures,take a look at Dia, Umbrello or UMLet. If you also want to do things like code generation, look closer into this comprehensive list.
QM (http://www.state-machine.com/qm) 是一个简单、免费、跨平台、图形 UML 建模工具,用于设计和实现基于状态机的实时嵌入式应用程序。 QM 支持嵌套状态、进入/退出操作、转换操作、内部转换和选择段。生成的 C 或 C++ 代码是人类可读的。 QM 允许您将自己的代码与合成代码混合,并使用该工具生成您认为合适的全部代码。
QM (http://www.state-machine.com/qm) is a simple, free, cross-platform, graphical UML modeling tool for designing and implementing real-time embedded applications based on state machines. QM supports nested states, entry/exit actions, actions on transitions, internal transitions, and choice segments. The generated C or C++ code is human readable. QM allows you to mix your own code with the synthesized code and use the tool to generate as much or as little of the overall code as you see fit.