搜索资源列表
TrueCrypt
- 加密工具,可以对任意文件进行加解密,界面采用资源管理器界面,美观,是学习树形,列表的好源码-encryption tools can arbitrarily increase the declassified documents, interface used for resource management interface, picturesque, Learning Tree is, a good source list
thexcs_src
- Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic. NET. Tiger Tree Hash算法的C#实现! -Tiger Tree Hash is constructed fr
huffman
- huffman树的构造方法和加密解密算法-huffman tree application
DES
- 用C编写的DES加密算法,通过运行。其中运用二叉树实现,只是例子,并不通用。为word格式。 -C prepared by DES encryption algorithm, by running. Which the realization of the use of binary tree, only examples, not generic. For the word format.
bianli
- 所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a particular search along the line, followed on the tree each node are done once and only once to visit. Access node operation done de
HuffmanCodes
- Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently use
RSAVC2
- 是很不错的RSA代码!不是本人的!为了大家学习!进步!此控件是为了让 DataGridView 支持多维表头,而设计的. 通过导入一个树图(TreeView)的概念,每一个节点对应到一个表头单元格. 在多维标题中的每一个最底层的标题相当于 TreeView 中最低深度的节点. C++写的椭圆曲线加密算法库源码 -RSA is a very good code! Not own! For them to learn from! Progress! This DataGridView contr
jianerchashu
- 建立二叉树 以便进行查找等功能 采用从文档中读取数据-For the establishment of binary tree used to find features such as data read from the document
Maptheepthoftraversal
- 数据结构对二叉树的深度遍历用进栈,出栈的方法。-The depth of the binary tree data structure traversal to use into the stack, a stack method.
demHEX
- demHEX - small application can be used to encode\decode strings that was hexed in tree levels ) Pretty gui. (Hex2Str function)-demHEX - small application can be used to encode\decode strings that was hexed in tree levels ) Pretty gui. (Hex2Str funct
ASP_program_development_source_tree_menu_design.ra
- asp程序开发树形菜单设计源码vASP program development source tree menu design-vASP program development source tree menu design
PHPwind6.3
- PHPwind6.3树形论坛 index.php 加密了望有人可以破解-PHPwind6.3 Tree Forum
Huffman
- 使用霍夫曼树对字符串加密,使用图形界面完成,显示每个字母出现次数-Using the Huffman tree of string encryption, using the graphical interface finished, show the number of occurrences of each letter
huffuman00xiao
- 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
k-d-tree-CPP-source-codes
- k-d tree C++ source codes
haffman-tree-decoding
- 简单的对字母进行哈夫曼编码解码的工具,基本的树应用程序-HAFFMAN TREE DECODEING SOFTWARE
heimantree
- MICROSOFT VISUALC++ 夫曼树例子源程序-The MICROSOFT VISUALC++ Huffman tree example source
Huffman
- 哈弗曼编码,输入数据后可计算权重.例如,输入11122233334,可得到权重为1,2,3,4 的权重分别为3,3,3,1-the code of Huffman Tree ,this code can compute the weight of you input data
ztrees
- *讨论 * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越 *共源的值由短比特序列表示。 * *每个代码树存储在ZIP文件以压缩形式 *这是本身的长度的霍夫曼编码 *所有的代码串(按升序排列按来源值)。 *实际代码串从长度重构 *解压缩过程中,如在“应用指南”中描述 *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
Kruskal.m
- This code consists of the example of Kruskal s algorithm to find the minimum-spanning-tree which connects all the nodes through the edge with the least minimum edge values without creating the cycle.