CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 DirextX编程 搜索资源 - Buffer

搜索资源列表

  1. medicaldirectdraw

    0下载:
  2. 用于医学图像的快速显示,避免图像在切换时出现闪烁。程序采用Directdraw技术,创建了两个内存缓冲区,实现图面的转换。-for medical images fast, the images switch to avoid when there scintillation. Directdraw procedures used technology to create two memory buffer surface map to achieve the conversion.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:2484043
    • 提供者:yuan
  1. Directx8

    0下载:
  2. 第一章、准备就绪,第二章、绘制三角形第三章、旋转的立方体第四章、全屏模式和深度缓冲第五章、矩阵变换第六章、纹理第七章、灯光与材质第八章、索引缓冲第九章、有纹理的球体、圆柱体和锥体第十章、载入模型-first chapter, ready to Chapter II, Chapter III Rendering triangle, rotating cube IV, Full-screen mode and depth buffer fifth chapter, Chapter VI transf
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:1977513
    • 提供者:高宏俊
  1. KeyboardIn

    0下载:
  2. 是用DirctextX编程中经常用到的关于键盘操作的类,它封装了关于键盘操作的信息,并设置有缓冲区,用于保存键盘事件.-DirctextX programming is often used in the operation of the keyboard category, Packaging it on the keyboard operation of the information and to set up a buffer zone to preserve the keyboard
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:13119
    • 提供者:老袁
  1. Working_with_Stream_Buffer_engine_TIME_SHIFT_on_Wi

    0下载:
  2. Working with Stream Buffer engine - TIME SHIFT on Windows XP Service Pack 1.rar
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:428770
    • 提供者:时天赋
  1. ScreenCapDx

    0下载:
  2. 用DreictX进行抓屏是很简单的,DirectX提供了很优雅的实现。 每个DirectX程序都包含一个被我们称作缓冲的内存区域,其中保存了和该程序有关的显存内容,这在程序中被称作后台缓冲(Back Buffer),有些程序有不止一个的后台缓冲。还有一个缓冲,在默认情况下每个程序都可以访问-前台缓冲。前台缓冲保存了和桌面相关的显存内容,实质上就是屏幕图像。 我们的程序通过访问前台缓冲就可以捕捉到当前屏幕的内容。由DirectX的底层优化机制做保证,我们的抓屏效率是很高的,
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:31452
    • 提供者:xuxiang
  1. Dndhkfein

    0下载:
  2. 这是一个基于directx8.0 sdk的一3d飞行模拟游戏源码Demo,虽说纹理与模型不怎样,但是功能还是齐全的,包含.x模型导入,飞行控制,2d显示出来,索引缓冲,键盘与鼠标键入,灯光与材质.是是3d学习者的源代码,可直接使用。-This is based on a 3d directx8.0 sdk source flight simulation game Demo, although the texture and the model is not how, but the funct
  3. 所属分类:DirextX编程

    • 发布日期:2012-07-31
    • 文件大小:73879
    • 提供者:认可
  1. volumemeter_src

    1下载:
  2. VolumeMeter (Managed DirectX) This project is a live volume meter control for monitoring audio levels from a sound card. It is written entirely in C#, and uses Microsoft s Managed DirectX (June release). You can drag-and-drop the control into any W
  3. 所属分类:DirextX

    • 发布日期:2016-09-19
    • 文件大小:151277
    • 提供者:mark
  1. DSound

    0下载:
  2. 此程序利用DirectSound7实现声音采集并显示其波形,优点是代码很简单,缺点是比较耗CPU,应为每次采集都需要清空Buffer。有需要的看看吧,改进一下应该会比较好用。-DirectSound7 use this procedure to achieve the sound collection and display its waveform, the advantages of the code is very simple, the disadvantage of comparing
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:8231
    • 提供者:lhf
  1. DX8TS

    0下载:
  2. Direct3D8教程:主要讲述3D数学基础,3D编程基础。第一章、准备就绪。第二章、绘制三角形。第三章、旋转的立方体。第四章、全屏模式和深度缓冲。第五章、矩阵变换。第六章、纹理。第七章、灯光与材质。第八章、索引缓冲。第九章、有纹理的球体、圆柱体和锥体。第十章、载入模型。第十一章、3D中的2D。第十二章、键盘与鼠标输入。第十三章、声音和音乐。-Direct3D8 Tutorial: 3D, focuses on the foundations of mathematics, 3D program
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:1860244
    • 提供者:yejianping
  1. DrawPrimitiveUP

    0下载:
  2. 用DirectX8.0绘制简单物体--三角形。 使用顶点索引技术,比顶点缓冲更节约资源。-Draw a simple object with DirectX8.0- triangle. The use of vertex indexing technology, more economical than the vertex buffer resource.
  3. 所属分类:DirextX

    • 发布日期:2017-04-01
    • 文件大小:2644
    • 提供者:zhang
  1. Direct3D9

    0下载:
  2. 章目录: 前言 1 开发环境 2 使用 COM 组件 3 第一个程序-初始化 Direct3D 3.1 创建程序框架 3.2 初始化 Direct3D 3.3 渲染 3.4 释放接口 4 画一个三角形 4.1 一些数学概念 4.2 画一个三角形 5 画一个三棱锥-索引缓存和 Z 缓存 5.1 什么是索引缓存 5.2 创建索引缓存 -Chapter Contents: Preface 1 devel
  3. 所属分类:DirextX

    • 发布日期:2017-04-17
    • 文件大小:326941
    • 提供者:
  1. S80_DP2_0_MIDP_SDK_Installation_Guide

    0下载:
  2. 章目录: 前言 1 开发环境 2 使用 COM 组件 3 第一个程序-初始化 Direct3D 3.1 创建程序框架 3.2 初始化 Direct3D 3.3 渲染 3.4 释放接口 4 画一个三角形 4.1 一些数学概念 4.2 画一个三角形 5 画一个三棱锥-索引缓存和 Z 缓存 5.1 什么是索引缓存 5.2 创建索引缓存 -Chapter Contents: Preface 1 devel
  3. 所属分类:DirextX

    • 发布日期:2017-05-09
    • 文件大小:1847296
    • 提供者:
  1. TSFileSource_2.2.0.8src

    0下载:
  2. 可編譯出TSFileSource.ax,在DShow中作為filter,parse TS詳細資訊。其中TSfilesource可當source filter,後接DSNetwork sender即可當multicast源。TSfilesink則可分配內存,將ts資料存在自行定義的buffer中。-Can compile a TSFileSource.ax, in DShow as a filter, parse TS for more information. TSfilesource whic
  3. 所属分类:DirextX

    • 发布日期:2017-04-06
    • 文件大小:345862
    • 提供者:小夏
  1. dx9cs_vertex_data

    0下载:
  2. // Descr iption: This sample demonstrates how to create 3D geometry with // Direct3D by loading vertex data into a Vertex Buffer.-// Descr iption: This sample demonstrates how to create 3D geometry with // Direct3D by loading
  3. 所属分类:DirextX

    • 发布日期:2017-04-05
    • 文件大小:17020
    • 提供者:George
  1. dX

    0下载:
  2. 使用directx实现2d图形的双缓冲绘制-Directx graphics used to achieve the double buffer 2d drawing
  3. 所属分类:DirextX

    • 发布日期:2017-04-02
    • 文件大小:87679
    • 提供者:lzy
  1. d3dbowling

    0下载:
  2. Using DirectX, Shade using Stencil buffer Collision Check and Reflection of Rigid Sphere
  3. 所属分类:DirextX

    • 发布日期:2017-05-14
    • 文件大小:3250840
    • 提供者:Byounghun
  1. TricksOfThe3DGameProgrammingGurus

    0下载:
  2. 本书是游戏编程畅销书作者André LaMothe的扛鼎之作,从游戏编程和软件引擎的角度深入探讨了3D图形学的各个重要主题。全书共分5部分,包括16章的内容。第1~3章简要地介绍了Windows和DirectX编程,创建了一个Windows应用程序模板,让读者能够将精力放在游戏逻辑和图形实现中,而不用考虑Windows和DirectX方面的琐事;第4~5章简要地介绍了一些数学知识并实现了一个数学库,供以后编写演示程序时使用;第6章概述了3D图形学,让读者对本书将介绍的内容有大致的了解;第7~11
  3. 所属分类:DirextX

    • 发布日期:2017-06-20
    • 文件大小:31419122
    • 提供者:wangpeng
  1. Shielding_buffer

    0下载:
  2. 12.屏蔽缓冲区.direct3d很好的教程。-12. Shielding buffer. Direct3d a very good tutorial.
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:87931
    • 提供者:利用
  1. DirectFB-1.0.0-rc2.tar

    0下载:
  2. sample for frame buffer
  3. 所属分类:DirextX

    • 发布日期:2017-05-10
    • 文件大小:2143766
    • 提供者:Eddy sim
  1. direct

    0下载:
  2. Direct Draw App If you want fast animation (games!), you have to use DirectX. Try filling the screen by drawing each pixel separately using GDI. Compare it with DirectX, which gives you practically direct access to the screen buffer. There s no com
  3. 所属分类:DirextX

    • 发布日期:2015-10-30
    • 文件大小:26859
    • 提供者:kapa
« 12 »
搜珍网 www.dssz.com