Memory Management Algorithms and Implementation in C/ C++
Thisbookprovidesanin-depthlookatmemorysubsystemsandoffersextensivesourcecodeexamples.IncaseswhereIdonothaveaccesstosourcecode(i.e.,Windows),Iofferadviceonhowtogatherforensicevidence,whichwillnurtureinsight.Whilesomebooksonlygivereadersapeakunderthe
用户评论
推荐下载
-
memory_map_kmalloc.c
vmalloc分配的内存虚拟地址连续但物理地址不连续,所以只能在缺页异常中逐页建立映射 下面给出使用kmalloc分配内存,并在mmap函数中一次性建立映射的示例
6 2020-10-27 -
Algorithms.in.C++.Part.5.Graph.Algorithms
Algorithms.in.C++.Part.5.Graph.Algorithms
40 2018-12-08 -
Mastering Algorithms with C Examples
MasteringAlgorithmswithCExamples
16 2020-06-02 -
Algorithms in C++sedgewick
AlgorithmsinC++,sedgewick
16 2020-05-17 -
Algorithms in C++14
AlgorithmsinC++,1-4
18 2020-05-19 -
Mastering Algorithms with C Mastering
Mastering+Algorithms+with+C+(Mastering)
30 2019-09-24 -
Algorithms and Data Structures in C++ 算法与数据结构
AlgorithmsandDataStructuresinC++byAlanParker
57 2019-09-29 -
Data Structures and Algorithms in C++ 第四版
Chapter1presentsthebasicprinciplesofobject-orientedprogramming,anintroductiontodynamicmemoryallocat
15 2020-06-10 -
addison wesley_algorithms data structures and problem solving with c++
good algorithms design with C++
27 2018-12-09 -
C++入门Algorithms Flowcharts Program流程图算法
全面讲解c++编程流程图及算法设计,以及各种基础c++学习
25 2019-01-01
暂无评论