用于建模树结构的免费软件工具
我正在寻找一个易于使用的免费软件工具来建模特定的树结构。有人给我一个简短的提示吗?
多谢!
I am looking for a easy to use freeware tool for modeling a specific tree structure. Does someone has a short hint for me?
thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许这些图形可视化工具、编辑器等之一......
Perhaps one of these graph visualizers, editors, etc...
查看 Eclipse 建模框架。一切都可以轻松创建您自己的树编辑器。
http://www.eclipse.org/modeling/emf/
这是一篇关于如何只需几个步骤即可获得您自己的树编辑器: http:// www.eclipse.org/articles/Article-Using%20EMF/using-emf.html
Have a look to the Eclipse modeling framework. Everything is available to create your own tree editor easily.
http://www.eclipse.org/modeling/emf/
Here is an article about how to get your own Tree editor in a few steps: http://www.eclipse.org/articles/Article-Using%20EMF/using-emf.html
有TreeTime,请看一下:http://tree-time.info / https://pypi.org/project/TreeTime/。这是一个多用途的树编辑器,可以添加数字、文本,还有计时器;它进行递归计算(加法、减法、上下分支和同级之间的比率)和一些导出(html、文本、csv)。它使用多个相互链接的树。
另外,如果您决定尝试一下,我会对您的意见感兴趣。 :)
There is TreeTime, please have a look: http://tree-time.info / https://pypi.org/project/TreeTime/. This is a multi-purpose tree editor, you can add numbers, text, there are timers; and it does recursive calculations (adding, subtracting, ratios up and down branches and amoung sibling) and some exports (html, text, csv). It uses multiple trees that are inter-linked.
Also, if you do decide to give it a go, I'd be interested in your opinion. :)