自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

俺想有栋房

在繁华中看到寂寞

  • 博客(5)
  • 收藏
  • 关注

转载 浅析:setsockopt()改善程序的健壮性

 1.        如果在已经处于ESTABLISHED状态下的socket(一般由端口号和标志符区分)进行closesocket(一般不会立即关闭而经历TIME_WAIT的过程)后想继续重用该socket:BOOL bReuseAddr= TRUE;setsockopt( s, SOL_SOCKET, SO_REUSEADDR, (const char*)&bReuseAddr,

2007-08-13 16:51:00 1064

原创 Remarks that grabbing samples using ISampleGrabber

R1.The filter does not support video types with top-down orientation (negative biHeight) or with format type FORMAT_VideoInfo2. Also, it rejects any video type where the surface stride does not matc

2007-08-09 10:19:00 1119

原创 Imitate virtual table using struct

Common.h////===================================================================//#pragma warning( disable : 4311 4312 4313 ) ////=========================================================

2007-08-08 09:51:00 1611 1

原创 The table of Multimedia Compression Formats

Multimedia Compression Formats Video compression formats ISO/IEC MJPEG

2007-08-07 16:47:00 1251

原创 Avi-Audio Video Interleave

Audio-Video Interleaved, known by its acronym AVI, is a multimedia container format introduced by Microsoft in November 1992 as part of its Video for Windows technology. AVI files can contain both aud

2007-08-07 16:41:00 1685

空空如也

空空如也

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

TA关注的人

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