-
DirectShow视频音频聊天
directshow 实现远程视音频聊天-DirectShow remote video and audio chat
- 2022-01-31 19:02:48下载
- 积分:1
-
简单的捕获应用程序。
Simple capture application.
This application creates a preview window for the first video capture device that it locates on the user s system (if any). It demonstrates a simple example of using the ICaptureGraphBuilder2 and ICreateDevEnum interfaces to build a capture graph.
- 2022-09-07 04:50:02下载
- 积分:1
-
3dDEMO实现了图形的加载粒子系统等特效
3dDEMO实现了图形的加载粒子系统等特效-3dDEMO realize the graphics to load effects such as particle systems
- 2022-06-16 14:11:35下载
- 积分:1
-
DirectX3D精通图形和动画程序设计
《精通DirectX3D图形与动画程序设计》――26_第二十六章 纹理动画- DirectX3D proficient in graphics and animation program design - 26th Chapter 26_ texture animation
- 2022-01-25 14:46:52下载
- 积分:1
-
d3d9wj
#include <windows.h>
#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
-
56401
自绘大图标列表框源码,程序结合易语言DirectX3D支持库,调用API函数和GDIPlus类2.3.ec模块自绘大图标列表框。(Since the paint big icon list box source code , the program combined with easy language DirectX3D support library , call the API function and GDIPlus class 2.3.ec module since drawn large icons list box.)
- 2015-12-05 21:47:50下载
- 积分:1
-
fluidsD3D9
An example of fluid simulation using CUDA and CUFFT, with Direct3D 9 rendering.
- 2009-09-11 18:26:49下载
- 积分:1
-
DirectX3D proficient in graphics and animation program design
《精通DirectX3D图形与动画程序设计》――25_第二十五章 广告板技术与十字交叉纹理,经过测试可以运行- DirectX3D proficient in graphics and animation program design - Chapter Twenty-25_ advertisement board technology and cross texture, has been tested to run
- 2023-04-05 20:05:04下载
- 积分:1
-
直接使用目录编码主要关于VC direct8.1游戏制作引擎…
dircet教程代码主要讲述怎么用vc++ direct8.1 制作游戏引擎的深入浅出通俗易懂 比较简单-direct Directory code used mainly about how vc direct8.1 game production engine is relatively simple easy accessibly
- 2022-04-01 15:10:55下载
- 积分: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