STL库
STL库技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
STL库 热门资料
查看全部 500 份 →一个德国人Kasper Peeters用C++ template写的tree的STL实现
一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。
2014-11-29
88
implement huffman algorithm with stl priority-queue, first you must have the file, then the result i
implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved
2013-12-20
42
一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面
一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面,尤其是缺少支持malloc 和free的情况下。
2016-04-17
152