搜索资源列表
directdraw.zip
- 使用汇编编写directdraw程序
简单DIRECTDRAW源码 0
- DirectDraw是DirectX中的关于视频输入输出的基本部分-DirectDraw DirectX is a video input and output of the basic components
DirectX 5.0游戏编程指南之DirectDraw篇
- 讲解如何用DirectDraw进行游戏编程,DirectX有些旧,但方法仍可用。-explain how DirectDraw game programming, DirectX some old, but the measures could be used.
page39.10用VC实现DirectDraw编程
- 用VC实现DirectDraw编程-with VC DirectDraw Programming
directdraw
- directdraw画图,大家要先安装jdk开发环境才能顺利地进行编译-directdraw drawing, we first installed jdk development environment can be carried out smoothly compiler
对DirectDraw,DirectSound的封装
- 在Windows 2000 professional,VC6。0下编辑通过。 是我学习DirectDraw和DirectSound时,对它们做的一些封装。用起来方便一些。-in Windows 2000 professional, VC6. 0 through editing. Yes, I learn DirectDraw and DirectSound, they made some Packaging. Together with convenience.
directdraw
- directdraw 教程-directdraw Guide
directdraw
- 用directdraw开发的小坦克游戏
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程序-Directdraw program which has used ASM
DirectDraw
- irectDraw 中文手册 DirectDraw 中文手册-D:\下载\656583DirectDraw 中文手册D:\下载\656583DirectDraw 中文手册D:\下载\656583DirectDraw 中文手册
DirectDraw
- 学习DirectDraw的很好的文档资料-DirectDraw学习
DirectDraw
- DirectDraw的高性能表面,DDraw是面向表面的作图系统,所谓面向表面就是说所有作图不是只是针对屏幕(显存)的,而是针对一块作图区域,你可以在作图区域上面画点,线绘图片然后可以在区域与区域之间拷贝图形,这种作图区域在微软的DirectX中被叫做表面(Surface),在其他开发包中被叫做位图(Bitmap)或者图层(Layer),总之都可以称为面向表面的作图系统,这是最灵活高效的作图方式。-High-performance DirectDraw surface, DDraw surfac
DirectDraw中文手册
- 10年前我用的DirectDraw的编程手册,现在依然很好用(The DirectDraw programming manual I used 10 years ago is still very useful today)
DirectDraw Hook全屏窗口化C++源码
- DirectDraw 全屏模式 hook拦截窗口化源码 C++源码