搜索资源列表

  1. test

    0下载:
  2. 测试图片本章介绍多媒体信息处理技术的基本问题,包括多媒体数据的分类、多媒体信息的计算机表示、多媒体数据压缩和编码技术、音频卡和视频卡的应用。重点是掌握多媒体信息处理技术的基本概念,学会音频卡和视频卡的安装与使用,了解多媒体技术中数据的压缩与编码方法。通过相关实验,掌握获取多媒体素材的一般方法。 -Test picture deal with multimedia information in this chapter introduce
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-22
    • 文件大小:50176
    • 提供者:jiang hu
  1. areca-5.5.7-a-src

    0下载:
  2. 用java写的文件备份程序,支持数据压缩、加密、增量备份、历史浏览等多种功能。它还提供了不错的机制来确保备份的一致性。-Using java to write the file backup procedures, support for data compression, encryption, incremental backup, multiple functions, such as browser history. It al
  3. 所属分类:文件操作

    • 发布日期:2024-05-22
    • 文件大小:806912
    • 提供者:李航
  1. encode

    0下载:
  2. 在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz 等字符串都是升序字符串。对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:59392
    • 提供者:lin
  1. lzop

    0下载:
  2. LZO是致力于解压速度的一种数据压缩算法,这个算法是无损算法,参考实现程序是线程安全的。lzop是实现它的一个自由软件工具。-LZO decompression speed is committed to a data compression algorithm, this algorithm is a lossless algorithm, reference implementation is thread-safe procedu
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:43008
    • 提供者:杨宇
  1. huffman

    0下载:
  2. Huffman无损数据压缩解缩算法,自己做的!-Huffman lossless data compression solution reduction algorithm, do their own!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:Felix
  1. hafuman

    0下载:
  2. 哈夫曼树很易求出给定字符集及其概率(或频度)分布的最优前缀码。哈夫曼编码正是一种应用广泛且非常有效的数据压缩技术。该技术一般可将数据文件压缩掉20%至90%,其压缩效率取决于被压缩文件的特征。 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时,降低传输成本。但是,这要求在发送端通过一个编码系统对待传送电文须预先编码,在接收须将传送来的数据进行译码。请自行设计实现一个具有初始化、编码、译码、输入/输出等功能的哈夫曼码的编码
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:xuezhijie
  1. compress_guide

    0下载:
  2. 作为认识压缩的起步资料,能让初学者迅速建立数据压缩的概念,并了解常用压缩算法-As awareness of the starting data compression that allows beginners to quickly establish the concept of data compression, and understand commonly used compression algorithms
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-22
    • 文件大小:172032
    • 提供者:书民
  1. DataCompression4thEdition

    0下载:
  2. 数据压缩解压缩的书,有算法介绍以及详细的例子分析,很不错-Data compression decompression books have algorithms and introduce a detailed example of analysis, very good
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:7522304
    • 提供者:黄春平
  1. Huffman

    0下载:
  2. 哈夫曼编码(Huffman Coding)以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。-Huffman coding (Huffman Coding) ─ a Huffman tree that is optimal binary tree, with the right of the path length of the smallest tree, often used in data compressi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:mailan7749
  1. Compr

    0下载:
  2. VC++编程,有源代码,一个数据压缩库进行文件数据的压缩/解压-VC++ Programming, source code, a data compression library file data compression/decompression
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:460800
    • 提供者:uuuuu
  1. gshhs_dp

    0下载:
  2. 道格拉斯-普克算法折线矢量压缩算法的C语言高效率实现,采用整形运算,适用于很多场合的数据压缩-Douglas- Peucker algorithm for line vector of the C language compression algorithms to achieve high efficiency, the use of plastic surgery operations, applicable to many occ
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:amy chang
  1. pca

    0下载:
  2. 使用PCA进行数据预处理和数据压缩,用C++程序实现,所得主成分保存在文件中-PCA carried out using data pre-processing and data compression, and C++ Program, derived from the principal component in the document preservation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:22528
    • 提供者:shanjie
  1. kpca

    0下载:
  2. KPCA实现数据压缩,所用核函数为高斯核函数-KPCA to achieve data compression, used in nuclear function for Gaussian kernel function
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:158720
    • 提供者:shanjie
  1. DEVCPP

    0下载:
  2. 霍夫曼编码是一种被广泛应用而且非常有效的数据压缩技术,根据待压缩数据的特征,一个可压缩掉20%~90%-Huffman coding is a widely used and very efficient data compression technology, according to the characteristics of data to be compressed, a compressible off 20 ~ 90
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:526336
    • 提供者:readymu
  1. czip

    0下载:
  2. 几个数据压缩方法源代码,一共收集了8个常用的数据压缩的示例代码,格式是文本文件,你可以直接将扩展名改为C文件运行。 -Several methods of data compression source code, has collected a total of eight commonly used data compression of the sample code, the format is a text file, y
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:
  1. datatransport

    0下载:
  2. 对数据进行压缩,并传输,以GZIP压缩为例说明数据压缩的过程。-Data compression and transmission, as an example to GZIP compression data compression process.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:孙黎明
  1. huffman_algorithm

    0下载:
  2. VC写的huffman压缩算法,包括数据流以及文件方式实现的huffman数据压缩算法-huffman compression algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:74752
    • 提供者:ting yang
  1. compress

    0下载:
  2. 数据压缩,自动预测编码技术,matlab实现,带图-Data compression, automatic predictive coding technique, matlab achieve
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:290816
    • 提供者:dyg
  1. lzw

    0下载:
  2. 数据压缩,c语言,vc实现,lzw编码算法-Data compression, c language, vc achieve, lzw coding
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:dyg
  1. shujuyasuojichun

    0下载:
  2. 数据压缩理论,算法编码,行程编码,词典编码,预测编码,变换编码,综合分析编码-Data compression theory and algorithm coding, Run-Length Coding, dictionary coding, predictive coding, transform coding, a comprehensive analysis of coding
  3. 所属分类:文件格式

    • 发布日期:2024-05-22
    • 文件大小:551936
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org