自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (13)
  • 收藏
  • 关注

原创 std::sort 例子

// testSort.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include class DATASORT_BY_NUM{   public:   int index; // 排序参考值 void *data; // 数据指针 DATASORT_BY_NUM() : index(0),

2014-02-28 15:41:41 579

testActiveMQ.rar

ActiveMQ 使用例子,包含静态库和头文件,VS2015 编译。 // testActiveMQ.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // START SNIPPET: demo /*extern "C" {*/ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //} #include #include #include #include using namespace activemq::core; using namespace decaf::util::concurrent; using namespace decaf::util; using namespace decaf::lang; using namespace cms; using namespace std; #pragma comment (lib, "apr-1.lib") #pragma comment (lib, "aprutil-1.lib") #pragma comment (lib, "libapriconv.lib") #pragma comment (lib, "libactivemq-cpp.lib") #ifdef _WIN32 #pragma comment(lib,"ws2_32.lib") #pragma comment(lib,"Mswsock.lib") #pragma comment(lib,"Rpcrt4

2019-07-03

蓝牙音频接收器

这是一个仅使用ESP32开发板做的蓝牙音箱接收器,可使用手机进行蓝牙音乐播放,低噪小,音质优美动听,开发 板运行本固件接收蓝牙信号, 通过 ESP32 的 I2S,在GPIO25、GPIO26、GND 引脚输出左右声道立体声音频信号。 不需要任何 其 它 零 部 件, 直接将 GPIO25(L)、GPIO26(R)、GND接到音频插座上即可, 插上耳机就是蓝牙 耳机,插上音箱就是蓝牙音箱,快试试吧!

2018-09-07

mosquitto 1.4.15 windows 全套运行环境,直接使用

E:\Temp\mosquitto1.4.15-release带源码全套Win32 的目录 2018/03/07 15:16 . 2018/03/07 15:16 .. 2018/02/28 23:53 230 aclfile.example 2018/02/28 23:53 67,220 ChangeLog.txt 2018/03/06 15:13 devel 2018/02/28 23:53 1,569 edl-v10 2018/02/28 23:53 11,695 epl-v10 2017/11/03 21:43 2,093,056 libcrypto-1_1.dll 2017/11/03 21:43 374,784 libssl-1_1.dll 2018/03/06 17:44 368,961 mosquitto-1.4.15-src.tar.gz 2018/02/28 23:53 37,730 mosquitto.conf 2018/03/01 00:45 44,032 mosquitto.dll 2018/03/01 00:45 129,024 mosquitto.exe 2018/03/01 00:45 16,384 mosquittopp.dll 2018/03/01 00:46 17,408 mosquitto_passwd.exe 2018/03/07 15:16 683 mosquitto_passwd.exe.lnk 2018/03/01 00:45 33,792 mosquitto_pub.exe 2018/03/01 00:45 31,744 mosquitto_sub.exe 2012/05/27 00:00 55,808 pthreadVC2.dll 2018/02/28 23:53 355 pwfile.example 2018/02/28 23:53 2,096 readme-windows.txt 2018/02/28 23:53 3,168 readme.md 2018/03/07 13:25 27 startMQTT.bat 2018/03/07 11:07 86,226 windows环境下mosquitto环境搭建与mqtt测试.docx

2018-03-07

IntelMediaSDK2017forEmbeddedLinux

2017-03-09 版本 The following materials are defined as 'Redistributables' and are subject to the terms and conditions of the End User License Agreement YOU MAY NOT REDISTRIBUTE THESE MATERIALS UNDER AN EVALUATION LICENSE Intel(R) Media Server Studio 2017 - SDK: libmfxhw64-p.so.* libmfxsw64-p.so.* libmfx.a libmfx_vp8d_hw64.so libmfx_hevcd_hw64.so libmfx_hevce_hw64.so plugins.cfg

2017-04-05

手机直播软件

这个是最新的手机直播开源软件

2016-11-04

编译好的x265,带y4m文件

编译好的x265,带y4m文件 Syntax: x265 [options] infile [-o] outfile infile can be YUV or Y4M outfile is raw HEVC bitstream Executable Options: -h/--help Show this help text and exit -V/--version Show version info and exit Output Options: -o/--output Bitstream output file name --log-level Logging level: none error warning info debug full. Default info --no-progress Disable CLI progress reports --[no-]cu-stats Enable logging stats about distribution of cu across all modes. Default disabled Input Options: --input Raw YUV or Y4M input file name. `-` for stdin --fps Source frame rate (float or num/denom), auto-detected if Y4M --input-res WxH Source picture size [w x h], auto-detected if Y4M -f/--frames Maximum number of frames to encode. Default all --seek First frame to encode Quality reporting metrics: --[no-]ssim Enable reporting SSIM metric scores. Default disabled --[no-]psnr Enable reporting PSNR metric scores. Default disabled Profile, Level, Tier: --profile Enforce an encode profile: main, main10, mainstillpicture --level-idc Force a minumum required decoder level (as '5.0' or '50') --[no-]high-tier If a decoder level is specified, this modifier selects High tier of that level Threading, performance: --threads Number of threads for thread pool (0: detect CPU core count, default) -F/--frame-threads Number of concurrently encoded frames. 0: auto-determined by core count --[no-]wpp Enable Wavefront Parallel Processing. Default enabled --[no-]pmode Parallel mode analysis. Default disabled --[no-]pme Parallel motion estimation. De

