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

搜索资源列表

  1. madplay-0.15.2b.tar

    0下载:
  2. mp3解码库文件,已成功地用到了dm642平台,请大家放心使用-mp3 decoding the document has been successfully used in the dm642 platforms, we worry about
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:590929
    • 提供者:王坚
  1. T264_decoder

    0下载:
  2. 经过开源的H.264压缩算法代码,进行优化后并在VC++6。0环境下调试和PC下成功运行,也可以在DSP上运行-revenue H.264 compression algorithm code, After optimization and VC 6. 0 debugging environment and PC successful operation, can also run on the DSP
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:169372
    • 提供者:冯彬
  1. onehuffman

    0下载:
  2. 纯c的HUFFMAN编码,希望大家喜欢。经VC6.0调试成功。-the pure c Speed HUFFMAN coding, hope you like them. Debugging by VC6.0 success.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5631
    • 提供者:赵智斌
  1. hglz_v09

    0下载:
  2. 字典编码的一种,属于LZW方法,压缩效果好,已经编译成功
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:69486
    • 提供者:铭蔚
  1. huffmancode

    0下载:
  2. 本内容详细介绍huffman编码,并且有源程序.调试成功
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10254
    • 提供者:李晨
  1. UVLCcode

    0下载:
  2. 本文介绍UVLC编解码,提供源代码.测试成功
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7562
    • 提供者:李晨
  1. DCompress264

    0下载:
  2. 本程序基于ffmpeg库里的编解码器,并且vc 平台下的调试运行成功
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3485690
    • 提供者:cyjim
  1. yasuo

    0下载:
  2. 一份压缩软件的源代码,但是他们很难找到,特别是一些比较好的. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8431
    • 提供者:anlina
  1. H.264CODECsoundcode

    0下载:
  2. \\bin 目录下是已编译成功的编解码器程序以及相应说明\\ldecod 目录下是H.264视频解码器程序代码。\\lencod 目录下是H.264视频编码器程序代码。\\rtpdump 目录下是H.264实时传输协议应用的一个简单例子程序。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2233467
    • 提供者:孙凤
  1. JPEG2000

    0下载:
  2. “wavelet”目录中存放的是API函数源程序 “wavelet_gui”目录中存放的是JPEG2000应用举例的DELPHI调用 “可执行应用”目录中存放的是笔者编译成功的可执行应用程序
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:400892
    • 提供者:guxiao
  1. MTEAM

    0下载:
  2. 接受到红外信号后,解码.解码成功后,就直接进入待机模式,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1933
    • 提供者:kenxu
  1. 实现多媒体lzw算法

    0下载:
  2. 实现多媒体文件的lzrw算法,在vc6下编译成功,算法代码没有仔细研究-multimedia documents lzrw algorithm, compiled under the vc6 successful, the algorithm code without careful study
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:74294
    • 提供者:李辉
  1. LZW_COM

    0下载:
  2. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers o
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13421
    • 提供者:冰冰
  1. rebuilt.lzw

    0下载:
  2. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers o
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:12115
    • 提供者:冰冰
  1. huff_file

    0下载:
  2. 此代码用霍夫曼树作为压缩和解压缩的存储结构,实现了字典压缩算法,用C便已成功。-this code tree with Hoffman as the compression and decompression of the storage structure and achieve a dictionary compression algorithm has been successfully used C.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13726
    • 提供者:冰冰
  1. ecg_matlab_data.zip 用matlab处理ecg心电数据

    5下载:
  2. 最近用matlab处理ecg心电数据,网上查了许多资料,终于成功导入.dat和.hea文件 做出了心电图 附件中含一组ecg心电数据(.dat和.hea文件各一),以供调试,fine.m是程序文件(含中文注释) 默认路径C:\Documents and Settings\Administrator\My Documents\MATLAB 打开方式:>>fine(‘62y933e.hea’,‘62y933e。dat’,9) 最后一个数字范围(1~12),代表第几道导连,
  3. 所属分类:压缩解压

    • 发布日期:2015-09-29
    • 文件大小:725098
    • 提供者:钟毓秀
  1. MAX517.rar

    0下载:
  2. DA转换器件MAX517程序。本人以调试成功。,DA conversion process MAX517 device. I would like to debug successfully.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:13327
    • 提供者:dengquan
  1. GaussBackGroundModel

    5下载:
  2. 最基本的混合高斯背景建模matlab源代码,本人用于火灾烟雾检测的毕设代码,已运行成功,很好的检测运动目标的算法。-Effective Gaussian mixture learning for background model to detection moving goal.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3558
    • 提供者:彭雄婷
  1. fskDSp

    0下载:
  2. fsk调制的DSP实现,经过实验板下载成功-fsk modulation of the DSP to achieve, after the success of the experimental plate download
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:4467
    • 提供者:前卫
  1. 1

    0下载:
  2. 任意脉宽连续脉冲信号发生器,经过实验板成功调试-Arbitrary pulse width for pulse generator, after the success of the experimental board debugging
  3. 所属分类:压缩解压

    • 发布日期:2017-04-15
    • 文件大小:5670
    • 提供者:前卫
« 12 3 4 »
搜珍网 www.dssz.com