00.skiplist

所属分类:Linux/Unix编程
开发工具:C/C++
文件大小:15KB
下载次数:1
上传日期:2019-05-17 19:50:54
上 传 者好开会
说明:  跳表实现的源代码。跳表是一个随机化的数据结构,实质就是一种可以进行二分查找的有序链表。跳表在原有的有序链表上面增加了多级索引,通过索引来实现快速查找
(Jumping table implementation of the source code. The jump table is a randomized data structure. In essence, it is an ordered linked list that can perform binary lookups. The jump table adds a multi-level index to the original ordered linked list to quickly find through the index)

文件列表:
00.skiplist (0, 2019-03-08)
00.skiplist\cf_platform.h (2843, 2019-01-23)
00.skiplist\cf_skiplist-my.c (8107, 2019-01-30)
00.skiplist\cf_skiplist-my.h (2700, 2019-01-30)
00.skiplist\cf_skiplist.c (15342, 2019-02-15)
00.skiplist\cf_skiplist.c-rev3.svn000.tmp.c (5881, 2019-01-31)
00.skiplist\cf_skiplist.h (2243, 2019-01-28)
00.skiplist\cf_unwrapper.c (2256, 2019-01-29)
00.skiplist\cf_unwrapper.h (630, 2019-01-23)
00.skiplist\estimator_common.h (1682, 2019-01-29)
00.skiplist\Makefile (302, 2019-01-29)
00.skiplist\sender_history.c (2194, 2019-01-29)
00.skiplist\sender_history.h (761, 2019-01-29)
00.skiplist\test.c (14594, 2019-02-15)

近期下载者

相关文件


收藏者