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

搜索资源列表

  1. LZW压缩算法和RLE压缩算法的实现源码及Demo.zip

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:24276
    • 提供者:
  1. zlib-1.2.5

    0下载:
  2. 最为流行的经典压缩算法库Zlib,短小精干,压缩解压接口仅需一两个-The most popular classical compression algorithms library Zlib, short and compact, compression decompression interface, only one or two
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:654339
    • 提供者:homerlu
  1. TIchinese_A1746

    1下载:
  2. 虹膜识别算法 对图像要求较高 算法简单 内附可用于程序图片-Iris recognition algorithms require a higher simple algorithm and the image can be used to process images containing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-09-06
    • 文件大小:488210
    • 提供者:白洋
  1. zlibSUANFA

    0下载:
  2. zlib压缩算法可以压缩字节的代码-yasuozijie
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2164
    • 提供者:似的
  1. qlearning 学习算法

    0下载:
  2. q-learning 学习算法,适合初学者检查算法有效性!
  3. 所属分类:压缩解压

  1. PCI算法

    0下载:
  2. 自适应波束形成多种算法的matlab实现,算法类型:MVDR,LCEC,GSC,PCI,MWF,PCA-MVB,SC-MVB,EC
  3. 所属分类:压缩解压

  1. omp cosamp sp

    1下载:
  2. 压缩感知 重构算法源代码:主要包括OMP,CoSamp,SP等重构算法,算法还需要根据不同的应用场景适当修改。(compressive sensing reconstruction algorithms source code)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-18
    • 文件大小:16384
    • 提供者:微笑-PASTA
  1. cordic算法的Verilog实现

    1下载:
  2. cordic算法的Verilog实现,代码经过验证,能够有效的运行(Verilog implementation of CORDIC algorithm)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:所罗门
  1. compress

    0下载:
  2. 无损压缩算法代码—— compress.zip huf.zip huff_file.zip huff_stream.zip lz77.zip lzw.zip rle_zip_8bit.zip rlezip_16bit_sc.zip(Lossless compression algorithm code ---- compress.zip huf.zip huff_file.zip huff_stream.zip lz77.zip lzw.zip rle_zip_8b
  3. 所属分类:压缩解压

    • 发布日期:2017-12-25
    • 文件大小:19456
    • 提供者:Vinley
  1. huf

    0下载:
  2. 无损压缩算法代码—— Lossless compression algorithm code ---- compress.zip huf.zip huff_file.zip huff_stream.zip lz77.zip lzw.zip rle_zip_8bit.zip rlezip_16bit_sc.zip(Lossless compression algorithm code ---- compress.zip huf.zip huff_file.zip huff
  3. 所属分类:压缩解压

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:Vinley
  1. 无损压缩算法代码包

    0下载:
  2. 常见的压缩算法,忘了从哪里下载的 ,有需要的童鞋可以看看。(The most common compression algorithms)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-27
    • 文件大小:94208
    • 提供者:1.piece
  1. 常用算法程序集(C语言描述)第三版

    2下载:
  2. 常用算法程序集(C语言描述)第三版 徐士良 源码+PDF(Commonly used algorithm assembly (C language descr iption) Third Edition Xu Shiliang source code, +PDF)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-27
    • 文件大小:6574080
    • 提供者:林111
  1. code

    0下载:
  2. omp cosamp subspace_pursuit算法代码(omp cosamp subspace_pursuit code)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-27
    • 文件大小:881664
    • 提供者:大石头01
  1. huff

    0下载:
  2. 哈曼夫算法,对数据进行,编码译码,压缩数据(Haman algorithm, data encoding, decoding, compression of data)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-03
    • 文件大小:33792
    • 提供者:zhaoqijin
  1. 7z1701-src

    0下载:
  2. 7z的压缩算法源码,对学习压缩算法有很大的帮助。(7z compression algorithm source code, can learn compression algorithm.)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-10
    • 文件大小:1026048
    • 提供者:fghj123
  1. CS的一些重构算法

    0下载:
  2. 压缩感知的所有重构算法,包括OMP,ROMP,SAMP,StoMP等等算法。(All reconstruction algorithms of compressed sensing include OMP, ROMP, SAMP, StoMP and so on.)
  3. 所属分类:压缩解压

    • 发布日期:2020-04-04
    • 文件大小:2460672
    • 提供者:CSIT
  1. lzs-master

    0下载:
  2. 基于verilog的LZS压缩和解压算法,压缩比1;2 。里面带有C原言的代码。已经通过验证!(Verilog based LZS compression and decompression algorithm, compression ratio 1; 2. It has the C code in it. It has been verified!)
  3. 所属分类:压缩解压

    • 发布日期:2020-01-04
    • 文件大小:437248
    • 提供者:小夏2018
  1. 关于αβ剪枝算法的优化博弈论的国际跳棋人机对战

    0下载:
  2. 此文件是基于αβ剪枝算法的优化博弈论的国际跳棋人机对战,里面有详细的代码和解释文档
  3. 所属分类:压缩解压

  1. 路径规划常用算法

    0下载:
  2. 此文件包含有传统的路径规划算法及A*算法,可以在次基础上进行二次开发。
  3. 所属分类:压缩解压

    • 发布日期:2021-04-20
    • 文件大小:6368
    • 提供者:dj220dengjian
  1. 数字信号处理,理论、算法与实现,第二版(胡广书)

    0下载:
  2. 数字信号处理,理论、算法与实现,第二版(胡广书)
  3. 所属分类:压缩解压

« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com