Download List

프로젝트 설명

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.

System Requirements

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.

2003-09-08 21:16 Back to release list
0.12.2

구성과 같은 스타일이 릴리스의 변경 사항을 LIBH에 추가 헤더를 사용 누락된 파일 string.h에 대한 [cs]와 alloca.h, 그리고 gcc가 3.3 그리고 아무 코드는 일부 매핑을 소스에 의해 처리되지 않은 일부 inlines 제거가 포함됩니다.
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.

Project Resources