DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamedarts
BeschreibungC++ Template Library for implementation of Double-Array
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.32-7
Sektionuniverse/devel
Prioritätextra
Installierte Größe144 Byte
Hängt ab vonlibc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße28426 Byte
Prüfsumme MD59f4a29bfdfc265b5098dab63e1d4bec9
Prüfsumme SHA1da3f4e6f5a833995c05ed95f4988100265c7c11c
Prüfsumme SHA25634c88e2a42cc2151b050a74c480b9ea19334d66ad5724aed48b84bd71768a765
Link zum Herunterladendarts_0.32-7_i386.deb
Ausführliche BeschreibungDarts is simple C++ Template Library for implementation of Double-Array Structure. . A double-array structure is a kind of Trie structure, digital search tree, an efficient data structure combining fast access of a matrix form with the compactness of a list form. It is faster than other implementations like Hash tree, Patricia tree, Suffix Array and so. . For more detail about double-array structure, see "Aoe, J. An Efficient Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077." . This software provides indexing operations for Common Prefix Search. Darts is used for MeCab and ChaSen, Japanese Morphological Analysis System.


Impressum
Linux is a registered trademark of Linus Torvalds