虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

编码<b>解码器</b>

  • g.723.1源代码

    g.723.1源代码,定点版本,包括编码和解码,非常具有参考和工程使用价值

    标签: 723.1 源代码

    上传时间: 2013-12-21

    上传用户:TF2015

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • VHDL 程序

    VHDL 程序,实现vertibe的编码和解码。

    标签: VHDL 程序

    上传时间: 2014-01-25

    上传用户:1966640071

  • H.263标准的c语言实现

    H.263标准的c语言实现,包括了编码和解码,能帮助大家学习H.263标准

    标签: 263 标准 c语言

    上传时间: 2014-12-01

    上传用户:1101055045

  • 请用CAJViewer打开.本文在分析研究G729算法原理的基础上

    请用CAJViewer打开.本文在分析研究G729算法原理的基础上,提出了有效实现G729标准 的硬件设计和几种软件优化方法。本文在对语音编解码的相关理论学习和掌 握后对G729标准进行了细致地研究和深入地理解 根据G729实现中对存 储空间和处理器运算速度等各项性能指标的要求,选择合适芯片,设计了实现 G729编解码器的硬件平台 通过对G729标准的详细分析和研究,分别提出 了C语言级、编译器级和算法级的有效优化方法,通过在DSP上实现及仿真, 并且根据主观评价和客观计算结果验证该算法的可行性。

    标签: CAJViewer G729 算法原理

    上传时间: 2014-01-10

    上传用户:kernaling

  • 一个简单的C51亮灯的程序

    一个简单的C51亮灯的程序, PELCO D 2400检测。 9J1普通解码器程序代码 单片机AT89S51或AT89S52 包含头文件,单片机SFR定义信息 非常实用

    标签: C51 程序

    上传时间: 2014-01-09

    上传用户:ippler8

  • ITU-T之G.729算法的VC6.0工程

    ITU-T之G.729算法的VC6.0工程,包括编码和解码。这工程是我自己创建并经过验证的,请放心使用!

    标签: ITU-T 729 6.0 VC

    上传时间: 2014-07-06

    上传用户:zukfu

  • 本程序有我和另两位同学完成

    本程序有我和另两位同学完成,是数据结构的课程设计。程序实现了编码解码的功能。一共两种操作:可以输入字符串,程序自动求其权值并编码,也可以输入编码进行解码;亦可读取文件的编码或文章进行解码或编码。两种操作结果都保存到相应文件中。

    标签: 程序

    上传时间: 2016-03-27

    上传用户:wangdean1101

  • matlab源代码

    matlab源代码,用于行程编码和解码。

    标签: matlab 源代码

    上传时间: 2016-04-05

    上传用户:plsee

  • 包含了对于灰度图像的8种jpeg无损压缩的预测方法

    包含了对于灰度图像的8种jpeg无损压缩的预测方法,这是用来学习jpeg loseless compression的非常好的例子。idc.h为头文件, image_size.c和readimage.c用来读取目标文件的大小和每个像素的灰度值, jpegll_enc.c和jpegll_dec.c为编码和解码文件。

    标签: jpeg 灰度图像 无损压缩 预测方法

    上传时间: 2016-04-22

    上传用户:love1314