资源列表

« 1 2 ... .18 .19 .20 .21 .22 223.24 .25 .26 .27 .28 ... 504 »

[DirextX编程01_CreateDevice

说明:Direct3D程序设计基础 //创建Direct3D对象, 该对象用来创建Direct3D设备对象 if( NULL == ( g_pD3D = Direct3DCreate9( D3D_SDK_VERSION ) ) ) return E_FAIL //设置D3DPRESENT_PARAMETERS结构, 准备创建Direct3D设备对象 D3DPRESENT_PARAMETERS d3dpp
<yourname> 在 2024-09-29 上传 | 大小:307200 | 下载:0

[DirextX编程01_SimpleLighting

说明: //建立并设置世界矩阵 D3DXMATRIX matWorld D3DXMatrixIdentity( &matWorld ) g_pd3dDevice->SetTransform( D3DTS_WORLD, &matWorld ) //建立并设置观察矩阵 D3DXVECTOR3 vEyePt( 0.0f, 3.0f,-5.0f ) D3DXVECTOR3 vLookatP
<yourname> 在 2024-09-29 上传 | 大小:498688 | 下载:0

[DirextX编程DirectXCaptureRefresh

说明:利用DirectX.Capture对视频进行采集.(可以选择不同的编码器,以及对采集的各种参数进行设置)-DirectX.Capture use of video capture. (You can choose a different encoder, as well as the acquisition of the various parameters set)
<hejianhua> 在 2024-09-29 上传 | 大小:351232 | 下载:0

[DirextX编程OSDImageSource

说明:Directshow 视频文字叠加 Filter, 实现OSD层-Directshow video text overlay Filter, the realization of OSD layer
<DW> 在 2024-09-29 上传 | 大小:16384 | 下载:0

[DirextX编程VideoCap

说明:DirectShow 中的视频采集程序.代码完整.可以直接使用-DirectShow video collection procedures. Code integrity. Can be directly used
<DW> 在 2024-09-29 上传 | 大小:142336 | 下载:0

[DirextX编程01_TextureAnimation

说明:VC++和directx实现图形图形中的纹理动画-VC++ And directx graphic graphics texture animation
<chenhao> 在 2024-09-29 上传 | 大小:536576 | 下载:0

[DirextX编程01_TexSeaWave

说明:Visual c+和directx 9实现海面波浪的仿真-Visual c+ And directx 9 to achieve the sea wave simulation
<chenhao> 在 2024-09-29 上传 | 大小:403456 | 下载:0

[DirextX编程01_FlutterFlag

说明:vc++和directx9 实现柔性物体模拟-vc++ and directx9 achieve soft objects simulation
<chenhao> 在 2024-09-29 上传 | 大小:1000448 | 下载:0

[DirextX编程01_Terrain

说明:directx9.0和vc实现三维地形模拟-DirectX9.0 and the realization of three-dimensional topography simulation vc
<chenhao> 在 2024-09-29 上传 | 大小:484352 | 下载:0

[DirextX编程01_Fur

说明:directx9.0和vc短毛发实时绘制-DirectX9.0 and vc short hair real-time rendering
<chenhao> 在 2024-09-29 上传 | 大小:519168 | 下载:0

[DirextX编程01_MovingCloud

说明:vc++和directx9实现移动的云2的模拟-vc++ and directx9 mobile simulated cloud 2
<chenhao> 在 2024-09-29 上传 | 大小:999424 | 下载:0

[DirextX编程FrameGrabberdemo

说明:Extracting bitmaps from movies using DirectShow
<Rock> 在 2024-09-29 上传 | 大小:131072 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 223.24 .25 .26 .27 .28 ... 504 »

源码中国 www.ymcn.org