Real-Ying

05 2020 档案

allocator
摘要:标准库allocator类及其算法: 操作解释 allocator<T> a 定义了一个名为a的allocator对象,它可以为类型为T的对象分配内存 a.allocate(n) 分配一段原始的、未构造的内存,保存n个类型为T的对象。 a.deallocate(p,n) 释放从T*指针p中地址开始的 阅读全文

posted @ 2020-05-06 02:48 Real-Ying 阅读(247) 评论(0) 推荐(0)

Useful ACM Jornal
摘要:TALG Algorithms publishes original research of the highest quality dealing with algorithms that are inherently discrete and finite, and having mathema 阅读全文

posted @ 2020-05-03 01:47 Real-Ying 阅读(192) 评论(0) 推荐(0)

导航