Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directx 2004
Search - directx 2004 - List
为Delphi2005做了改动 DSPack 2.3.3 (Sep 2004). DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP Builder 6.-some change for Delphi2005 DSPack 2.3.3 (Sep 2004). DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP Builder 6.
Update : 2008-10-13 Size : 1.59mb Publisher : akay

本系统在Windows XP系统下编译通过,需要DirectX SDK的支持,下面以DirectX 9.0 SDK为例,编译环境的设置,不要使用summer 2004版本的SDK.-the system in Windows XP system compiler, DirectX SDK needs the support of the following DirectX 9.0 SDK for example, the build environment settings, not to use summer 2004 version of the SDK.
Update : 2008-10-13 Size : 86.32kb Publisher : 高昂副

网络会议视频同步播放!程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\\Program Files\\Microsoft DirectX 9.0SDK\\Samples\\C++\\DirectShow\\BaseClasses”。注意:streams.h文件就在上述文件夹下面。另外,不要编译Summer 2004版本的DirectX SDK。编译streams.h文件还需要CJLibrary608c.rar库和AV8SDK库,读者都可以在本书的光盘中找到。安装好后需要在options→directories→include files中添加C:\\Program Files\\CodeJockey\\CJLibrary Version 6.08\\Include目录和AV8SDK\\AV8SDK\\include目录。
Update : 2008-10-13 Size : 3.22mb Publisher : 袁洲

DL : 0
Charles River Media - ShaderX3 - Advanced Rendering with DirectX and OpenGL (2004) Section 6 - 3D Engine Design
Update : 2008-10-13 Size : 713.13kb Publisher : 许磊

为Delphi2005做了改动 DSPack 2.3.3 (Sep 2004). DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP Builder 6.-some change for Delphi2005 DSPack 2.3.3 (Sep 2004). DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP Builder 6.
Update : 2025-02-17 Size : 1.59mb Publisher : akay

本系统在Windows XP系统下编译通过,需要DirectX SDK的支持,下面以DirectX 9.0 SDK为例,编译环境的设置,不要使用summer 2004版本的SDK.-the system in Windows XP system compiler, DirectX SDK needs the support of the following DirectX 9.0 SDK for example, the build environment settings, not to use summer 2004 version of the SDK.
Update : 2025-02-17 Size : 103kb Publisher : 高昂副

网络会议视频同步播放!程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\Program Files\Microsoft DirectX 9.0SDK\Samples\C++\DirectShow\BaseClasses”。注意:streams.h文件就在上述文件夹下面。另外,不要编译Summer 2004版本的DirectX SDK。编译streams.h文件还需要CJLibrary608c.rar库和AV8SDK库,读者都可以在本书的光盘中找到。安装好后需要在options→directories→include files中添加C:\Program Files\CodeJockey\CJLibrary Version 6.08\Include目录和AV8SDK\AV8SDK\include目录。-Synchronous web conferencing video player! Program runs in Windows 98/2000/XP/2003 platform can be VC++ 6.0 or. NET debug. Before commissioning the installation of Microsoft DirectX 9.0 SDK. Note: streams.h document in the folder below. Also, do not compile Summer 2004 version of the DirectX SDK. Streams.h document also need to compile CJLibrary608c.rar library and AV8SDK library, readers can be in this book to find the CD-ROM. Installed after the need for options → directories → include files to add C: Program FilesCodeJockeyCJLibrary Version 6.08Include catalog and directory AV8SDKAV8SDKinclude.
Update : 2025-02-17 Size : 3.22mb Publisher : 袁洲

DL : 0
Charles River Media - ShaderX3 - Advanced Rendering with DirectX and OpenGL (2004) Section 6 - 3D Engine Design-Charles River Media- ShaderX3- Advanced Rendering with DirectX and OpenGL (2004) Section 6- 3D Engine Design
Update : 2025-02-17 Size : 713kb Publisher : 许磊

DirectX programming book
Update : 2025-02-17 Size : 2.17mb Publisher : nehasmile

This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs. -This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
Update : 2025-02-17 Size : 17kb Publisher : marwa

25/05/2005 : Demo ported to DirectX April SDK 2004 // - Batch Grass Vertex // - Use HLSL Vertex Shader to move grass // // - Grass texture used is a modified version of the ATI Grass Demo -25/05/2005 : Demo ported to DirectX April SDK 2004 // - Batch Grass Vertex // - Use HLSL Vertex Shader to move grass // // - Grass texture used is a modified version of the ATI Grass Demo ///////////////////////////////////////////////////////////////
Update : 2025-02-17 Size : 670kb Publisher : dirx4

DL : 0
Managed DirectX 9.0 SDK Summer 2004 中文开发文档 支持 Microsoft Visual C# Microsoft Visual Basic .NET Microsoft Visual C++ Microsoft JScript .NET-Managed DirectX 9.0 SDK Summer 2004 Chinese Development Documentation to support Microsoft Visual C# Microsoft Visual Basic. NET Microsoft Visual C++ Microsoft JScript. NET
Update : 2025-02-17 Size : 1.32mb Publisher : luozibin

Managed DirectX 9.0 SDK summer 2004 中文文档
Update : 2025-02-17 Size : 1.46mb Publisher : 俗鱼

来源于网上的Directx SDK2004中文版,只为积分可下载,如有冲突,非吾之过。-Directx SDK2004 online from the Chinese version can be downloaded only for the points, if any conflict, Fei-wu of the over.
Update : 2025-02-17 Size : 1.48mb Publisher :

DirectX角色扮演游戏编程(英文版)献给一些些论文的盆友 已经破解可以直接复制-DirectX role-playing game programming (in English) dedicated to some of these papers has been cracked pots can be directly copied Friends
Update : 2025-02-17 Size : 7.15mb Publisher : 闫鑫

DirectX 9.0 Sdk Summer 2004
Update : 2025-02-17 Size : 15.51mb Publisher : torporman
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.