Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directdraw
Search - directdraw - List

Update : 2024-05-19 Size : 48409 Publisher :


Update : 2024-05-19 Size : 65726 Publisher :

DL : 0
游戏开发包。DirectX相关的组件包装, DirectDraw、D3D、DirectInput、DirectSound、DirectPlay、DirectMedia、及MIDI播放;图形文件读写;网络编程;多线程等方面很多内容
Update : 2024-05-19 Size : 1683766 Publisher :

DL : 0
一个小游戏。Super Brick Breaker - A Simple DirectDraw Game-a little game. Super Brick Breaker - A Simple Game DirectDraw
Update : 2008-10-13 Size : 118431 Publisher : 谢峰

DL : 1
程序使用VC++开发 程序涉及DirectDraw,DirectSound的使用 程序功能非常完成,很有参考价值。-procedures for the use of VC DirectDraw procedure, the use of DirectSound procedure is very complete, great reference value.
Update : 2008-10-13 Size : 963967 Publisher : 陈泉

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

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

用DirectDraw打开显示图片,可以改变图片大小-use DirectDraw open and show picture ,you could change the size
Update : 2024-05-19 Size : 236544 Publisher : 孙操

DL : 0
directdraw类,输入YUV格式,hwnd,既可以在界面显示-directdraw class, input yuv type to display on window
Update : 2024-05-19 Size : 8192 Publisher : kisaa

Windows GDI和DirectDraw开发例子-Windows Graphics Programming Win32 GDI and DirectDraw Samples
Update : 2024-05-19 Size : 3066880 Publisher : 王文化

弹弹球小游戏这是一个使用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.
Update : 2024-05-19 Size : 114688 Publisher : 韦健

DL : 0
对DirectDraw API 函数封装 方便使用 资源消耗小-Of the DirectDraw API function package easy to use resource consumption
Update : 2024-05-19 Size : 3072 Publisher : 刘永贵

directdraw 截屏程序,不使用GDI-directdraw screenshot program
Update : 2024-05-19 Size : 1418240 Publisher : 顾宋超

DirectDraw中文手册,入门学习的好东西-DirectDraw Chinese manual, Getting Started learning the good stuff! !
Update : 2024-05-19 Size : 280576 Publisher : chengang

DirectDraw教程,描述如何创建Primary,Surface层,如何绘制层,控制层的位置,隐藏层等-DirectDraw tutorial
Update : 2024-05-19 Size : 100352 Publisher : EricSu

DL : 0
DirectDraw中文手册,非常全。有需要的可以看看。-DirectDraw Chinese manual, very full.
Update : 2024-05-19 Size : 276480 Publisher : 123

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.
Update : 2024-05-19 Size : 276480 Publisher : myname

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

DL : 0
使用directdraw开发的简单的图形界面,还有exe执行文件-Use directdraw simple graphical interface development, and an.exe file
Update : 2024-05-19 Size : 3923968 Publisher : saf

从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.)
Update : 2024-05-19 Size : 4245504 Publisher : 朝花夕拾1
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 29 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.