摘要:
priority_queue 优先队列 大根堆(降序) 构造一个空的优先队列(此队列默认为大根堆) priority_queue<int> big_heap; 另一种构造大根堆的方法: priority_queue<int, vector<int>, less<int>> big_heap; 小根堆 阅读全文
摘要:
研发资源链接 内核rpm安装包 https://dl.lamp.sh/kernel/ samba安装包 https://samba.tranquil.it/ ceph安装包 https://download.ceph.com/ kernel安装 https://cdn.kernel.org/pub/ 阅读全文