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

资源列表

« 1 2 ... .73 .74 .75 .76 .77 278.79 .80 .81 .82 .83 ... 406 »
  1. Example_Graphics

    0下载:
  2. 笔者经过一番细心探究,已经对用DirectX开发游戏的核心技术和基本过程有一个比较清晰的认识,并根据自己得到的启发和经验,已经完成的一个比较完善的RPG游戏,并且在本校的程序比赛中得到了较好的反应。下面就将本人在编写此RPG游戏的心得体会一一进行说明,并穿插列出源程序,与各位游戏+编程爱好者共享。同时在各个部分都有大量的编程技巧,各位大侠可要瞪大眼睛仔细看好噢! -After carefully exploring the author has developed games using Dir
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:201.55kb
    • 提供者:xiaodz
  1. Test3D

    0下载:
  2. 演示了一个标准3D程序的开发流程,参照这些你可以开发功能更强大的3D程序和游戏。它用到了DirectX API,利用它可以释放显卡强大的图形图像处理能力。-3D presentation of a standard procedure development process, in the light of these you can develop a more powerful 3D programs, and games. It uses the DirectX API, the use
  3. 所属分类:DirextX

    • 发布日期:2017-03-29
    • 文件大小:186.25kb
    • 提供者:xiaodz
  1. Example_DirectDraw

    0下载:
  2. 也是一个3D程序源代码,这个程序使用了DirectDraw API可以实现对一些复杂的图形图像的绘制与显示,里面的函数和代码的实现比较经典,可以作为你开发类似程序的范例。-Is a 3D program source code, this procedure uses the DirectDraw API can be achieved for some complex graphics rendering and display images inside the function and c
  3. 所属分类:DirextX

    • 发布日期:2017-04-02
    • 文件大小:142.22kb
    • 提供者:xiaodz
  1. dsmplayer

    0下载:
  2. 好东西,一个能在mobile上跑的小程序,可以播mp3等文件,适合初学DirectShow.-Good things, a mobile on the run in small programs can be broadcast, such as mp3 files, suitable for beginners DirectShow.
  3. 所属分类:DirextX

    • 发布日期:2017-06-12
    • 文件大小:5.83mb
    • 提供者:谷绪平
  1. player

    0下载:
  2. 这是一款基于DirectX应用的媒体播放器,大家可以学习一下。-This is a DirectX-based applications, media players, we can learn from you.
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:48.11kb
    • 提供者:陈亮
  1. DirectX9.0-3D

    0下载:
  2. DirectX9.0-3D游戏程序设计入门-DirectX9.0-3D game programming entry
  3. 所属分类:DirextX

    • 发布日期:2017-05-04
    • 文件大小:1.3mb
    • 提供者:liu
  1. directshowPDF

    0下载:
  2. 这是一本对想进入DirectShow 大门的同志梦想的好书,详细介绍了DirectShow 的开发-This is one pairs wishing to enter the door DirectShow comrades dream book, detailing the development of DirectShow
  3. 所属分类:DirextX

    • 发布日期:2017-11-10
    • 文件大小:30.79mb
    • 提供者:龙神
  1. 01_CreateDevice

    0下载:
  2. Direct3D程序设计基础 //创建Direct3D对象, 该对象用来创建Direct3D设备对象 if( NULL == ( g_pD3D = Direct3DCreate9( D3D_SDK_VERSION ) ) ) return E_FAIL //设置D3DPRESENT_PARAMETERS结构, 准备创建Direct3D设备对象 D3DPRESENT_PARAMETERS d3dpp ZeroMemory( &d3dpp, sizeof(
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:30.73kb
    • 提供者:yourname
  1. 01_SimpleLighting

    0下载:
  2. //建立并设置世界矩阵 D3DXMATRIX matWorld D3DXMatrixIdentity( &matWorld ) g_pd3dDevice->SetTransform( D3DTS_WORLD, &matWorld ) //建立并设置观察矩阵 D3DXVECTOR3 vEyePt( 0.0f, 3.0f,-5.0f ) D3DXVECTOR3 vLookatPt( 0.0f, 0.0f, 0.0f ) D3DX
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:155.56kb
    • 提供者:yourname
  1. DirectXCaptureRefresh

    0下载:
  2. 利用DirectX.Capture对视频进行采集.(可以选择不同的编码器,以及对采集的各种参数进行设置)-DirectX.Capture use of video capture. (You can choose a different encoder, as well as the acquisition of the various parameters set)
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:343.66kb
    • 提供者:hejianhua
  1. 01_TextureAnimation

    0下载:
  2. VC++和directx实现图形图形中的纹理动画-VC++ And directx graphic graphics texture animation
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:524.53kb
    • 提供者:chenhao
  1. 01_FlutterFlag

    0下载:
  2. vc++和directx9 实现柔性物体模拟-vc++ and directx9 achieve soft objects simulation
  3. 所属分类:DirextX

    • 发布日期:2017-04-07
    • 文件大小:977.64kb
    • 提供者:chenhao
« 1 2 ... .73 .74 .75 .76 .77 278.79 .80 .81 .82 .83 ... 406 »
搜珍网 www.dssz.com