CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - directdraw

搜索资源列表

  1. YUVPlayer

    0下载:
  2. 4:2:0yuv播放,采用directdraw播放
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:519058
    • 提供者:guorui
  1. DirectDraw1

    0下载:
  2. DirectDraw编程方法与技巧.pdf
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:231515
    • 提供者:Jane
  1. DirectDrawGraphic

    0下载:
  2. DirectDraw编程方法与技巧.pdf
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:185657
    • 提供者:Jane
  1. MoviePlay

    0下载:
  2. 这个实例介绍的是一个电影播放器。通过这个实例可以掌握使用DirectDraw进行多媒体编程的方法。
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:60519
    • 提供者:阿三
  1. DirectDrawEXClass

    0下载:
  2. 一个基于C++的程序代码:实现了DirectDraw的扩展类
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:24165
    • 提供者:凯开
  1. ddrawCximage

    0下载:
  2. 用Cximage 库显示各种格式图片小程序,结合directdraw 的显示功能,可以增加旋转和缩放的功能。
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:629644
    • 提供者:慕永建
  1. Fly_Game69687472002

    0下载:
  2. uses DirectX7 DirectDraw and DirectInput to create a small game
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:5934
    • 提供者:陳士明
  1. MegaMan_Di183799182005

    0下载:
  2. MegaMan DirectDraw Example
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:593801
    • 提供者:王逸翔
  1. fire123

    0下载:
  2. directdraw入门程序,好东西哦-DirectDraw entry procedures, oh, good things
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:108656
    • 提供者:1233
  1. 一个关于球类的游戏

    0下载:
  2. 程序使用VC++开发程序涉及DirectDraw,DirectSound的使用程序功能非常完成,很有参考价值。-procedures for the use of VC DirectDraw procedure, the use of DirectSound procedure is very complete, great reference value.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:947267
    • 提供者:李乔
  1. StillCap

    0下载:
  2. 用采集卡获取位图。采用微软的DirectDraw编写的代码。请大家指教-with acquisition card access bitmap. Microsoft's DirectDraw preparation of the code. Please enlighten
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:681769
    • 提供者:哈哈
  1. Sample01

    1下载:
  2. 利用DirectDraw创建双表面。DirectDraw允许用户直接对显示内存操作,支持硬件位块传输、硬件覆盖、表面翻转、纹理映射和镜像。-using DirectDraw create dual surface. DirectDraw allows users to direct memory operation, support hardware bit block transfers, hardware coverage, reversed the surface, texture map
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:463776
    • 提供者:冰浩缘
  1. Sample02

    0下载:
  2. 使用DirectDraw画线。表面是一个按线性排列的内存块,它可以用一个char数组来描述。通过调用IDirectDrawSurface::Lock()方法,就可以访问与每个表面相关的内存。-using DirectDraw line drawing. The surface is a linear arrangement on the block of memory, it can use a char array to describe. By calling IDirectDrawSurf
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:450740
    • 提供者:冰浩缘
  1. Sample03

    0下载:
  2. 使用DirectDraw画多边形。DirectDrawSurface接口的优点是能够调用GDI,仅需4个函数就可以在DirectDraw中画多边形。-using DirectDraw painting polygon. DirectDrawSurface advantage of the interface can call GDI, only four can function in DirectDraw draws polygons.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:344033
    • 提供者:冰浩缘
  1. Sample04

    0下载:
  2. 在DirectDraw中显示位图。这个例子演示了如何在全屏模式中调用GDI,让用户确定显示图像,并在DirectDraw对象的表面上绘制此图像。-in DirectDraw showed bitmap. This example demonstrates how the full-screen mode called GDI, enabling users to identify and display images, and DirectDraw object on the surface m
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:468517
    • 提供者:冰浩缘
  1. Sample05

    0下载:
  2. 在DirectDraw中使用调色板。调色板只有在使用8位显示模式时才起作用,因此在设置显示模式时要特别注意。-DirectDraw use in the palette. The use of the palette only eight showed only role model, the model set up to show special attention.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:329786
    • 提供者:冰浩缘
  1. ch12-2

    0下载:
  2. 一个用鼠标操作的射击游戏,遇到碰撞立即结束游戏,VC结合DIRECTDRAW而成的。-a mouse operation with the shooter, encountered an immediate end collisions games, VC DIRECTDRAW women.
  3. 所属分类:射击游戏

    • 发布日期:2008-10-13
    • 文件大小:1376851
    • 提供者:wing
  1. 5个程序

    1下载:
  2. 上载五个游戏程序,涉及到SOCKET编程和DirectDraw.-five games on the procedures related to socket programming and DirectDraw.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1199740
    • 提供者:张璐
  1. cppsource

    0下载:
  2. lcfile/dll.zip 动态链接库的制作和调用C++Builder编写动态链接库的例子 (7KB) stack.zip C++Builder编写的一个栈演示程序 (4KB) lcform.zip C++Builder编写的不规则窗体组件 (4KB) direct.zip C++Builder编写的使用DirectDraw开发的击球游戏(411KB) pictool.zip 一个图象处理程序C++Builder编写的一个图象处理程序(192KB)-lcfile / DLL dll.zip t
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:627662
    • 提供者:李运锋
  1. EXAMPLE9-SAMEBALL

    0下载:
  2. Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming with Visual C++ 6 Unleashed
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2437799
    • 提供者:李茜
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 19 »
搜珍网 www.dssz.com