2014-11-20

lz文件解压缩工具

clzip.exe 压缩、解压缩.zl文件,多线程版本

2014-02-16

curl 下载工具

根据开源代码编译的一个下载工具,很好用。

2013-12-12

Ksend自动化工具

Ksend是一个自动化工具,可以应用于自动化测试、设备维护等领域,它可以模拟后台文本消息的发送、模拟键盘和鼠标动作、并能进行简单的windows界面、IE页面的分析和控制等。 Ksend的主要功能: ² 文本发送功能:将文本分行发送至指定的一个或多个文本窗口,可以控制发送的延时; ² 支持键盘、鼠标的录制和重放; ² 支持TCL语言控制,可以利用TCL语言控制键盘、鼠标、界面及文本的发送; ² 可以利用TCL语言分析、捕获和控制窗口; ² 支持IE页面的分析和控制; 应用场景: 命令行维护、测试:可以通过TCL语言或批语句将维护或测试命令发送到telnet终端、DOS窗口、串口终端等窗口,实现自动化的配置和维护。比如添加10000条路由、10000条ACL等参数遍历的维护和测试;可以进行局域网地址的连通性遍历测试;可以用于设备的批量升级维护等等。 界面维护、测试:可以利用程序中扩展的TCL语句对界面进行控制,比如在WEB界面添加1000个用户、自动发送Notes邮件等等。

2013-05-10

IPTV 技术规范V3

目 次 ......... I 前 言 ...... IV IPTV 业务技术体制 V3.0 ..................................... 1 1 范围 .......... 1 2 规范性引用文件 ............................................. 1 3 缩略语、术语和定义 ..................................... 2 3.1 缩略语 ................................................. 2 3.2 名词和术语 ......................................... 3 4 业务概述 ......................................................... 6 4.1 业务描述 ............................................. 6 4.2 业务分类 ............................................. 6 4.3 业务产业链 ......................................... 6 4.3.1 内容/应用提供商(CP/AP) ..... 7 4.3.2 业务提供商(SP) ..................... 7 4.3.3 网络提供商 ............................. 7 4.3.4 最终用户 ................................. 8 5 IPTV 业务系统................................................ 8 5.1 总体结构 ............................................. 8 5.2 系统接口 ........................................... 11 6 内容制作层 ................................................... 15 6.1 总体结构 ........................................... 15 6.2 音视频编解码 ................................... 16 6.2.1 编码规格 ............................... 16 6.2.2 视频 ....................................... 16 6.2.3 音频 ....................................... 16 6.3 文字及图形 ....................................... 17 6.3.1 语言文字编码 ....................... 17 6.3.2 图形要求 ............................... 17 7 内容提供层 ................................................... 17 7.1 总体结构 ........................................... 18 7.2 SP 内容运营平台 .............................. 18 7.2.1 平台结构 ............................... 18 7.2.2 平台功能 ............................... 19 8 应用提供层 ................................................... 20 I Q/CT 2364 - 2011 9 内容播控层 ................................................... 20 10 能力封装层 ................................................... 21 11 内容运营层 ................................................... 21 11.1 总体结构 ........................................... 21 11.2 内容合成管理平台 ........................... 22 11.2.1 平台结构 ............................... 22 11.2.2 平台功能 ............................... 23 12 应用运营层 ................................................... 24 12.1 总体结构 ........................................... 24 12.2 应用合成管理平台 ........................... 25 13 管理支撑层 ................................................... 25 13.1 总体结构 ........................................... 26 13.2 业务管理平台 ................................... 26 13.3 终端管理平台 ................................... 27 13.4 业务质量监测平台 ........................... 29 13.5 运维支撑平台 ................................... 30 13.6 数字版权管理平台(DRM) ............. 31 14 业务能力层 ................................................... 31 14.1 总体结构 ........................................... 31 14.2 基本业务能力平台 ........................... 33 14.3 扩展业务能力平台 ........................... 33 15 业务分发层 ................................................... 33 15.1 媒体分发 ........................................... 33 15.2 门户分发 ........................................... 34 15.3 应用分发 ........................................... 34 16 业务承载层 ................................................... 35 16.1 总体结构 ........................................... 35 16.2 组播要求 ........................................... 35 16.3 QoS 要求 ............................................ 36 16.4 接入认证要求 ................................... 37 16.5 地址分配 ........................................... 38 16.6 访问控制 ........................................... 38 17 用户终端层 ................................................... 39 17.1 标清机顶盒 ....................................... 39 17.2 高清机顶盒 ....................................... 39 17.3 智能电视 ........................................... 40 18 外部能力层 ................................................... 40 18.1 综合业务管理平台(ISMP) ........... 40 II Q/CT 2364 - 2011 18.2 互动业务支撑系统 ........................... 40 18.3 发卡系统 ........................................... 41 18.4 营帐系统 ........................................... 41 18.5 统一认证 UDB .................................... 41 18.6 支付能力 ........................................... 41 18.7 IMS ..................................................... 41 19 业务流程 ....................................................... 42 19.1 内容发布 ........................................... 42 19.2 业务访问 ........................................... 44 20 IPTV 业务相关.............................................. 46 20.1 业务帐号编号原则 ........................... 46 20.2 内容、服务与产品 ........................... 47 20.3 计费、结算 ....................................... 48 21 安全性 .... 49 21.1 安全管理 ........................................... 49 21.2 系统安全 ........................................... 49 21.3 承载网安全 ....................................... 49 21.4 运营安全 ........................................... 50 21.5 终端安全 ........................................... 50 附录 A (资料性附录) 规范版本修订记录 ........................................................ 51

