- 博客(2)
- 收藏
- 关注
原创 c++ 关于heap的STL用法
c++ 关于heap的STL用法#include <iostream>#include <vector>#include <algorithm>#include <functional>using namespace std;int main() { vector<int> max_heap = {1, 3, 2, 5, 6, 4, 9, 7}; vector<int> min_heap = {1, 3,
2020-06-16 00:42:10
274
转载 函数mmap()的使用
转自https://www.cnblogs.com/love-DanDan/p/8724230.html函数mmap()的使用函数mmap是linux的一个系统函数。如下:函数原型:void *mmap(void *addr, size_t length, int prot, int flags,int fd, off_t offset);配套函数原型:int munma...
2020-04-23 16:28:51
329
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人