B树的C++源代码及测试代码
使用方法:#include#include#include"DataTypeForBtreeh"#include"BTreeh"structtreedata{chartid[37];chartname[63];unsignedintaid;unsignedintid;};
下载地址
用户评论
部分文件不是unicode格式,如果vs采用unicode编码格式需要手动转换一下;可以用,写的不错
注释挺详细的
代码还不错,感谢分享!
代码写得不怎么样