搜索

大约有 15 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1980秒)

1.Hightman,能介绍下XDB和Xtree吗?

发布时间:2007-06-25 11:06 t By weiqk2

我对简易分词分词系统中的XDB和Xtree非常感兴趣,能介绍下吗?

2.RE: 报告一个内存泄露bug,1.1.6版本

发布时间:2011-05-08 00:05 t By hightman

... *************** *** 1464,1470 **** } // free at & xtree ! free(at); xtree_free(xt); // restore the offset --- 1467,1474 ---- } // free at & xtree ! if (at != NULL) ! free(at); xtree_free(xt); ...

3.xdb文件读取小BUG

发布时间:2011-11-15 15:11 t By scgywx

该问题位于xdb.c文件的_xdb_to_xtree_node函数 buf = (unsigned char *) malloc(ptr->len + 1); _xdb_read_data(x, buf, ptr->off, ptr->len);//这里590行 /* save the key & value -> xtree */ voff = buf[16] + 17; 第590行,当_xdb_read_data文件读取失败时(如果offset超过文...

4.daemon server(linux后台程序)和embed(库的形式嵌入程序中)

更新时间:2010-12-09 23:12 t By lauxinz

...、SCWS_XDICT_MEM (这表示将 xdb 文件全部加载到内存中,以 XTree 结构存放)。具体用哪种方式需要根据自己的实际应用来决定。[b]当使用本库做为 daemon server 时应当使用 mem 方式,当只是 embed 调用时应该使用 xdb 方式[/b],将 xdb 文...

5.分词时出现堆栈溢出错误

更新时间:2013-04-10 10:04 t By swish

...+ Builder下编译成动态链接库,对源码做了以下处理: 1、xtree.c里,对qsort的调用做了以下处理: #ifdef __BORLANDC__ static int _xtree_node_cmp(const void *a,const void *b) { return strcmp((*((node_t *)a))->key,(*((node_t *)b))->key); } #else #ifdef WIN32 static...

6.cygwin编译出错

更新时间:2011-08-04 20:08 t By kpax

...rset.lo crc32.lo pool.lo scws.lo xdict.lo darray.lo rule.lo lock.lo xdb.lo xtree.lo /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to `_WinMain@16' collect2: ld returned 1 exit status make[2]: *** [libscws.la] Error 1 make[2]: Leaving directo...

7.RE: cygwin编译出错

更新时间:2011-08-17 23:08 t By 司徒隐

...rset.lo crc32.lo pool.lo scws.lo xdict.lo darray.lo rule.lo lock.lo xdb.lo xtree.lo /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to `_WinMain@16' collect2: ld returned 1 exit status make[2]: *** [libscws.la] Error 1 make[2]: Leaving directo...

8.RE:1242

发布时间:2007-06-25 19:06 t By hightman

xdb 就是一个自己设计的用来保存常量数据库(基本上只读少改)文件格式,类似 gdbm, cdb 这些格式 xtree 是一个HASH + tree 的内存数据结构,可以方便的和 xdb 进行互换

9.RE:1249

发布时间:2007-11-04 18:11 t By regedit

_xdb_to_xtree_node这个递归好像有问题哦,不断的申请mem? 呵呵

10.RE: daemon server(linux后台程序)和embed(库的形式嵌入程序中)

发布时间:2010-12-10 15:12 t By hightman

...个词典load到内存需要一些时间的(不光读取还要转换成xtree结构)

12
  • 时间不限
  • 按相关性排序