搜索资源列表
339068DESDemo
- 功能: 实现DES加密算法的加密解密功能 */ /*- */ /*-说明:des算法的实现代码 */ /*- 能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口 */ /*- 进行数据的加密,保证数据在传送过程的安全性 */ /*- */ /*- */ /*-该程序的所有权利由作者保留 *
java-bloomfilter-0.9.1
- Bloom Filter算法的实现 值得一看 很详细-the implimentation of Bloom Filter algorithm in JAVA.
Dijkstra
- C语言编程实现D算法。本实验利用Matlab实现。实现以下功能: 1输入必要参数,包括:节点个数、节点间路径长度、给定节点; 2输出给定节点到其它各节点的最短路径、径长; 3节点间路径长度用矩阵形式表示: -D C language programming algorithm. In this study, by Matlab. Achieve the following functions: 1 Enter the required parameters, includ
mg_smooth_ell
- L形区域几何多重网格算法,利用高斯赛德尔迭代法来实现-L-shaped region geometric multi-grid algorithm, the use of high-斯赛德尔iterative method to achieve
network
- 用于发现网络中的活动主机,用多线程算法实现-Used to discover active hosts in the network, multi-threaded algorithm
dv_routing.java
- 深入理解分布式路由选择算法,基于DV算法,实现最短路径查找路由器模拟-implement the distance vector routing protocol by Distance vector algorithm
leach
- leach算法实现leach协议,十分有用-leach algorithm realize the leach protocal,it is very helpfull
Routing
- 分布式异步路由算法中——距离向量算法的C语言仿真实现,非常好地模拟了网络中各节点的路由情况-Distributed asynchronous routing algorithm- distance vector algorithm C language simulation, very good simulation of the network, each node in the routing case
Dijkstra
- Dijkstra算法的MATLAB实现-Dijkstra algorithm in MATLAB
Ant-colony-clustering-algorithm
- 蚁群聚类算法,实现无线传感网络负载均衡。-Ant colony clustering algorithm for wireless sensor network load balancing.
BA-scale-models-
- 本算法实现了BA无标度模型的构造过程,并提供了聚类系数等算法。-The algorithm of the construction process of BA scale models and provides clustering coefficient algorithm.
KeccakInPython-3.1
- SHA3 python Keccak算法(读作为“ket-chak”)是Guido Bertoni, Joan Daemen, Michael Peters, and Giles Van Assche的工作。 SHA-3的候选人在2008年10月提交。 Keccak采用了创新的的“海绵引擎”散列消息文本。它是快速的,在英特尔酷睿2处理器下的平均速度为12.5周期每字节。它设计简单,方便硬件实现。 -SHA3 python-VERSION
multigrid
- 多重网格算法计算流体动力学MATLAB语言编程实现(multigrid algorithm cfd)