CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - data structure

搜索资源列表

  1. datastruct_lzw

    0下载:
  2. 一个数据结构课程之后自己编写的lzw压缩算法-a data structure courses to prepare themselves to the 4,558,302 Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:46.27kb
    • 提供者:段云
  1. CounterBloomfilter

    0下载:
  2. 自70年代被Bloom提出以来,Bloom Filters作为一种空间高效利用的紧凑数据结构,其不但能够对一个数据集合进行压缩表示而且能够支持集合的成员关系判断,在网络领域得到广泛应用。-since the 1970s Bloom, Bloom Filters as a space efficient use of compact data structure, not only its right to a data set can be compressed and expressed su
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.41kb
    • 提供者:郭得科
  1. LZWandLZW2

    0下载:
  2. 关于压缩与解压缩的源码 自己编的 适合数据结构学习 用到了散列-on the compression and decompression of the source code developed for the data structure used in the study of hash
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:61.88kb
    • 提供者:Candasy
  1. huffman0607

    0下载:
  2. 数据结构课程设计,实现对文本文件的huffman编码和译码-data structure curriculum design, realization of the text file Huffman coding and decoding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:61.62kb
    • 提供者:cmooc
  1. humanshu

    0下载:
  2. 这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:647byte
    • 提供者:tom
  1. xiansuohua1

    0下载:
  2. 这是一个数据结构的线索二叉树的算法,是用C来编程的-This is a data structure leads to the binary tree algorithm is used to program the C
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:910byte
    • 提供者:tom
  1. wbs

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:26.14kb
    • 提供者:叶润
  1. LALA

    0下载:
  2. 这个程序主要实现对huffman编码的。huffman是数据结构的上机实验之一 ,很有用的-this procedure main right Huffman coding. Huffman is the data structure of the experimental aircraft, one very useful
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:韦福勤
  1. BitTree

    0下载:
  2. 提供完整的二叉树的设计文档,设计源代码,方便数据结构的学习-Provide a complete binary tree of the design documents, design source code, data structure to facilitate learning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:13.37kb
    • 提供者:songkaisong
  1. bianli

    0下载:
  2. 这是数据结构的一个遍历的简单算法,希望对初学者有所帮助.-This is the data structure of a simple traversal algorithm, and they hope to be helpful to beginners.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2.01kb
    • 提供者:陈大圣
  1. shunxu

    0下载:
  2. 这是一个数据结构的顺序表简单算法.其中可能有一些小问题,但基本上还是能运行的.-This is a data structure of a simple algorithm for the sequence table. Which may have some minor problems, but basically it can run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1022byte
    • 提供者:陈大圣
  1. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:59.25kb
    • 提供者:llh
  1. Huffman

    0下载:
  2. 编写一程序求Huffman树。主要内容包括: 设计数据结构,求出Huffman树。 模拟Huffman树的形成过程。 给出Huffman编码。 -Procedures for the preparation of a Huffman tree. The main contents include: the design of data structure, obtained Huffman tree. Huffman simulated the formation of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:9.94kb
    • 提供者:yili
  1. Prb_Noname

    0下载:
  2. It s an interface for using huffman trees (data structure application) that can be used for compression and a test program with CLI in a form of a menu to test those features.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:17.05kb
    • 提供者:Cosmin
  1. HuffmanencodingBaseondatastructure

    0下载:
  2. txt格式,数据结构习题霍夫曼编码C程序,可以上机调试-txt format, data structure C Huffman code exercise program, you can debug on the machine
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:2.06kb
    • 提供者:liu
  1. Huffman_tree

    0下载:
  2. 清华版数据结构HuffmanTree设计作业,所有功能基本实现-Tsinghua HuffmanTree version of the design of data structure operations, the basic realization of all functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:2.4kb
    • 提供者:赵宇
  1. hafuman

    0下载:
  2. 哈夫曼编/译码器 课程设计指导书 课程设计的目的 课程设计的目的是训练学生灵活应用所学数据结构知识,独立完成问题分析、总体设计、详细设计和编程实现等软件开发全过程的综合实践能力。巩固、深化学生的理论知识,提高编程水平,并在此过程中培养他们严谨的科学态度和良好的工作作风。-Huffman encoder/decoder guide curriculum design curriculum is designed to curriculum design is aimed at trainin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:5.22kb
    • 提供者:张馨月
  1. data

    2下载:
  2. 数据结构 哈夫曼编码实现文件压缩 带报告 直接能用-Huffman coding to achieve data structure with the report file compression can be used directly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:157.71kb
    • 提供者:yanyumeng
  1. improvingLZW

    0下载:
  2. LZW was originally designed for implementation by special hardware, but it turned out to be highly suitable for efficient software implementations too. An enhanced variant is available on UNIX systems and many other systems as the compress comman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:121.21kb
    • 提供者:ViCToR_JuNioR
  1. data-structure

    0下载:
  2. it s about array and string code.it s the book named data structure and algorithm code.-for referring
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-19
    • 文件大小:28.05mb
    • 提供者:jesse
« 12 3 4 »
搜珍网 www.dssz.com