Downloadliste

Projektbeschreibung

AVLMAP is a key:data pair data mapping (associative array) library for C programming based on AVL balanced binary trees. Added features include ordered data retrieval forward or reverse, support for optional duplicate keys (e.g. an extra linked list not needed), and the ability to find the nearest member if an exact match isn't available. Both key and data types may be selected from a choice of C data types including string and array variations. One mapping always has one key type, but data types may be mixed within a mapping.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2003-09-08 21:16
0.12.2

Dieses Release Änderungen an den gleichen Stil der Konfiguration in libh verwendete Datei, fügt fehlende Header enthält für string.h [cs] und alloca.h, und hebt einige Inlines, die nicht von gcc 3.3 und einige Mapping Quellen, die keinen Code hatte gehandhabt wurden.
Tags: Minor bugfixes
This release changes to the same style of configuration file used in
LIBH, adds missing header includes for string.h [cs] and alloca.h, and
removes some inlines that were not handled by gcc 3.3 and some mapping
sources that had no code.

2001-02-24 19:25
0.10.2

Diese Pressemitteilung wurde in einzelne Module hinzugefügt reorganisiert, als noch die Erstellung einer Bibliothek. Ein Speicherverlust der auftrat, wenn vorhandene Daten-Array oder String-Daten ersetzt wurde behoben.
Tags: Major bugfixes
This release has been reorganized into separate library modules, still compiling as one library. A memory leak that occured when data replaced existing array or string data has been fixed.

2001-01-30 15:12
0.9.9

Berichtigt Installation der Header im Makefile die map_array.h und map_scalar.h ausgelassen hatte, und ein konstantes Lagerung Attribut Hauptargumente für Array / String-Funktionen einfügen.
Corrected installation of headers in Makefile which had omitted map_array.h and map_scalar.h, and a const storage attribute to key arguments for array/string insert functions.

2001-01-30 15:12
0.9.8

Fixes für Fehler in avl_loop_forward und avl_loop_reverse Makros in einer Schleife auf den ersten oder letzten Knoten, bzw. zu starten, und ein Update für das Demo-Programm WordFreq, welche Knoten zu befreien war noch in einem Baum.
Fixes for errors in avl_loop_forward and avl_loop_reverse macros to start loop at first or last node, respectively, and a fix for the demo program wordfreq which was freeing nodes while still in a tree.

2001-01-30 15:12
0.9.7

Ein neuer Datentyp char passend zum Zeichen der Plattform (sammelt als unsigned '), einen neuen Alias Typ str, eine neue Funktion map_data_clear (), um klare Daten in einem Mitgliedstaat, zwickt das Makefile für eine ungerade Plattform und andere misc. Änderungen.
A new data type for char matching the sign of the platform (collates as unsigned), a new alias type str, a new function map_data_clear() to clear data in a member, tweaks to the Makefile for an odd platform, and other misc. changes.

Project Resources