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": {
|
"state": {
|
||||||
"file": "Concurrent Systems/slides/class 4.pdf",
|
"file": "Concurrent Systems/slides/class 4.pdf",
|
||||||
"page": 17,
|
"page": 17,
|
||||||
"left": -27,
|
"left": -36,
|
||||||
"top": 78,
|
"top": 91,
|
||||||
"zoom": 0.5754156769596199
|
"zoom": 0.4133016627078385
|
||||||
},
|
},
|
||||||
"icon": "lucide-file-text",
|
"icon": "lucide-file-text",
|
||||||
"title": "class 4"
|
"title": "class 4"
|
||||||
|
@ -196,8 +196,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 364.5,
|
"width": 364.5
|
||||||
"collapsed": true
|
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
|
@ -218,6 +217,7 @@
|
||||||
},
|
},
|
||||||
"active": "6edd4157a160e462",
|
"active": "6edd4157a160e462",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Concurrent Systems/notes/images/Pasted image 20250317100456.png",
|
||||||
"Concurrent Systems/notes/4b - Monitors.md",
|
"Concurrent Systems/notes/4b - Monitors.md",
|
||||||
"Concurrent Systems/notes/4c - Dining Philosophers.md",
|
"Concurrent Systems/notes/4c - Dining Philosophers.md",
|
||||||
"Concurrent Systems/slides/class 4.pdf",
|
"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/3.2 LLM generated from notes.md",
|
||||||
"Foundation of data science/notes/2 Linear Regression.md",
|
"Foundation of data science/notes/2 Linear Regression.md",
|
||||||
"Biometric Systems/notes/6. Face recognition 2D.md",
|
"Biometric Systems/notes/6. Face recognition 2D.md",
|
||||||
"Biometric Systems/notes/7. Face recognition 3D.md",
|
|
||||||
"Senza nome.canvas"
|
"Senza nome.canvas"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
The first real practical example of a concurrent system.
|
The first real practical example of a concurrent system.
|
||||||
|
|
||||||
- $N$ philosophers seated around a circular table
|
- $N$ philosophers seated around a circular table
|
||||||
- one chopstick between each pair of philosophers
|
- one chopstick between each pair of philosophers
|
||||||
- a philosophers must pick up its two nearest chopsticks in order to eat
|
- 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