CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - tree

搜索资源列表

  1. TrueCrypt

    0下载:
  2. 加密工具,可以对任意文件进行加解密,界面采用资源管理器界面,美观,是学习树形,列表的好源码-encryption tools can arbitrarily increase the declassified documents, interface used for resource management interface, picturesque, Learning Tree is, a good source list
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:107362
    • 提供者:徐敏
  1. thexcs_src

    0下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:48009
    • 提供者:成东
  1. huffman

    0下载:
  2. huffman树的构造方法和加密解密算法-huffman tree application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2426
    • 提供者:石鸿斌
  1. DES

    0下载:
  2. 用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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:5975
    • 提供者:郑正
  1. bianli

    0下载:
  2. 所谓遍历(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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4291
    • 提供者:渠梁梁
  1. HuffmanCodes

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:154095
    • 提供者:黃文岩
  1. RSAVC2

    0下载:
  2. 是很不错的RSA代码!不是本人的!为了大家学习!进步!此控件是为了让 DataGridView 支持多维表头,而设计的. 通过导入一个树图(TreeView)的概念,每一个节点对应到一个表头单元格. 在多维标题中的每一个最底层的标题相当于 TreeView 中最低深度的节点. C++写的椭圆曲线加密算法库源码 -RSA is a very good code! Not own! For them to learn from! Progress! This DataGridView contr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3114
    • 提供者:易天行
  1. jianerchashu

    0下载:
  2. 建立二叉树 以便进行查找等功能 采用从文档中读取数据-For the establishment of binary tree used to find features such as data read from the document
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2644
    • 提供者:lb
  1. Maptheepthoftraversal

    0下载:
  2. 数据结构对二叉树的深度遍历用进栈,出栈的方法。-The depth of the binary tree data structure traversal to use into the stack, a stack method.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:2486
    • 提供者:hujiao
  1. demHEX

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:6368
    • 提供者:dem
  1. ASP_program_development_source_tree_menu_design.ra

    0下载:
  2. asp程序开发树形菜单设计源码vASP program development source tree menu design-vASP program development source tree menu design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:436987
    • 提供者:in
  1. PHPwind6.3

    0下载:
  2. PHPwind6.3树形论坛 index.php 加密了望有人可以破解-PHPwind6.3 Tree Forum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2614219
    • 提供者:chenyuhau
  1. Huffman

    0下载:
  2. 使用霍夫曼树对字符串加密,使用图形界面完成,显示每个字母出现次数-Using the Huffman tree of string encryption, using the graphical interface finished, show the number of occurrences of each letter
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:39428
    • 提供者:zhouyou
  1. huffuman00xiao

    0下载:
  2. 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:221582
    • 提供者:
  1. k-d-tree-CPP-source-codes

    0下载:
  2. k-d tree C++ source codes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:9277
    • 提供者:hui
  1. haffman-tree-decoding

    0下载:
  2. 简单的对字母进行哈夫曼编码解码的工具,基本的树应用程序-HAFFMAN TREE DECODEING SOFTWARE
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:22451
    • 提供者:康超凡
  1. heimantree

    0下载:
  2. MICROSOFT VISUALC++ 夫曼树例子源程序-The MICROSOFT VISUALC++ Huffman tree example source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-06
    • 文件大小:3422
    • 提供者:ahcd30
  1. Huffman

    0下载:
  2. 哈弗曼编码,输入数据后可计算权重.例如,输入11122233334,可得到权重为1,2,3,4 的权重分别为3,3,3,1-the code of Huffman Tree ,this code can compute the weight of you input data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4081
    • 提供者:阿鑫
  1. ztrees

    0下载:
  2. *讨论   * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越   *共源的值由短比特序列表示。   *   *每个代码树存储在ZIP文件以压缩形式   *这是本身的长度的霍夫曼编码   *所有的代码串(按升序排列按来源值)。   *实际代码串从长度重构   *解压缩过程中,如在“应用指南”中描述   *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:11082
    • 提供者:ShichaoLiang
  1. Kruskal.m

    0下载:
  2. 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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:872
    • 提供者:Peter
« 12 »
搜珍网 www.dssz.com