匿名网络与三相 PWM 整流器控制技术解析
匿名网络的模糊图建模与分析
在匿名通信网络的研究中,为了模拟网络中边连接的不确定性,我们采用了渗流方法随机移除节点和相应的边。以下是随机节点渗流算法的具体步骤:
Algorithm 1. Random Node Percolation Algorithm to simulate the node fuzziness in anonymous networks
1: Given: V={v1, v2.., vn} a set of n vertices in the graph G=(V,E) where E is the set of edges
2: Input t: Number of Nodes to remove out of the total nodes
3: r ←0
4: while r ̸= t do
5:
i ←rand() {Generate Index between 1 and n}
6:
V.del(i) {Delete node from vertex set and corresponding edges}
7:
r ←r + 1
8: end while
9: return Graph G’=(V’,E’) where E’ is the set of edges after removing Vt vertices
and V ′ = V −Vt is the remaining set of vertices.
通过该算法对 Freenet 和 TOR 这两个流行的匿名网络进行分析,
超级会员免费看
订阅专栏 解锁全文
4万+

被折叠的 条评论
为什么被折叠?



