Download List

Projeto Descrição

This package consists of an API for a doubly linked list. The API is divided into six functional groups: initialization, status and state, pointer manipulation, list update, search, and input/output. The API has been used in production software for over 10 years.

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.

2012-01-17 05:31
2.0.0

Esta versão introduz uma API de Python e tem testes de unidade, escritos em Python. A API C é envolto em invólucros ctypes fina. O Python código pode ser instala com easy_install e cria um arquivo de ovo. A implementação c tem uma estrutura de diretório reorganizado e algumas correções de erros. A documentação do c foi atualizada em alguns lugares, reflectindo as correções de bugs.
This release introduces a Python API and has unit tests written in Python. The C API is wrapped in thin ctypes wrappers. The Python code can be install with easy_install and creates an egg file. The C implementation has a few bugfixes and a reorganized directory structure. The C documentation has been updated in a few places, reflecting the bugfixes.

2011-05-05 09:58
1.2.1

Esta versão traz up-to-date a construir metas no Makefile e também corrige um bug na função DLL_Version. Esta função não é necessário para o uso normal do API. HTML, PostScript, PDF e documentos estão todos incluídos no tarball.
This version brings up-to-date the build targets in the Makefile and also fixes a bug in the DLL_Version function. This function is not necessary for normal use of the API. HTML, PostScript, and PDF documentation are all included in the tarball.

2007-07-30 01:57
1.2.0

A CVS gerados ChangeLog substituiu o arquivo histórico manualmente mantidos. Os três arquivos de cabeçalho foram reduzidas a uma, ea formatação do código foi parcialmente alterado. A documentação foi atualizada, e um arquivo PDF de novo foi acrescentado à já existente PS e documentos HTML. O projeto agora tem dupla licença: a licença Eclipse foi adicionado ao original Artistic License.
Tags: Code cleanup
A CVS-generated ChangeLog has replaced the manually kept HISTORY file. The three header files have been reduced to one, and the code formatting has partially changed. The documentation has been updated, and a new PDF file has been added to the already existing PS and HTML docs. The project is now dual licensed: the Eclipse license has been added to the original Artistic License.

2001-01-30 15:12
1.1.0

Os novos recursos nesta versão é a troca de nós, a inserção de nós acima ou abaixo de um ponteiro de registro atual, em busca de um recorde nth, e um esquema de indexação virtual.
The new features in this release is swapping of nodes, inserting nodes above or below a current record pointer, searching for an nth record, and a virtual indexing scheme.

Project Resources