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

搜索资源列表

  1. zuiyouhua

    0下载:
  2. 最优化实验,用的是MATLAB,题目不是很难主要是练习用,学会对实际问题进行数学抽象。 掌握常用的最优化算法。 运用相关数学软件设计程序进行求解。 -optimization experiments, using the MATLAB, the main topic is not difficult to practice with. learn to practical issues abstract mathematics. Master of the most commonly
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:12.76kb
    • 提供者:guang
  1. haffman

    0下载:
  2. 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8.31kb
    • 提供者:gaorui
  1. G729E

    0下载:
  2. G729E,itut的文档及相关算法的源代码,包括基频提取等。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2.12mb
    • 提供者:曹鹏
  1. spetralcorrelation

    1下载:
  2. 谱相关时域平滑算法及其快速算法FAM、SSCA
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:2.66kb
    • 提供者:chengxin
  1. lz77压宿酸法

    0下载:
  2. lz77压宿算法,用c语言实现,可以在tc下编译通过,根据不同的计算机要修改下相关的参数值,对文本数据的压缩效果很好-lz77 places pressure algorithm, using the c language, in tc under compile, based on different computers to be amended under the relevant parameters, the text data compression with good result
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2.95kb
    • 提供者:李能
  1. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.11mb
    • 提供者:haochao
  1. unrarsrc-3.7.6.tar

    0下载:
  2. RAR源码相关,用于编写压缩算法-RAR-related source for the preparation of compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:126.89kb
    • 提供者:
  1. huffman_Golomb_COMPRESS

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

    • 发布日期:2017-03-31
    • 文件大小:6kb
    • 提供者:张志刚
  1. radarbest

    0下载:
  2. 双基地雷达空间定位精度分析,针对双基地雷达空间定位时的数据冗余提出了一种相关数据压缩算法。-bistatic radars space location accuracy analysis, presents a correlated data compression algorithm for the data redundancy in space bistatic- radar location system。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1.14kb
    • 提供者:馨迪
  1. 234

    0下载:
  2. 本设计是针对第二题采用了两种算法用来识别各种水果。第一种算法是质心法,第二种方法是相关匹配法。 质心法 一.算法思想 质心法的优点在于图像经过任何旋转后,图像边缘到质心的距离求和始终为一个固定值,这样利用这一个特性,就可以辨识出各个图像。 -This design is the second title for the two algorithms used to identify a variety of fruits. The first is a qualitative-f
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:288.2kb
    • 提供者:asfa
  1. matrixcompress

    1下载:
  2. C语言实现矩阵压缩的小程序 掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。 基本要求: (1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储; (2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵; (3) 输入在原始矩阵中的位置,能够得出压缩后的位置; (4) 原始矩阵的行列数从键盘输入。 -C language implementation of small programs to master matrix comp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:1.65kb
    • 提供者:123
  1. LZW

    0下载:
  2. LZW无损压缩算法的简单实现,并辅助相关实现过程说明和解释-LZW
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:15.06kb
    • 提供者:Michael
  1. whatisCA

    0下载:
  2. 元胞自动机的一些相关介绍以及算法改进的相关论文-Cellular Automata and Algorithm descr iption of some relevant papers related to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-22
    • 文件大小:491.13kb
    • 提供者:王阳鹏
  1. lunwen

    0下载:
  2. 好好学习通信方面的相关知识,信噪比估计算法-Learn the relevant knowledge of communications, SNR estimation algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:197.85kb
    • 提供者:马宗飞
  1. IDCT

    0下载:
  2. 解码器IDCT部分算法与硬件设计相关资料-Eassys related to algorithms and hardware design about IDCT in decoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-22
    • 文件大小:39.57mb
    • 提供者:刘文
  1. adaptivehafuman

    0下载:
  2. 关于自适应哈夫曼算法的代码,很实用,里面有几个相关的算法。-code related to adaptive hafuman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:150kb
    • 提供者:chengtongli
  1. Huffman_encode

    0下载:
  2. 这是一个霍夫曼编码的程序,是利用霍夫曼树等相关算法解决的。在程序中,随机产生的10个字符,利用子函数: HC=HuffmanCoding(HT,HC,w,3) 则可以获得每个元素的码字,存储的方式是通过一个指针的指针。-This is a Huffman coding process is the use of Huffman tree related algorithms to solve. In the process, the randomly generated 10 charact
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.7kb
    • 提供者:浪飞人海
  1. lzo_withpdf

    0下载:
  2. lzo压缩算法的代码及相关论文,论文是台湾的,请大家参考。-lzo with pdf documents
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.38mb
    • 提供者:田东
  1. Huffman-algorithm--experiments

    0下载:
  2. 基于Huffman算法的压缩软件设计实验,介绍了相关Huffman算法原理,并利用Java进行实现,有相应实验图作为对照!-Compression software design experiments based on the Huffman algorithm, introduced the Huffman algorithm principle, and use the Java implementation, as a control to the corresponding exper
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:112.48kb
    • 提供者:独角之灵
  1. lz77

    0下载:
  2. lz77压缩算法,C++实现,还有相关文档-lz77 compression algorithm, C++,, to achieve, as well as related documentation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:1.36mb
    • 提供者:刘老
« 12 »
搜珍网 www.dssz.com