-
同样也是好东西,看看吧,对directx的理解会更进一步
同样也是好东西,看看吧,对directx的理解会更进一步-equally good things, let"s see it, right DirectX understanding will be further
- 2022-01-22 14:26:41下载
- 积分:1
-
最基本的direct draw 游戏编程入门,很好的参考,对于初学者。...
最基本的direct draw 游戏编程入门,很好的参考,对于初学者。-basic game programming draw direct entry, a good reference for beginners.
- 2022-03-19 00:21:14下载
- 积分:1
-
用DirectX9编写的一个简单的3D程序
用DirectX9编写的一个简单的3D程序-A sample 3d program developed with directx9
- 2022-10-02 07:20:03下载
- 积分:1
-
a production directshow the DSW operation, convenient and practical, and the who...
一个制作directshow的DSW操作,方便与实用,并且对整个编写过程有指导作用-a production directshow the DSW operation, convenient and practical, and the whole process of preparing a guiding role
- 2022-02-12 16:00:48下载
- 积分:1
-
播放摄像头,采用DIRCETSHOW模式。简单易懂。
播放摄像头,采用DIRCETSHOW模式。简单易懂。-broadcast camera, using DIRCETSHOW model. Simple and understandable.
- 2022-03-10 13:33:03下载
- 积分:1
-
里面是一个avi播放器,用mfc控件开发得,用来向新手展示mfc控件如何操作,有参考价值!...
里面是一个avi播放器,用mfc控件开发得,用来向新手展示mfc控件如何操作,有参考价值!-avi players, with mfc control of development, used to display mfc novice how to operate the controls, the reference value!
- 2022-02-05 12:02:45下载
- 积分:1
-
3种alpha混合的源码
3种alpha混合的源码-three kinds of mixed alpha source
- 2023-08-31 17:30:03下载
- 积分:1
-
的dvapp应用支持以下模式:
The DVApp application supports the following modes:
Preview: Renders DV from the camcorder to a video window.
DV to type-1 file: Captures DV data from the camcorder to a type-1 DV file.
Type-1 file to DV: Transmits data from a type-1 DV file to the camcorder.
DV to type-2 file: Captures DV data from the camcorder to a type-2 DV file.
Type-2 file to DV: Transmits data from a type-2 DV file to the camcorder.
The capture and transmit modes also perform preview. Each of those modes has a No Preview option as well, which disables preview. Capturing without preview is more efficient and can reduce the number of dropped frames.
The application starts in preview mode. To select another mode, choose a mode from the Graph Mode menu. For each mode, DVApp builds a filter graph that supports the functionality of that mode. To save the graph as a GraphEdit (.grf) file, select Save Graph to File from the File menu. Quit DVApp before opening the file in GraphEdit.
- 2022-12-28 17:10:04下载
- 积分:1
-
DirectShowLibNET
DirectShowLibNET - A library to allow .NET applications to use DirectShow functions-DirectShowLibNET- A library to allow .NET applications to use DirectShow functions
- 2022-08-02 21:32:43下载
- 积分:1
-
Visual C#使用Direct X的实现视频播放有以下几点:
1. 掌握在Visual C#引入Dirext X函数库的方法。
...
Visual C#使用Direct X的实现视频播放有以下几点:
1. 掌握在Visual C#引入Dirext X函数库的方法。
2. 设置Direct X视频播放的宿主组件。
3. 基本的播放命令的设置:播放、停止、暂停等。
4.全屏、退出的用法。
.net Framework SDK中并没有包含Direct X SDK,所以必须先下载、安装Direct X SDK。具体的下载地址为:http://download.microsoft.com/download/a/c/d/acdfb557-266f-4af4-8673-6ab8009b4ddd/dxsdk_apr2005.exe。此版本是2005四月份推出的英文版。这并不妨碍下面的程序实现。安装完Direct X后,就会在存在"C:WindowsMicrosoft.NETManaged DirectX"这样一个目录,此目录中目录中应该有九个DLL文件和九个XML文件。九个DLL文件大致对应于DirectX中的十个命名空间。编程中就是使用其中的命名空间来提供对输入设备、声音、网络播放、图形等的支持。-err
- 2022-03-19 11:58:29下载
- 积分:1