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

资源列表

« 1 2 ... .82 .83 .84 .85 .86 30087.88 .89 .90 .91 .92 ... 58523 »
  1. 20060607_DirectShowKFZN

    0下载:
  2. 一套directshow编程的源码,可以简单了解directshow编程原理-A set of DirectShow programming source, you can understand the simple principle of DirectShow programming
  3. 所属分类:DirextX

    • 发布日期:2017-04-08
    • 文件大小:391.27kb
    • 提供者:aaron
  1. divxdec_ax

    0下载:
  2. Divx的MPEG-4解码DirectShow Filter源代码 -Divx decoding of MPEG-4 source code DirectShow Filter
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:156.95kb
    • 提供者:卢刚
  1. DirectXCapture_Class_Library

    0下载:
  2. 這個程式是一個class library for capturing audio and video to AVI 檔案以.NET的型式. 以下是library的特性: * 可以選擇 hardware devices * 支援音效與影像的設定 * 支援音效與影像的壓縮 * 可預覽影像-This program is a class library for capturing audio and video to AVI files. NET type. The fo
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:327.23kb
    • 提供者:周小豪
  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 2 ... .82 .83 .84 .85 .86 30087.88 .89 .90 .91 .92 ... 58523 »
搜珍网 www.dssz.com