1) distributed spanning tree
分布式生成树
1.
Replica location service based on distributed spanning tree;
基于分布式生成树的副本定位服务
2) distributed key generation
分布式密钥生成
1.
In situations such as group oriented cryptography,group secret communication and electronic commerce,distributed key generation are needed.
本文对基于向量空间接入结构的分布式密钥生成进行了研究。
2.
An adaptively secure distributed key generation scheme against general adversary without the assumption of erasure is developed.
Canetti等人在设计分布式密钥生成方案(DL-Key-Gen)时,关于零知识证明使用的一个错误,并给出一种改进方案。
3.
A distributed key generation protocol for public key cryptosystem based on discrete-log is proposed using generalized verifiable secret sharing.
因而与通常的基于门限接入结构的分布式密钥生成协议相比能够更广泛的应用于群体密码学中的各种场
3) routing generated tree
布线生成树
4) distributed key generator
分布式密钥生成器
1.
In this paper, a secret sharing scheme without a dealer is constructed, which is based on an Integer Span Program in a monotone access structure, and the experiment has proved this scheme, based on which a distributed key generator is proposed.
基于这个的方案,构造了一个分布式密钥生成器。
5) distributed system generator
分布式系统生成器
6) distributed state space generation
分布式状态空间生成
1.
Design and implementation of distributed state space generation
分布式状态空间生成的设计与实现
补充资料:最小生成树
最小生成树是由给定的无向图的边的子集组成的树。它有两个性质:
- 它包含图中的每个顶点。
- 它的所有边上的权的总和尽可能小。
用式子来表示:
- <math>w(T) = \sum_{(u,v)\in T} w(u,v)</math>
这里w(T)表示最小的总权值,(u,v) 表示定点u和v之间的边。
最小生成树的生成有两种方法,普里姆(Prim)算法,和克鲁斯卡尔(Kruskal)算法。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条