btree-master

所属分类:Windows编程
开发工具:C/C++
文件大小:52KB
下载次数:0
上传日期:2020-03-27 09:16:36
上 传 者lzpgfy
说明:  B树的数据结构,由C语言实现,做数据库先要学习的数据结构
(The data structure of B-tree is realized by C language, which is the data structure to be learned before making database)

文件列表:
LICENSE (35122, 2015-05-21)
Makefile (1671, 2015-05-21)
big-demo.cpp (1730, 2015-05-21)
bstr (0, 2015-05-21)
bstr\TBstr.cpp (2755, 2015-05-21)
bstr\TBstr.h (1079, 2015-05-21)
hash (0, 2015-05-21)
hash\Hash.cpp (393, 2015-05-21)
hash\Hash.h (538, 2015-05-21)
heap (0, 2015-05-21)
heap\Heap.cpp (3224, 2015-05-21)
heap\Heap.h (1299, 2015-05-21)
logs (0, 2015-05-21)
logs\report (1306, 2015-05-21)
node (0, 2015-05-21)
node\IntlNode.cpp (6023, 2015-05-21)
node\IntlNode.h (1272, 2015-05-21)
node\LeafNode.cpp (7343, 2015-05-21)
node\LeafNode.h (1419, 2015-05-21)
node\Node.cpp (3890, 2015-05-21)
node\Node.h (4647, 2015-05-21)
produce.cpp (1080, 2015-05-21)
rangevalue (0, 2015-05-21)
rangevalue\RangeValue.cpp (1542, 2015-05-21)
rangevalue\RangeValue.h (621, 2015-05-21)
small-demo.cpp (2427, 2015-05-21)
storage (0, 2015-05-21)
storage\Storage.cpp (14752, 2015-05-21)
storage\Storage.h (3068, 2015-05-21)
storage\file.h (2610, 2015-05-21)
test-demo.cpp (419, 2015-05-21)
test (0, 2015-05-21)
test\Test.cpp (3458, 2015-05-21)
test\Test.h (1114, 2015-05-21)
tree (0, 2015-05-21)
tree\Tree.cpp (13086, 2015-05-21)
... ...

# btree use B+tree to deal with key-value operation This is a simple model for Btree, just to get used to it. Later, new algorithm and swap strategy can perform here firstly, for a test before applying to labatory's project! Some SELF-MACROs are used in notes: TODO, WARN, DEBUG, BETTER, QUERY, NOTICE each directory with a makefile, all contributed to one files in logs/ are helpful when debugging, so we should always print information to them. What's more, consider if necessary to include logs/ in users' side???

近期下载者

相关文件


收藏者