Tagged Questions

0
votes
0answers
116 views

Topology diagram in silverlight

I have a web application which lets users create entities, and define relationships and associations between the entities. I'd like to use silverlight to visually show a topology …
1
vote
2answers
163 views

Triangular mesh topology

Hi, I've got a triangular mesh class which contains a list of nodes (2d in my case but that shouldn't matter) and a list of faces. Each face is a triangle and it only contains the …
4
votes
5answers
452 views

Envelope Algorithm Optimization — Best Place to Put a Circle

I have to solve the following problem in an optimal way. Input data is: N points in a plane given as a (x, y) pair of integer coordinates M points in the same plane given as a ( …
1
vote
2answers
614 views

Topological sort, recursive, using generators.

Data: a dependency list, already verified to be acyclic. So here, 'a' depends on 'b','c','d' (c depends on d), etc... A = { 'a' : dict(b=1, c=1), 'c' : dict(d=1), 'd' …
4
votes
9answers
731 views

Network Map Algorithm that Detects Unmanaged Layer 2 Switches?

I've inherited a network spread out over a warehouse/front office consisting of approximately 50 desktop PCs, various servers, network printers, and routers/switches. The "intelli …
1
vote
1answer
231 views

Scalable Moebius strip in WPF

A moebius strip is a surface with one side. How would one define such an object in XAML/WPF? How could such an object be manipulated in 3D, scaled up and down and rotated using C …
1
vote
7answers
621 views

Topology drawing tool

I need to draw some simple network topology charts, suggestions of some good tools appreciated. Edit: love freeware :-)