vault backup: 2024-11-06 22:02:37
This commit is contained in:
parent
c32fe3c233
commit
bc43175468
2 changed files with 10 additions and 10 deletions
17
.obsidian/workspace.json
vendored
17
.obsidian/workspace.json
vendored
|
@ -93,6 +93,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Autonomous Networking/notes/q&a.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -102,7 +103,7 @@
|
|||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "Backlinks"
|
||||
"title": "Backlinks for q&a"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -111,11 +112,12 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Autonomous Networking/notes/q&a.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "Outgoing links"
|
||||
"title": "Outgoing links from q&a"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -137,10 +139,10 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "conflict-files-obsidian-git.md"
|
||||
"file": "Autonomous Networking/notes/q&a.md"
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "Outline of conflict-files-obsidian-git"
|
||||
"title": "Outline of q&a"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -170,7 +172,8 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 604.5
|
||||
"width": 604.5,
|
||||
"collapsed": true
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
|
@ -189,10 +192,10 @@
|
|||
"companion:Toggle completion": false
|
||||
}
|
||||
},
|
||||
"active": "0d5325c0f9289cea",
|
||||
"active": "86cc34a714fe2576",
|
||||
"lastOpenFiles": [
|
||||
"Autonomous Networking/notes/q&a.md",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"Autonomous Networking/notes/q&a.md",
|
||||
"Biometric Systems/slides/LEZIONE7_Face recognition3D.pdf",
|
||||
"Biometric Systems/images/Pasted image 20241106144314.png",
|
||||
"Biometric Systems/images/Pasted image 20241106143837.png",
|
||||
|
|
|
@ -51,9 +51,6 @@ Every time a collision is generated, rags randomly increments their counter. The
|
|||
As each time the tags are split into two sets, we can "see" it as a binary tree, so we can count the node of the tree to get an estimation.
|
||||
$$BS_{tot}(n)=\begin{cases}1,n\le1\\ 1+\sum_{k=0}^{n}\binom{n}{k}\left(\frac12\right)^{k}\left(1-\frac12\right)^{n-k}\left(BS_{tot}\left(k\right)+BS_{tot}\left(n-k\right)\right),n>1\end{cases}$$
|
||||
|
||||
<<<<<<< HEAD
|
||||
#### Q: explain the differences between proactive and reactive routing in sensor networks. Discuss the advantages and disadvantages
|
||||
=======
|
||||
#### Q: explain the differences between proactive and reactive routing in sensor networks. Discuss the advantages and disadvantages
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue