搜索资源列表
directdraw界面
- 很好用的DirectDraw画图代码-good use of DirectDraw drawing code
DirectX8实现的台球游戏
- 用DirectDraw编写的台球游戏源码,调试时请确保已经安装DirectX8.0SDK-with DirectDraw prepared by the billiards game source code, debug Please ensure that the already installed DirectX8.0SDK
c++&vc小程序集合
- Astro3.zip 重载==运算的例子 Asycls11.zip 异步处理类, C++代码 addzip06.zip 在程序开发中使用文件压缩技术 addresschange.zip 这是一个用来改变ip地址和硬件地址的小程序 a10_src.zip DirectDraw游戏编程的最佳入门范例 aComressEX.zip 用了三种比较简单的压缩算法。-Astro3.zip Heavy == operator example Asyc
实例22(图片浏览)
- 一个图片浏览的程序。使用C#编写。基于DirectDraw. 完整源码.-an image viewer procedures. The use of C#. Based on DirectDraw. Complete source code.
飞行窗体
- 一个飞行窗体程序。使用C#编写。基于DirectDraw. 完整源码.-a flight procedures. The use of C#. Based on DirectDraw. Complete source code.
ATL写的基于DirectX的游戏引擎
- 软件简介: 学着ATL,又在学DirectX,突发灵感,为何不用ATL写一个游戏引擎?!!! 呜呼,心血澎湃,于是开始写。 ///////////////////////////////////////////////// 设计原则: 提供功能性代码,相当于简化DirectX功能接口,使之更方便使用。 不提供游戏上层的逻辑关系组织。 如果将来用它来写游戏,游戏的数据、逻辑关系,都需要游戏程序里建立、保存。 ///
game-code-6.rar
- DirectDraw实例,1-7实例依次增加难度。,DirectDraw example, 1- 7 followed by examples of increasing difficulty.
[Code]RPGgame2Dengine
- DirectDraw 2D 角色扮演游戏的引擎DEMO,演示人物动作和汇编MMX实现魔法效果。-DirectDraw RPG game engine DEMO
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
frameratesample0203
- 用来测试windwos显示视频的各个方式效率的关键代码,用于对比GDI,DIRECTDRAW YUV OVERLAY,DIRECT3D显示效率的差异-Used to test Windows to display video in various ways the key to efficient code, for comparison GDI, DIRECTDRAW YUV OVERLAY, DIRECT3D show differences in efficiency
testDDraw
- DirectDraw示例代码!很简单,但很有用!-DirectDraw sample code! Very simple, but useful!
Photo
- 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
Flight_090708
- DirectDraw练手程序,2D空战小游戏-beginning directdraw code, 2d fighter game.
[Code]VC6_DirectDraw_Example_Src
- DirectDraw的2D游戏源码DEMO,演示位图操作。-DirectDraw 2D game DEMO,BitMap show.
DirectDraw_ex
- DirectDraw 入门代码 比较简单-Getting Started with DirectDraw code is relatively simple
DirectDraw
- 第一个DirectDraw实例 内容详细.欢迎下载-DirectDraw code
DirectDraw
- DIRECTDRAW图像显示的类原代码,适合于网络视频监控-DIRECTDRAW image shows the class source code, suitable for network video surveillance
Code
- <windows 图形编程>一书的源代码-Windows Graphics Programming Win32 GDI and DirectDraw
DirectDraw-Game-Tutorial
- 弹弹球小游戏这是一个使用DirectDraw实现的一个小游戏,有点像弹小球的那种,如果你也想写一些小游戏的代码,可以跟着学习一下。 -Bouncing Balls game is to use DirectDraw to achieve a small game, a bit like the kind of bomb small ball, if you want to write the game code, you can follow to learn about.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通