自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 suffix tree,python 版

 代码如下:## A Suffix-tree implementation#NODE_COUNT = 1class EdgeSet:        Save edge, edge is identified by start node and first char        def __init__(self):        self.dict = {}    def add

2009-04-19 22:18:00 2177

原创 Linux 内核中的 GCC 特性[zhuan]

文档选项<trvalign="top"><img alt="" height="1" width="8"src="//www.ibm.com/i/c.gif"/><img alt="" width="16"height="16" src="//www.ibm.com/i/c.gif"/><td class="small"

2009-04-09 22:39:00 888

原创 tc malloc

OverviewTCMalloc assigns each thread a thread-local cache. Small allocationsare satisfied from the thread-local cache. Objects are moved fromcentral data structures into a thread-local cache

2009-04-09 21:52:00 1504

原创 tcp rst packet

研究生期间有一段时间就总被connection reset by peer折磨,昨天又遇到这种情况,郁闷,不得不搞清楚了 Shutting down a socket connection involves an exchange of protocolmessages between the two endpoints, hereafter referred to as a shut

2009-04-07 19:44:00 3867

Aggregated Search

搜索引擎排序怎么整合垂直搜索的资源 Federated search is an information retrieval technology that allows the simultaneous search of multiple searchable resources. A user makes a single query request which is distributed to the search engines, databases or other query engines participating in the federation.

2018-10-15

简单的c编译器源码,生成汇编代码

网上找一个很简单的编译器源码,便于学习,使用lex和bison作为parser,包括完整的符号表,代码生成代码

2008-12-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除