2013-04-25

数字广播规范

13818-6-1.pdf AVS标准中的视频码流缓冲区校验模型分析.pdf is138182.pdf ISO IEC 13818-9.pdf MPEG2-2运动图象及其伴音信号的通用编码.doc 数字视频广播中文业务信息规范.doc 数字视频广播中文业务信息规范SI版本1.0.doc

2013-04-25

流媒体有关协议标准

An Application Level Real-Time Protocol for Distributed Interactive Media.pdf draft-ietf-mmusic-rtsp-09.pdf Extension of RTP payload Type for Multiple Program MPEG Transport Stream.pdf Guidelines for Writers of RTP Payload Format Specifications.pdf Multimedia Over IP- RSVP, RTP, RTCP, RTSP.pdf Payload Format for HTTP Encoding in RTP.pdf QuickTime Generic RTP Payload Format.pdf Real Time Streaming Protocol (RTSP).pdf rfc2029-CellB Video Encoding.pdf rfc2032-H261.pdf rfc2035-JPEG-compressed Video.pdf rfc2038-MPEG1-MPEG2.pdf rfc2190-H263 Video Streams.pdf rfc2250-MPEG1-MPEG2 Video.pdf rfc2429-the 1998 Version of ITU-T Rec.pdf rfc2431-BT.656 Video Encoding.pdf rfc2435-JPEG-compressed Video.pdf rfc2793-Text Conversation.pdf rfc2833-DTMF Digits, Telephony Tones and Telephony Signals.pdf rfc2862-Real-Time Pointers.pdf rfc3047-ITU-T Recommendation G.722.1.pdf rfc3119-MP3 Audio.pdf rfc3189-DV (IEC 61834) Video.pdf rfc3190-12-bit DAT Audio and 20- and 24-bit Linear Sampled Audio.pdf rfc3267-AMR AMR-WB.pdf rfc3389-Comfort Noise (CN).pdf rfc3497-SMPTE.pdf rfc3550-RTP.pdf rfc3555-MIME Type Registration.pdf rfc3557-ETSI ES 201 108 Distributed Speech Recognition Encoding.pdf rfc3558-EVRC SMV.pdf rfc3611-RTCP Extended Reports.pdf rfc3984-H264.pdf rfc3984-H264_.pdf RTP Payload Format for AC-3 Streams.pdf RTP Payload Format for ASF Streams.pdf RTP Payload Format for DV Format Video.pdf RTP Payload Format for MPEG-2 AAC Streams.pdf RTP payload format for MPEG-4 Audio-Visual streams.pdf RTP Payload Format for MPEG-4 Streams.pdf RTP payload format for MPEG-4 Visual Advanced Profiles.pdf RTP Payload Format for MPEG-4 with Flexible Error Resiliency.pdf RTP Payload Format for PureVoice(tm) Audio.pdf RTP Payload Format for RT Video Streams.pdf RTP Payload format for Shared Multicast Virtual Worlds (SMVW).pdf RTP payload format for the CELT codec.pdf RTP Payload Format for Vorbis Encoded Audio.pdf RTP profile for generic media packets.pdf Support for RTP in a stored QuickTime Movie File.pdf

2013-04-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除