自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 资源 (3)
  • 收藏
  • 关注

原创 C++ 模板 two-phase name lookup

// two_phase_name_lookup.cpp#include namespace A{ // 3: template void f(T t) { puts("A::f(T)"); }}namespace A{

2013-11-25 18:07:25 1783

原创 AirPlay、AirTunes 移植开发

1、技术介绍2、开源项目2.1、expat开源地址:http://sourceforge.net/projects/expat/下载目录:http://sourceforge.net/projects/expat/files/expat/最新版本(2.1.0):http://sourceforge.net/projects/expat/files/expat/2.1.0/exp

2013-11-20 12:05:17 6596

原创 Windows Store 环境 ffmpeg 构建集成

WinRT 环境 ffmpeg 构建集成

2013-11-20 11:20:55 1194

原创 Windows Store 平台移植 —— (10) 回顾

回顾

2013-11-20 11:19:59 725

原创 Windows Store 平台移植 —— (9) Runtime 接口实现

Runtime 接口实现

2013-11-20 11:18:49 740

原创 Windows Store 平台移植 —— (8)C,C++库构建

C,C++库构建

2013-11-20 11:18:08 850

原创 Windows Store 平台移植 —— (7) 网络 API

网络 API

2013-11-19 16:59:53 797

原创 Windows Store 平台移植 —— (6) 补充网络 API

线程 API

2013-11-19 16:59:20 860

原创 Windows Store 平台移植 —— (5) 补充线程相关 API

文件 API

2013-11-19 16:58:48 979

原创 Windows Store 平台移植 —— (4) 补充文件系统 API

内存 API

2013-11-19 16:57:56 1266

原创 Windows Store 平台移植 —— (3) 补充基础功能 API

系统 API

2013-11-19 16:57:20 1778

原创 Windows Store 平台移植 —— (2) 了解开发环境

Windows Runtime 与 Windows Desktop

2013-11-19 12:04:33 1397

原创 airplay 逆向工程

UnofficialAirPlay Protocol Specification - nto.github.comopen-airplay - A collection of libraries for connecting over Apple's...Airtunes2 - Specification of RAOPprotocol with timing.

2013-11-17 16:48:52 2198

原创 YUV 格式最详细的手册

http://linuxtv.org/downloads/v4l-dvb-apis/yuv-formats.html

2013-11-17 09:52:29 1527

ISO_IEC_14496-15_2013_AVCFF.pdf

MP4格式定义,2013年最新版本,增加HEVC规范

2014-08-29

WinRT 环境下缺失 Windows API 模拟实现

WinRT 环境下很多API没有了,比如socket相关的WSASocket,WSAConnect,线程相关的CreateThread等等,导致很多库不能使用,比如boost,基于这些库的应用如果要移植到WinRT环境下,将不得不修改很多代码,甚至需要重新设计程序结构。 我们的解决方案是通过新加的WinRT类模拟老的Windows API,该方案在boost库上运行测试过。 现在将该方案的相关资源共享给大家,不提供源码,如果需要了解实现细节,请关注我的博客。

2013-09-18

空空如也

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

TA关注的人

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