FOSS 状态图程序

发布于 2024-12-21 00:31:48 字数 42 浏览 1 评论 0原文

我正在寻找一个程序来构建状态图/机器,程序越简单越好。 有什么建议吗?

I am looking for a program to build state diagrams/machines in, the simpler the program the better.
Any Suggestions?

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

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

发布评论

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

评论(2

三生一梦 2024-12-28 00:31:48

如果您只是想画图,请查看DiaUmbrelloUMLet。如果您还想做代码生成之类的事情,请仔细查看综合列表。

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.

蹲在坟头点根烟 2024-12-28 00:31:48

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.

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