-
0441
放大取色源码程序,结合易语言DirectX2D支持库和扩展功能支持库,调用API函数实现放大取色不失真效果。(Enlarge take color source program, combined with easy language support library and extensions DirectX2D support library , call the API function color distortion amplification takes effect .)
- 2016-11-26 11:19:55下载
- 积分:1
-
在D3D中实现mp3,mid,avi的播放
在D3D中实现mp3,mid,avi的播放-D3D achieve in mp3, mid, avi player
- 2022-07-21 15:52:13下载
- 积分:1
-
MegaMan DirectDraw Example
MegaMan DirectDraw Example
- 2023-01-04 09:25:04下载
- 积分:1
-
用vc进行游戏开发.图形采用dirextx方式.需要配置dirextx sdk.实现arpg的游戏模式.对想学习virtual c++游戏设计的朋友有一定的帮助...
用vc进行游戏开发.图形采用dirextx方式.需要配置dirextx sdk.实现arpg的游戏模式.对想学习virtual c++游戏设计的朋友有一定的帮助.-vc used for game development. Dirextx graphics mode. Configure dirextx sdk. Arpg realize the game. Right c want to learn game design virtual friends can help.
- 2022-12-07 00:50:02下载
- 积分:1
-
老外写的DirectShow,超强无比,有空可以学一下。
老外写的DirectShow,超强无比,有空可以学一下。-Written by foreigners DirectShow, super great, you can learn the time.
- 2022-03-26 17:13:29下载
- 积分:1
-
Directshow(SDK)study
一个基于directshow的学习笔记功能强大,仅供参考(Directshow based the powerful study notes, for reference only)
- 2013-03-25 13:18:36下载
- 积分:1
-
DXVA Checker 1900。H.264视频观看使用DirectX视频加速(DXVA)…
DXVA Checker 1900. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-05-26 03:37:57下载
- 积分:1
-
示例了在MFC框架中直接使用D3D9 API所遇到的问题以及如何解决
示例了在MFC框架中直接使用D3D9 API所遇到的问题以及如何解决-example of the MFC framework D3D9 API used directly by the problems encountered and how to solve
- 2022-08-06 10:36:51下载
- 积分:1
-
volumemeter(Managed DirectX)
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 Windows Forms application. You may select the input, and tweak the appearance of the animation through various parameters.
The idea behind this project is to maintain a very short buffer of audio and constantly record into it. The control is on a timer, and periodically queries the buffer to see what volume level the most recent sample has, and then sets a progress bar s value accordingly.
- 2022-03-25 07:11:13下载
- 积分:1
-
d3d9wj
说明: #include
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1