代码搜索:double-array

找到约 14 项符合「double-array」的源代码

代码结果 14
www.eeworm.com/read/409492/11320918

readme

datrie - Double-Array Trie Library ================================== This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of di
www.eeworm.com/read/402767/11528554

readme

datrie - Double-Array Trie Library ================================== This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of di
www.eeworm.com/read/409492/11320956

h darray.h

/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * darray.h - Double-array trie structure * Created: 2006-08-11 * Author: Theppitak Karoonboonyanan
www.eeworm.com/read/402767/11528564

h darray.h

/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * darray.h - Double-array trie structure * Created: 2006-08-11 * Author: Theppitak Karoonboonyanan
www.eeworm.com/read/409492/11320889

in datrie.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: datrie Description: Double-array trie library Version: @VERSION@ Requires: Libs: -L${libdir} -ldatrie Cflags:
www.eeworm.com/read/402767/11528546

in datrie.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: datrie Description: Double-array trie library Version: @VERSION@ Requires: Libs: -L${libdir} -ldatrie Cflags:
www.eeworm.com/read/409492/11320921

news

libdatrie 0.1.0 (2006-09-18) ===== - Initial release - BASE-TAIL Double-array trie structure - Single-byte character map support
www.eeworm.com/read/402767/11528555

news

libdatrie 0.1.0 (2006-09-18) ===== - Initial release - BASE-TAIL Double-array trie structure - Single-byte character map support
www.eeworm.com/read/409492/11320948

c darray.c

/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * darray.c - Double-array trie structure * Created: 2006-08-13 * Author: Theppitak Karoonboonyanan