.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.
2006-12-04 09:39:00   Source: C2DPushGraph: A Push Graph Control   Tags: Graphics Components

Graph Library

This article addresses the construction of a simple graph library using C#.
2008-04-10 06:55:00   Source: Graph Library   Tags: Graphics

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..
2007-05-16 15:33:00   Source: Realtime Chart and Graph in One   Tags: Graphics Components

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.
2010-06-06 19:00:00   Source: Generating Graphs with WPF   Tags: WPF Graphics

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.
2006-12-16 14:30:00   Source: C# 2.0 Graphing Control   Tags: Graphics

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…
2010-05-13 01:34:00   Source: The OpenGL and GLUT: A Powerful Graphics Library and...   Tags: Graphics

Busy Dizzy Bee-sley Spirographic Animation in Expression Blend & Silverlight

Simulating a random motion animation without code, using Spirographic Shapes, PathListBoxes, Storyboards & Behaviours

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.
2008-07-02 15:40:00   Source: Signature User Control: Graphics Programming in Smart...   Tags: Mobile

RSA Cryptographic Key Interoperability

Import and Export RSA Keys in PKCS#8 and X.509 Format using Crypto++, C#, and Java
2008-04-23 01:57:00   Source: RSA Cryptographic Key Interoperability   Tags: Security
« Previous123Next »