自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(22)
  • 资源 (284)
  • 收藏
  • 关注

转载 Windows Dev Intro - Using a Capture Device for Media Foundation

https://msdn.microsoft.com/en-us/library/windows/desktop/dd317912(v=vs.85).aspxUsing a Capture DeviceAfter you create the media source for a capture device, use the Source Reader t

2016-04-30 10:42:15 562

原创 Windows Dev Intro - Difference Between Button and Treeview Control

There are one button and one treeview on one dialog.The dialog window is the parent of button and treeview.1. When click buttonThe dialog will receive WM_COMMAND message from button2.

2016-04-28 16:09:01 406

原创 Windows Dev Intro - Message Sequence When Dialog Showed

1. DialogOne Modeless Dialog with one treeview control, two button.2.  Dialog ShowedTRACE("----------------------------------------------------------------\n");m_dialog.ShowWindow(SW_SHOW)

2016-04-28 14:29:23 384

原创 Windows Dev Intro - How to avoid TVN_SELCHANGED not captured

1.  include commctl.h#define TVN_SELCHANGINGA        (TVN_FIRST-1)#define TVN_SELCHANGINGW        (TVN_FIRST-50)#define TVN_SELCHANGEDA         (TVN_FIRST-2)#define TVN_SELCHANGEDW         (TV

2016-04-28 14:14:52 516

转载 Windows Dev Intro - 孙鑫老师总结的vc小知识

http://blog.csdn.net/tony_whu/article/details/13021075转自程序员之家论坛。下面的知识都是孙鑫老师总结的一些常见问题和解决方案。转载自此处以备查学。VC小知识总结(续)(1)当文档被修改时,如何在标题上加上标志'*'?重载CDocument类的虚函数virtual SetModifiedFlag:v

2016-04-27 09:34:56 2387

原创 Direct3D Intro - HLSL 1.x Compile Error

