Télécharger la liste

Description du projet

MST is a very simple Java application for calculating a minimum spanning tree from a weighted, undirected graph. The graph is read from a standard ASCII text file. One of the possible minimum spanning trees for the graph is then printed to the screen, along with the total weight of the tree.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-05-25 11:32
1.5

Fonctionnalité pour visualiser une représentation graphique de l'arbre couvrant minimal a été ajouté.
Tags: Minor feature enhancements
Functionality for viewing a graphical representation of the minimum spanning tree was added.

2002-05-20 15:14
1.4

Cette version ajoute un popup (clic droit) menu. Sélection multiple de fichiers est maintenant autorisée graphiques chargement. Support de l'internationalisation a été ajouté, avec des traductions en anglais et en suédois actuellement disponibles.
Tags: Minor feature enhancements
This release adds a popup (right mouse button) menu. Multiple file selection is now allowed when loading graphs. Internationalization support was added, with English and Swedish translations currently available.

2002-05-15 11:55
1.3

Il est maintenant possible de sauvegarder le contenu de la fenêtre de sortie. Un bug mineur dans le visualiseur d'aide et quelques petits problèmes esthétiques avec l'interface graphique ont été corrigés.
Tags: Minor feature enhancements
It's now possible to save the contents of the output window. A minor bug in the help viewer and some small aesthetical issues with the GUI have been fixed.

2002-05-13 23:44
1.2

Nouveaux menus, un nouveau bouton arrêter de fumer, un système d'aide HTML, changement de contrôle de l'interface graphique pour une classe de contrôleur indépendant, et les commentaires JavaDoc dans le code.
Tags: Minor feature enhancements
New menus, a new quit button, an HTML help system, changing control from the GUI to a separate controller class, and JavaDoc comments in the code.

2002-05-12 20:52
1.1

L'application utilise maintenant une interface utilisateur graphique Swing, plutôt que la vieille commande interface utilisateur en ligne.
Tags: Major feature enhancements
The application now uses a Swing graphical user
interface, rather than the old command-line user
interface.

Project Resources