书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 7 个相关结果.
  • CSAPP-3e-Solutions

    CSAPP-3e-Solutions at first issues build prerequisite code gitbook feedback license at last CSAPP-3e-Solutions Computer Systems: A Programmer’s Perspective Third E...
  • 2.73

    2.73 I can’t figure out a elegant solution :( thanks https://zhangjunphy.github.io/csapp/chap2.html :) ! INCLUDE "./code/saturating-add.c"
  • 9.20

    9.20 using malloc lib code from csapp site implicit idle list allocated block with header & footer idle block with header & footer no GC first fit strategy another modificatio...
  • 8. Exceptional Control Flow

    Exceptional Control Flow test test Exceptional Control Flow Quote Nature provides exceptions to every rule. by Margaret Fuller csapp.h & csapp.c is downloaded from csap...
  • 4. Processor Architecture

    Processor Architecture yas simulation test Processor Architecture Quote The speed at which modern CPUs perform computations still blows my mind daily. by Markus Persson ...
  • 6.4 平衡查找树之B树

    6.4 平衡查找树之B树 定义 分析 应用 总结 6.4 平衡查找树之B树 前面讲解了平衡查找树中的2-3树 以及其实现红黑树 。2-3树种,一个节点最多有2个key,而红黑树则使用染色的方式来标识这两个key。 维基百科对B树的定义为“在计算机科学中,B树(B-tree)是一种树状数据结构,它能够存储数据、对其进行排序并允许以O(log ...
  • 操作系统抽象

    操作系统抽象 执行环境 普通控制流 异常控制流 上下文或执行环境的状态 执行流或执行历史 中断 异常 陷入 进程 地址空间 文件 操作系统抽象 接下来读者可站在操作系统实现的角度来看操作系统。操作系统为了能够更好地管理计算机系统并为应用程序提供便捷的服务,在计算机和操作系统的技术研究和发展的过程中,形成了一系列的核心概念,奠定了...