搜索资源列表
BASIC_DIRECTX
- 本程序介绍了一个最简单的、基于MFC的DirectX程序: CBasicApp (派生于 CWinApp) CBasicWnd (创建主窗口,派生于CWnd) CGame (DirectX通用类,包括 DirectDraw, DirectInput, DirectSound)-the procedures of one of the most simple, based on the DirectX MFC : CBasicApp (derived from CWinApp) CBasicWnd
CameraCapture0306
- Window Mobile Capture with DirectDraw
EXAMPLE9-SAMEBALL
- Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming with Visual C++ 6 Unleashed
黑屏DirectDraw翻转显存,删除对象
- 本节中,利用前几节的基础,反转显存,将后续显存上的图片反转到主显存上,并显示在屏幕上,并将建立的directx对象在窗口销毁后删除-this section, the use of the former sections of the foundation reverse memory, will follow-up on the memory-pictures to the main memory, and display on the screen, and will establish t
DXTEST_window
- wince下directdraw的窗口模式的实现-the window mode directdraw under wince
使用MFC+DirectDraw编写的窗口程序
- 使用MFC+DirectDraw编写的窗口程序,可以作为一个简单游戏的基本框架,-MFC+ DirectDraw prepared to use a window procedure can be used as a basic framework of a simple game,
windows-ImgSamples
- Windows图形编程 附书源代码作者:Feng Yuan -This book is about Windows graphics programming using Win32 GDI API, with an introduction to DirectDraw, and an even more brief introduction to Direct3D Immediate Mode. It covers common features implemented on all Win32
Multimedia
- DirectDraw的一些示例,包括全屏模式与非全屏模式的创建-some sampler of the directDraw, window and full screen mode
ddraw01
- 自己学directdraw写的一段小代码,包括directdraw初始化 建立双缓冲 窗口裁剪,没用mfc类库,方便想学directdraw程序的人。-Directdraw learn to write their own small section of code, including the establishment of double buffering directdraw initialization window cutting, no mfc class library to f
codew
- 程序运用DirectShow技术创建一个播放器,可以用视窗或全屏显示,特点是结合了DirectDraw映射平面显示,因此显示操作时,画面反映速度快。-Program to use DirectShow technology to create a player, you can use window or full screen display, characterized by a combination of flat panel display DirectDraw maps, thus
Audio_and_Video_Capture_Support
- Window Mobile Capture with DirectDraw
DirectX-window-mode
- d3dhook.dll DirectX DirectDraw 窗口化工具, 可以讓任何遊戲窗口化
lwplay
- BOOL LW_Play_InitDDraw(HWND hWnd) 说明:初始化DirecDraw表面 。不需要调用。 输入参数:hWnd 应用程序主窗口的句柄 2、 BOOL LW_Play_RealeseDDraw() 说明:释放directDraw表面。不需要调用 3、 BOOL LW_Play_OpenFile(LONG nPort,LPSTR sFileName) 说明:打开文件。 输入参数:nPort 通道号 sFileName文件名 输入参数:sF
directdraw
- directdraw类,输入YUV格式,hwnd,既可以在界面显示-directdraw class, input yuv type to display on window
Pcodewr
- 程序运用DirectShow技术创建一个播放器,可以用视窗或全屏显示,特点点是结合了DirectDraw映射平面显示,因此显示操作时,画面反映速度快。 -The program uses DirectShow technology to create a player, you can use a window or full screen display characteristics point is a combination of DirectDraw mapping plane d
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通