搜索资源列表
directdraw.zip
- 使用汇编编写directdraw程序
directdraw界面
- 很好用的DirectDraw画图代码-good use of DirectDraw drawing code
简单DIRECTDRAW源码 0
- DirectDraw是DirectX中的关于视频输入输出的基本部分-DirectDraw DirectX is a video input and output of the basic components
DirectDraw实现的游戏源代码
- 推出的几个经典DirectDraw实例 都是最简单的DirectDraw的编程例子 相信它对你入门游戏编程很有好处! 当然,前提是你必须懂得基本的DirectDraw编程。 如果这也不会,那你就有必要找更多别的资料看看了。 1-7实例依次增加难度。你可以在学习过程中得到提高。
directdraw页面切换演示程序
- directdraw页面切换演示程序
DirectDraw-Overlay
- DirectDraw 覆盖表面Overlay绘制图形演示,现在很多播放器都是使用了覆盖表面 Overlay 技术显示,想学习Overlay 本例子是个不错的选择,例子用了3张图片来演示画面的切换以及位置设定。例子虽简单,但作用可不小呀。-DirectDraw Overlay surface coverage to draw graphics presentations, now a lot of players are using the technology covered by the su
使用MFC+DirectDraw编写的窗口程序
- 使用MFC+DirectDraw编写的窗口程序,可以作为一个简单游戏的基本框架,-MFC+ DirectDraw prepared to use a window procedure can be used as a basic framework of a simple game,
DirectDraw
- DirectDraw的开发、使用帮助文档,对做这方面开发的朋友很有帮助-DirectDraw development, the use of help files, so this aspect of the development of helpful friends
YuvDemo_use-DirectDraw
- 使用DirectDraw实现的YUV播放器,支持多种视频格式,支持多种分辨率。实现了播放、暂停、停止、快进等功能。-Implemented using DirectDraw YUV player that supports multiple video formats, support for multiple resolutions. To achieve a play, pause, stop, fast forward and other functions.
DirectDraw
- 源码是自产的,通过DirectDraw来显示bmp图片以及通过GDI来显示bmp图片,是学习显示的入门资料,现在共享-Source code is self-produced by and DirectDraw to display bmp images bmp images by GDI to display, display of learning introductory information sharing now
directdraw
- 使用汇编编写directdraw程序-Directdraw program which has used ASM
DirectDraw
- DirectDraw本人学习direct 的时候做过的一些例子,很值得借鉴只用,大家交流交流-DirectDraw
DirectDraw
- irectDraw 中文手册 DirectDraw 中文手册-D:\下载\656583DirectDraw 中文手册D:\下载\656583DirectDraw 中文手册D:\下载\656583DirectDraw 中文手册
DirectDraw
- DirectDraw扩展类DirectDraw扩展类-Expansion of the expansion of categories of DirectDraw Class DirectDraw
DirectDraw
- DirectDraw基本框架设计(VC++2008)-DirectDraw基本框架设计
DirectDraw
- 学习DirectDraw的很好的文档资料-DirectDraw学习
DirectDraw
- DirectDraw的高性能表面,DDraw是面向表面的作图系统,所谓面向表面就是说所有作图不是只是针对屏幕(显存)的,而是针对一块作图区域,你可以在作图区域上面画点,线绘图片然后可以在区域与区域之间拷贝图形,这种作图区域在微软的DirectX中被叫做表面(Surface),在其他开发包中被叫做位图(Bitmap)或者图层(Layer),总之都可以称为面向表面的作图系统,这是最灵活高效的作图方式。-High-performance DirectDraw surface, DDraw surfac
DirectDraw
- DIRECTDRAW图像显示的类原代码,适合于网络视频监控-DIRECTDRAW image shows the class source code, suitable for network video surveillance
DirectDraw中文手册
- 10年前我用的DirectDraw的编程手册,现在依然很好用(The DirectDraw programming manual I used 10 years ago is still very useful today)
DirectDraw Hook全屏窗口化C++源码
- DirectDraw 全屏模式 hook拦截窗口化源码 C++源码