CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编码 解码程序

搜索资源列表

  1. amr-nb-decoder

    2下载:
  2. AMR-NB的解码程序,纯C, VC建立工程即可使用.标准测试序列通过测试,与编码配合使用.-AMR-NB codec procedures, and pure C, VC can be used to establish the project. the standard test sequence to pass the test, used in conjunction with coding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:78164
    • 提供者:王博
  1. PCM2ADPCM编码

    0下载:
  2. 这是一个WAV到IMAADPCM转换的小DEMO,读者能够根据程序中的算法,编写出解码的算法,小程序,抛砖引玉-This is a WAV IMAADPCM conversion to a small DEMO. readers can follow the procedures of the algorithm, to prepare the decoding algorithm, small programs, congregate
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:31473
    • 提供者:陈中
  1. rs源程序2

    2下载:
  2. RS(n,k)编解码程序,自己稍稍修改后应用于某工程DSP实现的RS编码的程序!-RS (n, k) codec procedures, their slightly modified for a project of RS DSP coding procedures!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:13790
    • 提供者:cdl
  1. wcdma_simulink

    0下载:
  2. 两个Nokia研究人员写的W-CDMA的仿真代码。 包含信道编码,交织,速率匹配,调制,扩频,信道模型,RACK接收机和相应的解码程序 -two researchers write the W-CDMA simulation code. Includes channel coding, interleaving, matching rate, modulation, spreading, Channel model, RCK receiver decoder and the corres
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:302781
    • 提供者:耿毅
  1. base64src

    0下载:
  2. C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5583
    • 提供者:王晓名
  1. bch_euc

    1下载:
  2. bch 编码、解码程序,可以对任意长度的信息添加纠错码。-BCH encoding, decoding procedures can be arbitrary length of the right information to add error-correcting codes.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:4862
    • 提供者:Guch Wu
  1. turbodecode

    0下载:
  2. 第一个编码的程序调出来了,1/2的码率,用的是8×8行列交织器,rsc用的是 g0=[1 1 1],g1=[1 0 1]。算法是根据网格图来编写的。 信息输入是64bit的(0,1,0,1,0,1,0,1,0,0,、、、、、),最后结果是stream[128]=[00100110011000100101000001010101000001010101000001000101000101000101000101000101000001000100000001000100000001010100
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:刘文
  1. mpegCode

    1下载:
  2. MPEG解码程序源代码,可以学习到多媒体编码的核心和精髓-MPEG decoder source code, we can learn from multimedia coding to the core and essence
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:36729
    • 提供者:lzh3377
  1. yaokong-NEC

    0下载:
  2. NEC遥控编码格式的遥控器的解码程序,比较好用,实验通过-NEC remote encoding format for the remote decoding procedures, more convenient, through experiments
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1866
    • 提供者:zgdz
  1. C51WirlessApplication

    1下载:
  2. 无线呼叫器完整设计方案,提供电路原理图、单片机程序源代码、主要器件芯片资料。内部源码: 无线编码器PT2262的单片机解码程序、X25045子程序可供参考。-wireless beeper complete design, circuit schematics, SCM source code, major chip device information. Internal Source : Wireless Encoder Decoder PT2262 SCM procedures, X250
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1222756
    • 提供者:张黄敢
  1. AVS

    0下载:
  2. AVS解码器源代码及SDK例程 AVC是国内研制较成功的视频编码解码器 这个是它的解码程序,已开源。可以作为学习之用。-AVS decoder source code and SDK routines AVC is more successful domestically developed video codec this it is the decoding process has been open source. As learning.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:192751
    • 提供者:陈丽萍
  1. turbo-code

    0下载:
  2. 我不多说废话,这是一个完整的TURBO码的编解码程序,对想做信道编码仿真的人绝对利好,该死的20个字-I will not nonsense, it is a complete code of TURBO codec procedures, right wants to channel coding simulation of absolute good, damned 20 characters
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:22263
    • 提供者:liu
  1. YUV2H.263

    0下载:
  2. H.263的编解码程序,VC++实现,可以对YUV图象序列编码,可以设置分辨率等,程序已经做了中文注释。-H.263 codec procedures, VC, right YUV image sequences coding, you can set resolution, procedures have been done in the Chinese Notes.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:936468
    • 提供者:Mars
  1. code-decode

    1下载:
  2. 2/3FEC编码和解码程序,是用C编的,在VC里编译的-2/3FEC encoding and decoding process, the C series, in a translation of VC Lane
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1566
    • 提供者:youguo
  1. T264

    0下载:
  2. T264是中国的视频编码自由组织合力开发的264编解码程序,其设计吸收了jm,x264和xvid三个源码的优点。-T264 is a free video coding co-development of the 264 codecs procedures, its design incorporated jm, Inc. and xvid three source advantages.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:8410657
    • 提供者:zlinling
  1. wlt

    0下载:
  2. 零树编码小波图象压缩编解码程序.这是1.1版,可实现可变吗率编解码.动态显示.只能打开24真彩色位位图,如果是JPEG格式,叙用画图板打开,存为 24真彩色位位图即可.此外还有升级版本,可处理灰度图及保存解码后的位图. 下面附件为1.1版,须安装MFC才能打开. -zerotree wavelet image compression encoding codecs procedures. This is version 1.1, yet achievable variable ra
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:21424
    • 提供者:余庆红
  1. myGSMcode

    0下载:
  2. 完整的GSM音频编码和解码程序,可以直接在arm或dsp上使用-integrity of the GSM audio coding and decoding process, the arm can be directly used or dsp
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:80856
    • 提供者:ldh
  1. C54xADPCMcode

    0下载:
  2. 基于c54x的adpcm的编码与解码程序,有兴趣的看一下它的编码过程,很有益的哦-adpcm the coding and decoding process, interested to see what it encoding process, Oh, very useful
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:10881
    • 提供者:wangwang
  1. tmndec-3.2.0

    1下载:
  2. H.263标准协议的编、解码(里面分别有编码和解码程序)算法的源程序,适用于搞机器人远程监控或多媒体视频传输 -H.263 standard agreement encoder and decoder (which were coding and decoding procedures) algorithm source, applicable to engage in tele-robotics control or multimedia video transmission
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:198488
    • 提供者:孟攀峰
  1. c5wup37s

    0下载:
  2. 卷积码编码,维特比解码程序,用c写的。应该有人需要-convolution encoder, Viterbi decoder, and c writes. Someone should be required
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:24023
    • 提供者:季昂
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com