Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以类似 UML 的方式绘制出我的类(结构),并在 C 中为我生成支持的 shell 代码。这样的东西存在吗?首选免费软件 && Eclipse 插件。
Doxygen使用点工具构建图
yEd是一个很好的图形渲染工具
Zest是一个很好的绘图工具箱
如果您的头文件 (*.h) 编写得很好,您可以使用 xText 和 C 语法的子集来解析它们以驱动 yEd、zest 或 dot。