搜索资源列表
Advanced_Router_design
- 要 高性能和安全是计算机网络研究的两个主要问题。如何使路由器在保证转发性能的前提下提供网络安全保护已经成为当前的研究热点。本文介绍了在完成国家“863”计划重大课题“高性能安全路由器”的过程中解决的若干关键技术问题。“高性能安全路由器”基于自主设计的高性能路由器操作系统HEROS。为保证高性能的路由转发,设计实现了基于RAM的高性能路由查找算法;为支持服务质量控制和安全管理,设计实现了基于无冲突哈希Trie树的分组分类算法和基于反馈的分布式分组调度算法;为保证网络安全,提出了基于分布式密钥管理的
chord
- chord算法 P2P资源定位算法 利用哈希函数的分布式散列-chord algorithm for P2P resource location algorithm using distributed hash function hash
SpectraHashing
- 介绍了一种新的语义哈希算法,谱哈希的方法,希望有用-Introduces a new semantic hash algorithms, spectral hash, in the hope helpful
DRM-encryption-technology
- 本文介绍了公钥密码算法,对称密码算法和和哈希函数等密码算法,并阐明了密码算法领域的最新发展。-This article describes the public-key cryptographic algorithms, symmetric ciphers and hash functions, such as passwords and algorithms, and to clarify the latest developments in the field of cryptographi
548945184
- 数据结构的课设。包括哈希表、二叉树以及各种排序算法。应有尽有-Class data structure set. Including hash tables, binary trees, and various sorting algorithms. Everything
Dynamic-Array
- hash function 哈希算法 经典计算机科学与技术系题目 代码编程常用 算法导论题目提及的-hash function is a very important algorithm in the cs field. it is a function can do hash and haxi correct.
the-k_nearst-alogrithm
- 一种快速搜索散乱点云数据 k 邻近的算法 对逆向工程中散乱点云数据的 k 近邻搜索,提出一种快速搜索散乱点云 k 邻近点的算法。该算法根据 点云数据的范围、点的总数及最近点数目 k,确定合适的立方体边长,采用空间划分策略,把数据划分成多个子立方体; 然后用哈希表记录每个子立方体所包含的数据点及每个点所在的立方体索引号,并排除不包含数据的子立方体,以此 确定邻近点的最佳搜索范围。实验结果表明:该算法有效的提高 k 近邻搜索的速度,同时保证了搜索结果的正确性。 -a fast m
strack
- 内存管理总计,一致性哈希算法详解 -Total memory management, consistent hashing algorithm
hash
- 哈希算法的高速FPGA实现,本文hi介绍,有少量算法介绍,共16页-Hashing algorithm to achieve high-speed FPGA, hi this article describes, there are a few algorithms introduce a total 16
hash
- k-mer的哈希算法,建立索引,能够准确搜索DNA片段的位置、-K-mer hash algorithm, the establishment of the index, can accurately search the location of the DNA fragment.
haxigenzong
- 根据哈希算法进行目标物跟踪,VS2013与opencv2410平台-Perform object tracking based on hash algorithm, VS2013 platform with opencv2410
经典算法讲解
- 分类总结常见的算法面试题,包括数组,链表,图,树,哈希表等数据结构的介绍并有相关常见的算法题讲解