- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 MIT6.828 operating system:Threads and Locking
report of Threads and Locking文章目录report of Threads and Locking实验要求实验了解初步了解问题探究实验过程实验要求threads and locking实验了解初步了解在我们使用gcc -g -O2 ph.c -pthread成功编译后,按照实验指导书我们体会一下单线程和双线程的区别harry@ubuntu:~/Desktop...
2019-11-19 21:08:57
770
原创 xv6 syscall实验
Syscall文章目录Syscall一、实验要求Part One: System call tracingPart Two: Date system call二、实验操作Part onePart Tworequest一、实验要求Part One: System call tracingYour first task is to modify the xv6 kernel to print...
2019-10-16 14:50:33
3012
1
原创 SET,MAP,LIST介绍
SET,MAP,LIST介绍想要理解三者的关系,什么都不多说先看图觉得复杂?没关系,我会以最简洁精炼的方式带你去捋一遍相关的知识一、基本结构setlistmap存储单列元素的集合单列元素的集合存储键对的双列数据集合顺序无序有序无序重复不允许重复允许重复key不允许重复,但是值允许重复set集合是根据hashcode来进行存...
2019-10-16 01:34:39
249
原创 java链表
简单java链表the first passaage链表的基本构成代码展示链表的优缺点分析the first passaage在数据结构课上曾用c++实现了链表。 这篇博客我将用java实现简单链表链表的基本构成数据:存储节点的属性信息地址:指向下一个节点的地址代码展示// An highlighted blockvar foo = 'bar';class Node{ pr...
2019-09-10 17:58:41
400
java链表.md
2019-09-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人