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

搜索资源列表

  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
    • 文件大小:3488
    • 提供者:郭得科
  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
    • 文件大小:63367
    • 提供者:Candasy
  1. huffman0607

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

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

    0下载:
  2. 介绍EZW编解码算法的全部代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -introduced EZW coding of all the code, the source code incl
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9352
    • 提供者:爱玛
  1. wbs

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

    • 发布日期:2008-10-13
    • 文件大小:26763
    • 提供者:叶润
  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
    • 文件大小:2057
    • 提供者:陈大圣
  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-03
    • 文件大小:60672
    • 提供者:llh
  1. huffman_Golomb_COMPRESS

    0下载:
  2. 从 Mentor Graphics 的自动测试图形生成(ATPG)工具 FastScan的 测试文档中提取出测试电路(CUT)的测试模式,生成便于对应压缩算法的文件 格式。 本文中, 给出了 2 种压缩测试模式的方法, 一种是基于统计的哈夫曼编码, 一种是基于差分运算的Golomb 编码。本次毕业设计中,在熟悉Mentor Graphics ATPG工具 FastScan的基本功能和其主要的测试模式输出文件的格式的基础上, 实现其中测试结构和测试模式数据的分析提取, 并且在
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:6143
    • 提供者:张志刚
  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-15
    • 文件大小:17464
    • 提供者:Cosmin
  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
    • 文件大小:5350
    • 提供者:张馨月
  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-03
    • 文件大小:124117
    • 提供者:ViCToR_JuNioR
  1. Huffman

    0下载:
  2. 这是一个数据结构的程序,进行哈弗曼树的测试与应用-This is a data structure, procedures, conduct testing and application of the tree Havermann
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1307
    • 提供者:雷文
  1. yasuo_zw

    0下载:
  2. 简单的实习文件压缩和解压,采用哈弗曼树,采用的数据结构编程-Simple file compression and decompression practice, using Havermann tree data structure used in programming
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3813477
    • 提供者:张维
  1. STCMS_musicV3.3

    0下载:
  2. 由于V3.3较之前的版本改动很大,所以系统很难制作一个升级文件。V3.2及以下版本,有大量数据的,可以试图将专辑、音乐、歌手信息用数据库工具如phpmyadmin等导入V3.3系统。导入出现错误的,可以参考V3.3的数据结构,修改原有的V3.2及以下版本的数据结构,然后再倒入V3.3。 V3.3较之前版本有如下改进:1、重新规划了数据库,加快了数据库的查询速度,以适应大量数据的音乐网站。 2、增加了会员上传歌词功能,会员上传歌词后,管理员从后台确认,并可以采用该歌词为该歌曲的默认歌
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:867349
    • 提供者:申诚勋
  1. vb6657882245

    0下载:
  2. 航空公司管理信息系统 一个正常营运的航空公司需要管理所拥有的飞机、航线的设置、客户的信息等,更重要的还要提供票务管理。面对各种不同种类的信息,需要合理的数据库结构来保存数据信息以及有效的程序结构支持各种数据操作的执行。 本设计讲述如何建立一个航空公司管理信息系统。一般而言,航空公司的管理信息系统应该包括人事、工资管理模块 。 -Airline management information system needs of a normal airline operations mana
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:42354
    • 提供者:baby
  1. DS-Project2

    0下载:
  2. Use Huffman tree data structure to zip and unzip any kind of files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2294897
    • 提供者:Victor
  1. ezw

    0下载:
  2. ezw和huffman混合压缩编码,对感兴趣区域采用了huffman无损压缩,非感兴趣区调用ezw压缩-ROI ezw mixed and Huffman coding-Shapiro s embedded zero tree wavelet coding algorithm (EZW Embedded Zerotree Wavelet), whose starting point is at all levels of sub-band wavelet transform coefficie
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:25195
    • 提供者:国国
  1. CCITTV_42bis--compression-algorithm

    0下载:
  2. 本文主要介绍CCITT v.42bis建议的压缩算法的主要特点,以及实现该算法的数据结构,形成新串的方法,动态维护字典的方法和指针编码,并给出V.42bis建立的模拟结果。V.42压缩可以用于SNDCP子层分组数据部分的压缩。-This paper describes the main features recommended by the CCITT v.42bis compression algorithm, and the data structure of the algorithm,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:358161
    • 提供者:曾秀姗
  1. huiwen

    0下载:
  2. 数据结构中,用C++语言,用栈和队列实现回文-Data structure, stack and queue C++ language palindrome
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:229432
    • 提供者:刘洪强
  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
    • 文件大小:29413123
    • 提供者:jesse
« 12 »
搜珍网 www.dssz.com