搜索

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

1.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); ...

2.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超过文...

3.scws-1.1.9 发布,明确采用 BSD 协议;改进复合分词修正BUG

更新时间:2011-12-28 13:12 t By hightman

...件添加 C++ 的 extern "C" 标记以便直接使用:xdb.h,xdict.h,xtree.h,pool.h,darray.h 最新下载地址:[url]http://www.ftphp.com/scws/download.php[/url] 演示地址:[url]http://www.ftphp.com/scws/demo.php[/url]

4.好消息,scws-0.0.1 pre 版发布!!

发布时间:2007-06-09 11:06 t By hightman

...Sat Jun 9 13:49:40 2007 *************** *** 2,8 **** * @file xdb.c (xtree use file storage) * @author Hightman Mar * @editor set number ; syntax on ; set autoindent ; set tabstop=4 (vim) ! * $Id: xdb.c,v 1.1.1.1 2007/06/05 04:19:45 hightman Exp $ */ #include "xdb.h" --- ...

5.[2013] SCWS-1.2.2 发布,BSD协议、支持自定义词库、PHP5.4

更新时间:2013-07-11 21:07 t By hightman

...件添加 C++ 的 extern "C" 标记以便直接使用:xdb.h,xdict.h,xtree.h,pool.h,darray.h [b]scws-1.1.8 发布于 2011-07-30[/b] 1) win32/目录新增 vc9 工程文件, 默认为 php-5.3.x 提供的 php_scws.dll 采用 VC9(thread-safety) 编译 2) 修改英语专有名词的识别...

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