Graphs and Charts
C & C++ » Scripts and Programs » Graphs and Charts
A D V E R T I S E M E N T
Want free Oracle Magazine? Apply here now!
DAWGCreator - GPLDAWG CREATOR
Version 0.1
Little description
This little C++ class gives the possibility to create a prefix tree representation of a given lexicon.
That means in the memory we can save place as the common prefix parts of the different words are represented just one time.
The application use dynamic list techniques in order to save memory and to make more faster the searching techniques.
Using the DOT language I created an interface to export the dynamic list representation into a directed graph description
in order to be able to visualize the structure.
Compiling
In order to compile the program under a Unix/Linux machine you should type: gmake -f dawg_creator.mak
More details
In order to create the image, you have to install on your machine the dot program provided by AT&T research lab.
For details see www.graphviz.org or www.research.att.com/sw/tools/graphviz/
The utility will be developed in the near feature as I would like to created a Directed Acyclic Word Graph representation.
Any comments, remarks are welcome.
7 November, 2003
FRANCE
ChartDirector (C++ Edition) - Free Trial/$99ChartDirector is a fast and powerful charting component for creating professional and clickable charts. It's innovative ChartDirector Mark Up Language, flexible object oriented API, layering architecture and advanced coloring system provide unprecedent chart design, formatting and customization capabilities to developers. Supports all major chart types - pie, bar, line, spline, trending, area, bubble, scatter, polar, box-whisker, finance, gantt. Easy to Use. Come with numerous examples. LogImage DLL - 600 US$Convert, transform, enhance between 100 different graphic formats (bmp, gif, jpeg, jpeg-2000, psd, tiff, tga etc...)
Can be called from VC++, VB, Delphi... C/C++ graphical library - $299SoftIntegration Graphical Library (SIGL) is a cross platform C++ graphical library. It provides the simplest possible solution for 2D/3D graphical plotting within the framework of C/C++ for rapid application development. Plots can be generated using SIGL for display in a local monitor, through the Web, or saved in a file with a variety of different file formats. The graphical library is for applications where the convenience of use, speed and performance matter.
|
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
|