1. Sample Code Snippet    D3DVERTEXELEMENT9 declaration[] =    {        { 0, 0,  D3DDECLTYPE_FLOAT3,   D3DDECLMETHOD_DEFAULT, D3DDECLUSAGE_POSITION, 0 },        { 0, 12, D3DDECLTYPE_D3DC

2016-04-14 11:52:55 614

原创 Windows Dev Intro - Register Dll

1. run cmd as administratorRight click mouse on win10, then select command prompt(Administrator)2. run register commandregsvr32.exe DX11VideoRenderer.dll3. Message will be popped, both

2016-04-13 19:24:14 535

转载 Direct2D Intro - Draw a BitmapSource

https://msdn.microsoft.com/en-us/library/windows/desktop/ee719658(v=vs.85).aspxThis topic demonstrates the process for drawing an IWICBitmapSource by using Direct2D.To draw a bitmap source

2016-04-13 16:55:56 625

转载 Direct2D Intro - Modify the Pixels of a Bitmap Source

https://msdn.microsoft.com/en-us/library/windows/desktop/ee719661(v=vs.85).aspxThis topic demonstrates how to modify the pixels of a bitmap source using the IWICBitmap and IWICBitmapLock c

2016-04-13 16:54:14 641

转载 Direct2D Intro - Flip and Rotate a Bitmap Source

https://msdn.microsoft.com/en-us/library/windows/desktop/ee719659(v=vs.85).aspxHow to Flip and Rotate a Bitmap SourceThis topic demonstrates how to rotate an IWICBitmapSource by using

2016-04-13 16:52:05 1040

转载 Direct2D Intro - Clip a Bitmap Source

https://msdn.microsoft.com/en-us/library/windows/desktop/ee719657(v=vs.85).aspxThis topic demonstrates how to obtain a rectangular portion of an IWICBitmapSource using an IWICBitmapClipper

2016-04-13 16:49:43 587

转载 Direct2D Intro - Scale a Bitmap Source

https://msdn.microsoft.com/en-us/library/windows/desktop/ee719664(v=vs.85).aspxThis topic demonstrates how to scale an IWICBitmapSource using the IWICBitmapScaler component.To scale a bi

2016-04-13 16:48:00 746

转载 Direct2D Intro - Retrieve the Frames from an Image

https://msdn.microsoft.com/en-us/library/windows/desktop/ee719663(v=vs.85).aspxThis topic demonstrates how to decode a multi-frame image and retrieve each frame for processing.To retrieve th

2016-04-13 16:46:09 620

转载 Direct2D Intro - Load Bitmap From Resource

https://msdn.microsoft.com/en-us/library/windows/desktop/ee719657(v=vs.85).aspxThis topic demonstrates how to obtain a rectangular portion of an IWICBitmapSource using an IWICBitmapClipper

2016-04-13 16:44:10 735

原创 Windows Dev Intro - Windows SDK PATH in VS 2013 on Win10

1. VC_LibraryPath_x64 = D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib\amd64;D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\lib\amd642. VC_LibraryPath_x86 = D:\Program

2016-04-13 15:10:06 2385 2

原创 Windows Dev Intro - Direct2D Compile Error

Compile Direct2D Samples by VS2013 on Win101. Open Development Mode2. Compile some project     Some compile or link error will arise. e.g. error LNK2001: unresolved external symbol _CLSID_D2

2016-04-12 17:02:42 486

转载 Windows Dev Intro - DXGI Overview

https://msdn.microsoft.com/en-us/library/windows/desktop/bb205075(v=vs.85).aspxMicrosoft DirectX Graphics Infrastructure (DXGI) recognizes that some parts of graphics evolve more slowly than o

2016-04-11 09:24:26 984

转载 Windows Dev Intro - D3D11 Pipeline

http://www.cnblogs.com/mikewolf2002/archive/2012/03/20/2408395.html        从本篇教程开始,我们暂停代码的学习,先来了解一下D3D11的管线,这些管线不涉及具体的硬件,而是着重于理解能够支持D3D11的管线实现。参考资料:http://fgiesen.wordpress.com/2011/07

2016-04-08 11:15:20 558

原创 Windows Dev Intro - Identify Background Process

As far as windows background process, it will be with WS_EX_NOREDIRECTIONBITMAP extend style.That says, (GetWindowLong(hWnd, GWL_EXSTYLE)  & WS_EX_NOREDIRECTIONBITMAP) will not equal zero.

2016-04-04 21:08:28 661

原创 Windows Dev Intro - VS2013 Compile X64 Project Upgraded from Win32 Project

error C2440: “static_cast”: 无法从“void (__cdecl CProcessViewerDlg::* )(UINT)”转换为“void (__cdecl CWnd::* )(UINT_PTR)”This is caused by ON_WM_TIMER redefine.in afxmsg.h#define ON_WM_TIMER() \

2016-04-02 12:25:52 1010

原创 Windows Dev Intro - Error to String

LPTSTR ConvertErrorCodeToString(DWORD error){ HLOCAL hl = NULL; FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_IGNORE_INSERTS | FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, (PTSTR)

2016-04-01 15:37:03 303

原创 Windows Dev Intro - Psapi.lib(PSAPI.DLL) : error LNK2026: 模块对于 SAFESEH 映像是不安全的

VS 2013解决方法:1.打开该项目的“属性页”对话框。2.单击“链接器”文件夹。3.单击“命令行”属性页。4.将 /SAFESEH:NO 键入“其他选项”框中,然后点击应用。

2016-04-01 15:11:57 1091 1

OpenGL Programming Guide 8th Edition - 2013

OpenGL Programming Guide 8th Edition - 2013, pdf document

2013-10-14

OPENCL异构计算

OPENCL异构计算, 中文, pdf 文档。 作者:Benedict Gaster 等

2013-09-25

Heterogeneous Computing with OpenCL

Heterogeneous Computing with OpenCL, english, pdf document.

2013-09-25

Network Programming for Microsoft Windows, 2nd Edition

Network Programming for Microsoft Windows, 2nd Edition, English. chm document

2013-09-22

Windows via CC++ 5th edition

Windows via CC++ 5th edition, english. chm document

2013-09-22

H264_And_MPEG4_Video_Compression_Video_Coding_For_Next_Generation_Multimedia

H264 And MPEG4 Video Compression Video Coding For Next Generation Multimedia pdf document

2013-08-23

Discrete-Time Signal Processing 3rd edition (oppenheim)

Discrete-Time Signal Processing 3rd edition (oppenheim) pdf document, about 70M size.

2013-07-03

H264Visa-1.15 cracked version

H264 codec stream analyse softwore version 1.15 cracked

2013-07-01

source code of many av codecs

a source code tarball of all kinds of audio/video encode/decode for convenient download, including aacplus, fdk-aac, amrnb, amrwb, ogg, vorbis, xvidcore, vpx, bluray etc.

2013-05-10

mpeg4ip source code

mpeg4ip can be used to generate track hint for mp4 file, this is a must for Darwin Streaming Server. mpeg4ip source code and SDL source code for convenient download. The SDL is a must for Configure and compile mpeg4ip. Additionally, The libtool is also a must, but it can be install by apt-get install libtool on ubuntu. For pass the compiling, you need process the compiling error manually when compiling mpeg4ip.

2013-05-08

hevc-h265 draft specification

latest HEVC (H265) draft specification pdf document.

2013-04-25

hevc-h265-hm10

HEVC (H265) test model source code 10 for convenient download

2013-04-25

HEVC test model source code 1.0

HEVC (h265) test model source code 1.0 for convenient download.

2013-04-24

Multiple View Geometry in Computer Vision

Multiple View Geometry in Computer Vision (Richard Hartley 2nd Edition) clear pdf document

2013-03-31

Image Processing, Analysis, and Machine Vision

Image Processing, Analysis, and Machine Vision (Sonka 3rd Edition 2007) clear pdf document

2013-03-31

Computer Vision-A Modern Approach

Computer Vision-A Modern Approach (D.A Forsyth) original edition clear pdf document

2013-03-31

Computer Vision Algorithms and Applications

Computer Vision Algorithms and Applications (Richard Szeliski 09-2010) original version clear pdf document

2013-03-31

Mathematics for 3D Game Programming and Computer Graphics (Third Edition)

Mathematics for 3D Game Programming and Computer Graphics (Third Edition) pdf document by Eric Lengyel

2013-03-25

opengl 4.3 specification core with changes

opengl 4.3 specification core with changes (2012-08-06) pdf document

2013-03-21

OpenGL 4.0 Sharding Language Cookbook

OpenGL 4.0 Sharding Language Cookbook pdf document

2013-03-21

The Scientist and Engineer's and Guide to Digital Signal Processing.pdf

Digital Signal Processing is one of the most powerful technologies that will shape science and engineering in the twenty-first century. Revolutionary changes have already been made in a broad range of fields: communications, medical imaging, radar & sonar, high fidelity music reproduction, and oil prospecting, to name just a few. Each of these areas has developed a deep DSP technology, with its own algorithms, mathematics, and specialized techniques. This combination of breath and depth makes it impossible for any one individual to master all of the DSP technology that has been developed. DSP education involves two tasks: learning general concepts that apply to the field as a whole, and learning specialized techniques for your particular area of interest. This chapter starts our journey into the world of Digital Signal Processing by describing the dramatic effect that DSP has made in several diverse fields.

2019-06-05

Machine Learning - The Art and Science of Algorithms that Make Sense of Data

Machine Learning: Making Sense of Data - Peter Flach (University of Bristol)

2015-03-16

H264-2014-02

Summary Recommendation ITU-T H.264 | International Standard ISO/IEC 14496-10 represents an evolution of the existing video coding standards (ITU-T H.261, ITU-T H.262, and ITU-T H.263) and it was developed in response to the growing need for higher compression of moving pictures for various applications such as videoconferencing, digital storage media, television broadcasting, Internet streaming, and communication. It is also designed to enable the use of the coded video representation in a flexible manner for a wide variety of network environments. The use of this Recommendation | International Standard allows motion video to be manipulated as a form of computer data and to be stored on various storage media, transmitted and received over existing and future networks and distributed on existing and future broadcasting channels.

2015-03-06

H265-2014-10

Rec. ITU-T H.265 v2 (10/2014) i Recommendation ITU-T H.265 High efficiency video coding Summary Recommendation ITU-T H.265 | International Standard ISO/IEC 23008-2 represents an evolution of the existing video coding Recommendations (ITU-T H.261, ITU-T H.262, ITU-T H.263 and ITU-T H.264) and was developed in response to the growing need for higher compression of moving pictures for various applications such as Internet streaming, communication, videoconferencing, digital storage media and television broadcasting. It is also designed to enable the use of the coded video representation in a flexible manner for a wide variety of network environments. The use of this Recommendation | International Standard allows motion video to be manipulated as a form of computer data and to be stored on various storage media, transmitted and received over existing and future networks and distributed on existing and future broadcasting channels. This Recommendation | International Standard was developed jointly with ISO/IEC JTC 1/SC 29/WG 11 (MPEG) and corresponds in a technically aligned manner to ISO/IEC 23008-2.

2015-03-06

Voice over IP Fundamentals

This book is designed to provide information about Voice over IP. Every effort has been made to make this book as complete and as accurate as possible, but no warranty or fitness is implied.

2014-10-22

ISO-IEC-14496-1-2-3

ISO the International Organization for Standardization and IEC the International Electrotechnical Commission form the specialized system for worldwide standardization National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity ISO and IEC technical committees collaborate in fields of mutual interest Other international organizations governmental and non governmental in liaison with ISO and IEC also take part in the work In the field of information technology ISO and IEC have established a joint technical committee ISO IEC JTC 1 ">ISO the International Organization for Standardization and IEC the International Electrotechnical Commission form the specialized system for worldwide standardization National bodies that are members of ISO or IEC participate in the development of International Standards through technical commi [更多]

2014-08-29

嵌入式系统Linux内核开发实战指南 ARM平台 王洪辉.7z.003

王洪辉 潜心力作-嵌入式Linux开发 ARM 平台。pdf 文档, 被分割成三部分压缩。这是第三部分。

2014-07-04

嵌入式系统Linux内核开发实战指南 ARM平台 王洪辉.7z.002

王洪辉 潜心力作-嵌入式Linux开发 ARM 平台。pdf 文档, 被分割成三部分压缩。这是第二部分。

2014-07-04

嵌入式系统Linux内核开发实战指南 ARM平台 王洪辉.7z.001

王洪辉 潜心力作-嵌入式Linux开发 ARM 平台。pdf 文档, 被分割成三部分压缩。这是第一部分。

2014-07-04

A First Course on Wavelets

Eugenio Hernandez graduated from the Universidad Complutense de Madrid in 1977 and obtained his Ph.D. degree from Washington University in St. Louis in 1981. He has been a member of the faculty of the Universidad Autonoma de Madrid since 1982 and is now Professor of Mathematics. During the academic year 1987-88 Dr. Hernandez was a Fulbright Fellow and a member of the Mathematical Sciences Research Institute in Berkeley, California. He was a visiting professor at Washington University in St. Louis in 1994-95. His research interests lie in the areas of the theory of interpolation of operators, weighted inequalities, and most recently, in the theory of wavelets. Guido Weiss obtained his undergraduate and graduate degrees from the University of Chicago, receiving his Ph.D. degree in 1956. He served on the faculty at DePaul University from 1955 to 1960, and joined the faculty of Washington University in 1960 where he is now the Elinor Anheuser Professor of Mathematics. During the past 35 years he has had leaves of absence that have allowed him to be visiting professor in several different institutions: the Sorbonne, the University of Geneva, the University of Paris in Orsay, the Mathematical Sciences Research Institute in Berkeley, California (in each case for an academic year). He also was visiting professor during semester academic leave at the Universidad de Buenos Aires, Peking University, Beijing Normal University, and the Universidad Autonoma de Madrid. His research involves a broad area of mathematical analysis, particularly harmonic analysis. Some of his work, especially his contributions to the atomic and molecular characterizations of certain function spaces (particularly the Hardy spaces), is closely related to the theory of wavelets, a subject that has commanded his attention during the last few years. He has been awarded several honorsamong them the Chauvenet Prize and honorary degrees from Beijing Normal University, the University of Milano, and the University of Barcelona.

2014-07-02

VC-1 and H.264 video compression standards for broadband video services

The VC-1 and H.264 video compression standards for broadband video services pdf document, mpeg4 and h.264 classical english instruction book.

2014-04-13

aes encrypt source code

aes cbc encrypt and decrypt source code from openssl source code.

2014-03-18

x264 h264_find_frame_end flow diagram

x264 h264_find_frame_end state transfer diagram with visio format

2014-03-11

ffmpeg analyse document

ffmpeg analyse document, including flow diagram in visio format.

2014-03-10

Head First Design Patterns (English Edition)

Head First Design Patterns (English Edition), clear pdf document.

2013-11-21

数字图像处理第二版(冈萨雷斯)习题答案

数字图像处理第二版(冈萨雷斯)习题答案 pdf document.

2013-10-27

Android 技术内幕.系统卷

Android 技术内幕.系统卷, pdf document, 作者:杨丰盛 2011-05

2013-10-18

OpenCV 2 Computer Vision Application Programming Cookbook

OpenCV 2 Computer Vision Application Programming Cookbook, including pdf document and source code.

2013-10-18

Mastering OpenCV with Practical Computer Vision Projects (full version)

Mastering OpenCV with Practical Computer Vision Projects (full version) - by Daniel Lélis Baggio etc, pdf document.

2013-10-18

Learning OpenCV

Learning OpenCV - by Gary Bradski and Adrian Kaehler, pdf document

2013-10-18

空空如也

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

TA关注的人

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