搜索资源列表
redblcaktree
- Red Black Trees This file is come from the Linux Kernel.-Red Black Trees This file is come from the Li nux Kernel.
redblacktree
- 红黑树 linux下代码分析 red black tr
gdsl-1.4.tar
- The Generic Data Structures Library (GDSL) is a collection of routines for generic data structures manipulation. It is a portable and re-entrant library fully written from scratch in pure ANSI C. It is designed to offer for C programmers
josephus
- 利用红黑树结构来实现的josephus排列,复杂度为o(nlogn)-Red-black tree structure used to achieve the josephus arrangement
RBT2
- 红黑树程序,带测试界面,完美实现插入删除-Red-black tree program
rbt2
- 利用红黑树实现字符串的快速查找,在测试中发现要比哈希查找要快,在一百万个字符串查找每一个字符串,大概50us左右。-Using red and black tree to realize the rapid search string, in tests found than hash find fast, in one million a string search each string, about 50 around us.
SearchTree
- 用c++实现的红黑树代码,高效的搜索树,有添加查找各种功能-red-black tree code in C++
AVL-RBtree
- 将Windows操作系统中AVL的VAD内存管理用Linux中的红黑树替换-VAD memory management of Windows operating system, AVL Linux red-black tree replacement
memcheck_malloc_map
- Contains implementation of routines that implement a red-black tree of memory blocks allocated by the guest system.
memcheck_mmrange_map
- Contains implementation of routines that implement a red-black tree of memory mappings in the guest system.
rbtree
- Red Black Trees for linux API Driver.
mm97
- CSAPP malloclab的mm.c文件,采用红黑树,实测97分,目前最高分。-CSAPP malloclab of mm.c file, using red-black tree, measured 97 points, the highest points.
stl_tree
- Red-black tree class, designed for use in implementing STL associative containers (set, multiset, map, and multimap). -Red-black tree class, designed for use in implementing STL associative containers (set, multiset, map, and multimap).
tc_csum
- This turns a red-black tree into a [multi]set.
op_times_rep
- Red Black Trees Source Code for Embedded Linux.
DirsWatcher
- linux多文件目录监控源码,采用红黑树来存储数据结构,方便随机方面及修改。-linux multiple files directory monitor source, using red-black tree data structure to store, easy to modify and stochastic aspects.
red_black_tree
- C语言实现的红黑树,实现了插入、删除、查找、rank-red black tree in c