-
PCITV is a driver and TV viewing application for RISC OS, bringing television an...
PCITV is a driver and TV viewing application for RISC OS, bringing television and frame capture to the desktop for under 30 pounds, the cost of the card. The driver is free and protected by the GPL, meaning that the source is also available. I hope this will encourage others to create drivers for other PCI cards-PCITV is a driver and TV viewing applicatio n for RISC OS, bringing television and frame capture to the de sktop for under 30 pounds. the cost of the card. The driver is free and prote cted by the GPL. meaning that the source is also available. I hop e this will encourage others to create drivers f or other PCI cards
- 2022-01-22 08:11:04下载
- 积分:1
-
demonstration trailer game maps (90 degree angle Tile way)
演示2DRPG游戏地图(90度角Tile方式)-demonstration trailer game maps (90 degree angle Tile way)
- 2022-07-22 02:43:11下载
- 积分:1
-
direct3d的物理模拟
direct3d的物理模拟-Direct3D physical simulation
- 2023-01-05 21:25:03下载
- 积分:1
-
windows +vc+DirectX结合开发的游戏声音特效
windows +vc+DirectX结合开发的游戏声音特效-windows+ vc+ DirectX audio effects with the development of the game
- 2022-04-07 14:03:47下载
- 积分:1
-
支持双人得潜艇大战
支持双人得潜艇大战-support double in the submarine war
- 2022-01-26 03:36:42下载
- 积分:1
-
Detailed 3D performance and results, to better programming!
详细介绍了3D的性能和效果,能更好的编程!-Detailed 3D performance and results, to better programming!
- 2023-05-17 15:20:03下载
- 积分:1
-
一个关于DirectSound混音的DEMO
一个关于DirectSound混音的DEMO-DirectSound mixing on the DEMO
- 2022-10-19 21:00:03下载
- 积分:1
-
DirectX Chinese Programming Manual
DirectX中文编程手册-DirectX Chinese Programming Manual
- 2022-02-01 10:34:00下载
- 积分: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
-
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