文件名称:cs346-redbase:CS 346 RedBase 项目(斯坦福)
文件大小:5.2MB
文件格式:ZIP
更新时间:2024-06-21 09:20:59
C++
自述文件 这是斯坦福大学 CS 346(2015 年Spring)关于 C++ 数据库系统实现的项目。 该项目的规范可在,扩展细节在EX_Proposal.pdf和ex_DOC文件中。 指示 设置:安装g++ 、 bison 、 flex和valgrind 编译:运行make编译代码make testers编译测试(将所需的测试文件添加到Makefile ) 运行测试:在 valgrind 下运行测试。 例如, $ valgrind ./rm_test 接触 Aditya Bhandari ( )