关于h.323v2_D的一本非常好的书,涉及到了H.323的方方面面,对于流媒体编程很有帮助。
标签: 323
上传时间: 2015-12-04
上传用户:Avoid98
很多关于rtsp,rtp,iptv等流媒体的文章!
标签: rtsp
上传时间: 2014-01-19
上传用户:电子世界
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
P2P虽然不是一种新的技术,但却是一种新兴的网络思想。它引导网络应用的核心从中央服务器向网络边缘的终端设备扩散。与传统的C/S模式相比,它在网络资源利用率、消除服务器瓶颈等方面具有明显的优势。本文就以P2P、流媒体、及其综合运用的成功实例网络电视作简单阐述,并展望P2P未来发展的主流趋势。
标签: P2P
上传时间: 2016-03-27
上传用户:虫虫虫虫虫虫
基于JMS架构的电子节目单EPG下载子模块,用于移动流媒体行业
上传时间: 2016-08-01
上传用户:bibirnovis
arm嵌入式应用,for linux OS,一个流媒体的管理软件,供大家参考
上传时间: 2014-11-23
上传用户:270189020
AVRCP全名是Audio Video Remote Cortrol Profile音频/视频远程控制配置文件。AVRCP 设计用于提供控制 TV、Hi-fi 设备等的标准接口。此配置文件用于许可单个远程控制设备(或其它设备)控制所有用户可以接入的 A/V 设备。AVRCP 定义了如何控制流媒体的特征。包括暂停、停止、启动重放、音量控制及其它类型的远程控制操作。
标签: AVRCP Cortrol Profile Remote
上传时间: 2014-01-20
上传用户:zhenyushaw
rfc2326中文文档,即RTSP(Real Time Stream Protocol)中文文档,学习和开发流媒体协议(rtsp)软件的圣经
上传时间: 2016-11-10
上传用户:Breathe0125
AES加密算法分析及其安全性研究,对于使用AES密码算法来研究网络、流媒体安全的程序员有帮助
上传时间: 2014-01-17
上传用户:tedo811