Welcome![Sign In][Sign Up]
Location:
Search - directdraw

Search list

[GDI-Bitmappage39.10用VC实现DirectDraw编程.rar

Description:
Platform: | Size: 48409 | Author: | Hits:

[MultiLanguage一个用DirectDraw做的麻将游戏界面 directdraw.zip

Description:
Platform: | Size: 65726 | Author: | Hits:

[DirextXisdom_sdk.zip

Description: 游戏开发包。DirectX相关的组件包装, DirectDraw、D3D、DirectInput、DirectSound、DirectPlay、DirectMedia、及MIDI播放;图形文件读写;网络编程;多线程等方面很多内容
Platform: | Size: 1683766 | Author: | Hits:

[Game ProgramdirectX

Description: 一个小游戏。Super Brick Breaker - A Simple DirectDraw Game-a little game. Super Brick Breaker - A Simple Game DirectDraw
Platform: | Size: 118431 | Author: 谢峰 | Hits:

[Game Programsameball

Description: 程序使用VC++开发 程序涉及DirectDraw,DirectSound的使用 程序功能非常完成,很有参考价值。-procedures for the use of VC DirectDraw procedure, the use of DirectSound procedure is very complete, great reference value.
Platform: | Size: 963967 | Author: 陈泉 | Hits:

[DirextXDirectX8实现的台球游戏

Description: 用DirectDraw编写的台球游戏源码,调试时请确保已经安装DirectX8.0SDK-with DirectDraw prepared by the billiards game source code, debug Please ensure that the already installed DirectX8.0SDK
Platform: | Size: 811791 | Author: 潘桂聪 | Hits:

[Windows CEDDraw-wince-example

Description: 一个最简化的 wince DirectDraw (DDraw)C 程序,程序的内容是载入C盘的图片并在屏幕显示,进行位移。里面包含DirectDraw的初始化,图片的载入等函数,里面还有详细注释-Windows CE ‘s DirectDraw Program, How to use a DirectDraw,(initial DDraw, Load Bmp...etc)
Platform: | Size: 5120 | Author: 林端 | Hits:

[Multimedia Developdirectdraw

Description: 用DirectDraw打开显示图片,可以改变图片大小-use DirectDraw open and show picture ,you could change the size
Platform: | Size: 236544 | Author: 孙操 | Hits:

[GUI Developdirectdraw

Description: directdraw类,输入YUV格式,hwnd,既可以在界面显示-directdraw class, input yuv type to display on window
Platform: | Size: 8192 | Author: kisaa | Hits:

[GDI-BitmapWin32-GDI-and-DirectDraw

Description: Windows GDI和DirectDraw开发例子-Windows Graphics Programming Win32 GDI and DirectDraw Samples
Platform: | Size: 3066880 | Author: 王文化 | Hits:

[Other GamesDirectDraw-Game-Tutorial

Description: 弹弹球小游戏这是一个使用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.
Platform: | Size: 114688 | Author: 韦健 | Hits:

[DirextXDirectDraw

Description: 对DirectDraw API 函数封装 方便使用 资源消耗小-Of the DirectDraw API function package easy to use resource consumption
Platform: | Size: 3072 | Author: 刘永贵 | Hits:

[Picture Viewerdirectdraw

Description: directdraw 截屏程序,不使用GDI-directdraw screenshot program
Platform: | Size: 1418240 | Author: 顾宋超 | Hits:

[Windows DevelopDirectDraw

Description: DirectDraw中文手册,入门学习的好东西-DirectDraw Chinese manual, Getting Started learning the good stuff! !
Platform: | Size: 280576 | Author: chengang | Hits:

[DirextXDirectDraw-tutorial

Description: DirectDraw教程,描述如何创建Primary,Surface层,如何绘制层,控制层的位置,隐藏层等-DirectDraw tutorial
Platform: | Size: 100352 | Author: EricSu | Hits:

[VC/MFCDirectDraw

Description: DirectDraw中文手册,非常全。有需要的可以看看。-DirectDraw Chinese manual, very full.
Platform: | Size: 276480 | Author: 123 | Hits:

[Software EngineeringDirectDraw

Description: DirectDraw中文手册 DirectDraw 是 DirectX 应用程序编程接口(API)的一个部件.它使得你可以直接地对显存操作,硬件位图映射(hardware blitter).支持硬件覆盖及换页技术(flipping surface). DirectDraw 提供这些功能的同时保证了对现有基于 Microsoft Windows 的应用程序及设备驱动程序的兼容. -DirectDraw Chinese manual DirectDraw DirectX application programming interface (API) a part of it makes you directly to memory operation, hardware bitmap mapping (hardware blitter) hardware overlay support and page (flipping surface). DirectDraw provides these functions at the same time ensure that the existing Microsoft Windows applications and device driver compatibility.
Platform: | Size: 276480 | Author: myname | Hits:

[2D Graphicdirectdraw-spaceshot

Description: 使用DirectDraw开发的太空射击类,简单的图形游戏,适合初学directX的人-Use DirectDraw development space shooter, simple graphics game, suitable for beginners of directX
Platform: | Size: 1379328 | Author: saf | Hits:

[DirextXdirectdraw-Text

Description: 使用directdraw开发的简单的图形界面,还有exe执行文件-Use directdraw simple graphical interface development, and an.exe file
Platform: | Size: 3923968 | Author: saf | Hits:

[Multimedia DevelopH264_ddraw

Description: 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通过,可直接使用. 视频播放是采用窗口式的基于DirectDraw方法, 基于DirectDraw的图像播放是Windows平台下很高效的方法,已经封装成CDirectDraw类, 可以很方便地直接应用到别的图像和视频处理工程中。 使用时打开h264文件或yuv文件(工程中有test.h264,encode.h264和FOREMAN_176x144_15.yuv三个测试文件), 单击[Play File]即可进行播放,播放的帧率可以更改定时器时间调整。 可以很方便的更改图像的宽度和高度以便播放不同分辨率的视频。(The H 264 decoded source code (c file) extracted from FFMPEG and debugged. Without using lib and DLL libraries compiled by FFMPEG, it can be debugged directly in VS2010 environment to track the details of the decompression process. It is very useful for students who want to learn and master the standard of H264 encoding and decoding. Read the files in H264 format and decompress and play them in real time. The decompressed image format is YUV, which is displayed frame by frame in the control of a dialog box. The program is compiled and linked under VS2010, and can be used directly. Video playback is based on the DirectDraw method of window type. Image playback based on DirectDraw is a very efficient method on Windows platform. It has been encapsulated into CDirectDraw class. It can be directly applied to other image and video processing projects.)
Platform: | Size: 4245504 | Author: 朝花夕拾1 | Hits:
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 29 »

CodeBus www.codebus.net