详细包括了,mpeg-4中的各种视频音频编解码源代码,包括有jpeg,aac等各种编解码
标签:
上传时间: 2013-12-19
上传用户:gxf2016
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
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
speex-1.2beta3源代码,音频编解码,带回声消除
上传时间: 2013-12-20
上传用户:dapangxie
DSP上优化的G.729A代码,用于音频编解码。适用与C5,C6系列DSP
上传时间: 2013-12-20
上传用户:gundamwzc
tech_faq_codec.pdf,音频编解码的讲解文档,非常不错
标签: tech_faq_codec
上传时间: 2016-08-29
上传用户:梧桐
TMS320DM6446平台下的,使用TLV320AIC23B 音频编解码芯片,完整的测试程序,在CCS下使用。简单易懂,很适合硬件调试人员硬件测试。
上传时间: 2014-01-24
上传用户:stella2015
一个用C语言编写,用于g711的音频编解码算法函数
上传时间: 2013-12-17
上传用户:it男一枚
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
MDCT快速算法的定点实现和相关算法文档资料,MDCT广泛应用于当前主流的音频编解码算法中。
上传时间: 2017-04-05
上传用户:日光微澜