# BPlusTree **Repository Path**: tangzq/bplustree ## Basic Information - **Project Name**: BPlusTree - **Description**: 一个简单的数据库作业 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-10-17 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### BPlusTree > 一次简单的数据库作业。 > clone下来之后进入bplustree目录下可以直接运行output进行测试,也可以使用gcc进行编译。 > > 另外需要注意的是使用gcc编译出的output文件是unix文件,并不是可执行程序无法直接使用。鉴于作业需要,附上了在windows中编译好的exe程序(BPLUSTREE.exe)将输出统一更改为英文. ### gcc编译: > gcc bplustree.c test_bplustree.c -o+你的名字 之后运行。