| Projects on Google Code | Results 1 - 10 of 357 |
=Графы и алгоритмы=
==Для чего?==
Программа написана в целях изучения графов в более наглядной форме.
==Как пользоваться?==
Программа очень проста в использовании, за счет _интуитивно_ понятного интерфейса. Первоначально при запуске программы создается *новый граф* и ему присваивается имя _Grap...
The aim of this project is to provide a graph query language that can be used to query graphs represented in [http://jung.sourceforge.net/ jung]. There are numerous applications for this, including the declarative definition of architectural antipatterns and smells in systems. The project is inspire...
graph,
query,
antipatterns,
refactoring,
motif,
architecturalrefactoring,
architecturalsmells,
constraintresolver
A graph template library under construction.
Here is simple example that explains how to create and iterate a graph by nodes using CGTL:
{{{
cgt::graph<string, int> g;
g.insert_vertex ("A");
g.insert_vertex ("B");
g.insert_vertex ("C");
g.insert_edge (1, "A", "B");
g.insert_edge (2, "A...
= igraph -- Platform for graph algorithms =
igraph wants to be an efficient platform for 1) complex network analysis and 2) developing and implementing graph algorithms. It provides flexible and efficient data structures for graphs and related tasks. It also provides implementation to many classi...
== Description ==
Dagvis is a prototype application that allows you to open and view workflow DAGs produced by Virolab's exp2workflow project. It is developed with execution workflows in mind, although in theory it can read and present any GraphViz file and provide some interactivity. A computer ...
Annas is a Java framework designed for developers and researchers in the fields of Graph Theory - AI, Path finding, distributed systems, etc.
At this point the framework is comprised of 5 main and some additional libraries:
* Annas.Graph – a library for Graph manipulation and Visualisation...
A fluent interface for .NET for generating graphs with [http://www.graphviz.org GraphViz].
*Introduction*
!FluentDot provides a fluent interface for generating graph layouts in DOT format, which in turn is consumed by !GraphViz (specifically dot.exe) in order to produce graphs in various for...
{{{GraphNav}}} is a Java Swing library meant to write graph browsers and applications related to graph manipulation.
The Javadoc is available [http://graphnav.googlecode.com/svn/site/1.0-SNAPSHOT/apidocs/index.html here].
The project site is [http://graphnav.googlecode.com/svn/site/1.0-SNAPSHO...
http://sixpixelsapart.com/images/django-graphs_header.gif
==Introduction==
Data presentation is hard enough without graphs looking like they somehow traveled forward through time from 1987 to the present. Django-graphs aims to create a beautiful, extensible, and _fast_ graph rendering library fo...
=Business Process Technologies 4 Java=
This open source project includes the source code used for research purposes in the domain of Business Process Management. The code base is under development and will evolve.
===The project includes:===
* Directed graph, undirected graph, directed mult...