.NET news » Search results
Search results for query "graph" (24):
QuickGraph: A 100% C# graph library with Graphviz Support.
This article presents a Generic Graph Library, 100% C#. This library is an attempt to port the Boost Graph Library (BGL) from C++ to C#.
Graph problems arise in a number of situations (more often that you would think): file compilation order, network band-with, shortest path, etc. The library provides the basic data structure to represent vertices, edges and graphs, and also provides generic implementation of various graph algorithms such as the depth-first-search, the Dijkstra shortest path, etc.
As the library comes with a full NDoc reference manual, this article will not enter into deep coding details.
2007-04-23 12:45:00 Source: QuickGraph: A 100% C# graph library with Graphviz Support.
Tags: Graphics
C2DPushGraph: A Push Graph Control
A push graph control similiar to the graph control located in Microsoft's Task Manager.
Graph Library
This article addresses the construction of a simple graph library using C#.
Realtime Chart and Graph in One
I worked on a project in which I needed a graph control. Later on, I was also required to use a chart control. So I thought, hey, let's just combine them both into one nice and simple control..
Generating Graphs with WPF
A common software-development task is generating a graph from a set of test-related data. But if you're doing it by hand and the underlying data changes frequently, this particular task can become quite tedious. James McCaffrey shows you how to automate the process using Windows Presentation Foundation technology.
C# 2.0 Graphing Control
This project creates a graphing control as a subclass of the standard .Net WinForms 2.0 PictureBox control. It integrates easily into the VS2005 Toolbox and supports multiple curves, multiple styles, legends, grids and other features. It can graph functions and relations. Graphs can be automatically scaled or you can keep complete control over scaling.
The OpenGL and GLUT: A Powerful Graphics Library and Utility Kit
Since OpenGL drawing commands are limited to those that generate simple geometric primitives (points, lines, and polygons), the OpenGL Utility Toolkit (GLUT) has been created to aid in the development of more complicated three-dimensional objects such as a sphere, a torus, and even a teapot. GLUT may not be satisfactory for full-featured OpenGL applications, but it is a useful starting point for learning OpenGL…
Busy Dizzy Bee-sley Spirographic Animation in Expression Blend & Silverlight
Simulating a random motion animation without code, using Spirographic Shapes, PathListBoxes, Storyboards & Behaviours
2010-05-11 05:13:00 Source: Busy Dizzy Bee-sley Spirographic Animation in Expression...
Tags: Graphics
Silverlight
Signature User Control: Graphics Programming in Smart Phones, PocketPCs, and PDAs
In this article we are going to see the use of graphics in Smart Phones and PDA applications.
RSA Cryptographic Key Interoperability
Import and Export RSA Keys in PKCS#8 and X.509 Format using Crypto++, C#, and Java


Syndicate