vault backup: 2025-03-17 10:05:50
This commit is contained in:
parent
8e1ea33ab8
commit
b593b97296
3 changed files with 8 additions and 8 deletions
11
.obsidian/workspace.json
vendored
11
.obsidian/workspace.json
vendored
|
@ -35,9 +35,9 @@
|
|||
"state": {
|
||||
"file": "Concurrent Systems/slides/class 4.pdf",
|
||||
"page": 17,
|
||||
"left": -27,
|
||||
"top": 78,
|
||||
"zoom": 0.5754156769596199
|
||||
"left": -36,
|
||||
"top": 91,
|
||||
"zoom": 0.4133016627078385
|
||||
},
|
||||
"icon": "lucide-file-text",
|
||||
"title": "class 4"
|
||||
|
@ -196,8 +196,7 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 364.5,
|
||||
"collapsed": true
|
||||
"width": 364.5
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
|
@ -218,6 +217,7 @@
|
|||
},
|
||||
"active": "6edd4157a160e462",
|
||||
"lastOpenFiles": [
|
||||
"Concurrent Systems/notes/images/Pasted image 20250317100456.png",
|
||||
"Concurrent Systems/notes/4b - Monitors.md",
|
||||
"Concurrent Systems/notes/4c - Dining Philosophers.md",
|
||||
"Concurrent Systems/slides/class 4.pdf",
|
||||
|
@ -263,7 +263,6 @@
|
|||
"Foundation of data science/notes/3.2 LLM generated from notes.md",
|
||||
"Foundation of data science/notes/2 Linear Regression.md",
|
||||
"Biometric Systems/notes/6. Face recognition 2D.md",
|
||||
"Biometric Systems/notes/7. Face recognition 3D.md",
|
||||
"Senza nome.canvas"
|
||||
]
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
The first real practical example of a concurrent system.
|
||||
|
||||
- $N$ philosophers seated around a circular table
|
||||
- one chopstick between each pair of philosophers
|
||||
- a philosophers must pick up its two nearest chopsticks in order to eat
|
||||
- a philosoph
|
||||
- a philosopher must pick up first one chopstick, then the second one, not both at once
|
||||
![[Pasted image 20250317100456.png|100]]
|
||||
|
||||
|
|
BIN
Concurrent Systems/notes/images/Pasted image 20250317100456.png
Normal file
BIN
Concurrent Systems/notes/images/Pasted image 20250317100456.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
Loading…
Add table
Add a link
Reference in a new issue