我的征途是星辰大海
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于
  • xv6笔记:chapt3 Page tables

    xv6笔记:chapt3 Page tables Why using page tables? Isolate different process’s address spaces and to multiplex them onto a sing...
     2023-08-05  
    • Books 
    • > Operating System 
    • > xv6 
     
    • MIT6.S081 
    • | OS 
    • | xv6 
    Read more 
  • MIT6.s081 lab2记录:编写系统调用

    MIT6.s081 lab2记录:编写系统调用独立完成整个lab2的作业,评分如下:
     2023-08-05  
    • courses 
    • > Operating System 
     
    • MIT6.S081 
    • | pipe 
    • | CSP 
    Read more 
  • 并行软件设计—以“通过流水线管道pipes对质数进行并行筛选”为例

    并行软件设计—以“质数并行筛选”为例并行编程 为什么要并行编程? 主进程可以在子进程执行的时候执行其他事务,提高时间效率。这个想法可以分为三个部分: 过程(process):在子进程执行的同时,推进自己的计算 通信(communication):...
     2023-08-05  
    • courses 
    • > Operating System 
    • > Concurrent Programming 
     
    • MIT6.S081 
    • | pipe 
    • | CSP 
    Read more 
  • MIT课程笔记: Notes on Missing semester 04

    Command-line EnvironmentJob Control lots of SIGNALS to control jobs The flowing commands show how to control jobs in term...
     2023-08-05  
    • 课程学习 
    • > 命令行环境 
     
    • MIT课程 
    • | 命令行环境 
    Read more 
  • MIT6.s081 lab3记录:页表

    MIT6.s081 lab3记录:页表Print a page table 1234567891011page table 0x0000000087f6e000 ..0: pte 0x0000000021fda801 pa 0x0000000087...
     2023-08-05  
    • courses 
    • > Operating System 
     
    • MIT6.S081 
    • | pipe 
    • | CSP 
    Read more 
  • CS106L笔记:STL

    C++ Learning Roadmap STLoverview of STL why use c++ for development? community developing or evolving open source (unlike J...
     2023-08-05  
    • courses 
    • > c++ 
     
    • C++ 
    • | CS106L 
    Read more 
  • CS106L笔记:Template Metaprogramming

    Template MetaprogrammingMotivating example1234567891011121314#include<vector>#include<deque>#include<set>#i...
     2023-08-05  
    • courses 
    • > c++ 
     
    • C++ 
    • | CS106L 
    Read more 
  • MIT课程笔记: Notes on Missing semester 02

    vim一个有趣的idea programming vim through its interface vim接口(interfaces)自身就是一个编程语言 我们可以组合多种按键以达到难以置信的effect 一旦形成肌肉记忆,我们就能以思考的...
     2023-08-05  
    • 课程学习 
    • > vim 
     
    • vim 
    • | MIT课程 
    Read more 
  • MIT课程笔记: Notes on Missing semester 01

    Notes on Missing semesterlesson 1environment variables PATH shell搜索程序时,会去寻找PATH列表的所有路径下匹配的程序 实用命令 which 显示所运行程序的所在路径 cd - ...
     2023-08-05  
    • 课程学习 
    • > shell 
     
    • shell 
    • | tool 
    Read more 
  • CS61A笔记

    lecture 01 Course About managing complexity tool: mastering abstraction abstraction is giving sth a name and talking about ...
     2023-08-05  
    • courses 
    • > python 
     
    • CS61A 
    • | python 
    Read more 
Prev Next
© 2020 - 2023  sixwalter
Visitor Count   Totalview 
Powered by Hexo | Theme Keep v3.4.5