设计和实施社会关系问题
我在 Windows 7 上使用 C# + VSTS 2010 + .NET 4.0 + ASP.NET + IIS 7。
目前我在数据库中存储了一些人员关系。我想知道如何实现下面链接的演示中所示的相同视觉效果?
有没有现成的 C# 库?如果开源且免费就更好了。 :-)
I am using C# + VSTS 2010 + .NET 4.0 + ASP.NET + IIS 7 on Windows 7.
Currently I have some people relationships stored in a database. I am wondering how to implement the same visual effect shown in the demo linked to below?
Are there any ready-to-use C# libraries? Better if open source and free. :-)
SocialAction: Integrating Statistics and Visualization
for Social Network Analysis
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JIT(JavaScript InfoVis 工具包)有许多与这些链接中演示的可视化非常相似。
它也是免费且开源的。它不是用 C# 编写的,而是用客户端 Javascript 编写的,您所需要做的就是以 JSON 形式提供数据。
The JIT (JavaScript InfoVis Toolkit) has a number of visualisations that are very similar to the ones demonstrated in those links.
It's free and opensource as well. It's not written in C# but client-side Javascript, all you need to do is supply the data as JSON.