设计和实施社会关系问题

发布于 2024-10-04 13:17:54 字数 374 浏览 5 评论 0原文

我在 Windows 7 上使用 C# + VSTS 2010 + .NET 4.0 + ASP.NET + IIS 7。

目前我在数据库中存储了一些人员关系。我想知道如何实现下面链接的演示中所示的相同视觉效果?

有没有现成的 C# 库?如果开源且免费就更好了。 :-)

SocialAction:集成统计和可视化 用于社交网络分析

prefuse 可视化工具包

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

The prefuse visualization toolkit

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

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

发布评论

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

评论(1

甜是你 2024-10-11 13:17:54

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.

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