资源列表
[STL] CIVStringSet_Source
说明:基于MFC和STL平台的字符串类,可以实现在快速字符串搜索,VC源代码,和刚刚的那个对应的-Platform based on MFC and STL string class, can be achieved in the fast-string search, VC source code, and just that the corresponding<echo> 在 2025-02-05 上传 | 大小:10kb | 下载:0
[STL] HashMap
说明:一个hash_map的实现,大家可以看看有什么改进的地方。-The realization of a hash_map, we can see what areas of improvement.<dylrockies> 在 2025-02-05 上传 | 大小:3kb | 下载:0
[STL] STLport-5.2.0.tar
说明:stl的源码,可以学习stl的架构和详细原理,对学习c++的底层实现机制很有帮助-stl the source, you can learn the structure of stl and detailed principle of learning c++ underlying mechanism to achieve very helpful<冰雨> 在 2025-02-05 上传 | 大小:895kb | 下载:0
[STL] SQL2000bao
说明:int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int ge<json> 在 2025-02-05 上传 | 大小:2kb | 下载:0