CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 DirextX编程 搜索资源 - input

搜索资源列表

  1. wavdest

    0下载:
  2. Writes an audio stream to a WAV file. It takes a single audio stream as input, and its output pin must be connected to the File Writer filter. This sample filter is based on the CTransformFilter class.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:4123
    • 提供者:韩忠海
  1. joystick_demo

    0下载:
  2. 游戏杆变成示例,Jason Brooks编写,主要是关于Direct Input 7 的用法,对初学者有一定的借鉴意义-joysticks become exemplars, Jason Brooks preparation, mainly on the Direct Input 7, the usage is for beginners as a reference
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:33626
    • 提供者:张明
  1. AVCap1

    0下载:
  2. AVCap: 音视频采集演示程序。支持AGP/PCI/USB等各种接口的采集卡,支持 数码摄像机输入,实现即时抓图,边预览边采集,支持热插拔等等。 打开AVCap目录下的AVCap.dsw文件可以同时浏览上述两个项目。 -AVCap : Music Video Capture demonstration program. AGP / PCI / USB interface such as the collection of cards, and a digital camer
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:76917
    • 提供者:王恩文
  1. DirectSound9

    1下载:
  2. 播放WAV格式的声音文件或数据,同时播放多路声音,从麦克风或者其他声音输入设备捕捉并保存为WAV文件-broadcast WAV format sound files or data broadcast simultaneously multiple voices from the microphone or other sound input device to capture and preserve WAV files
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:44510
    • 提供者:高昂副
  1. VidMix

    2下载:
  2. 视频拼接Filter。将2路视频拼成一路输出。非压缩的RGB和YUV格式,输入端格式必须一致,第一路视频决定输出的帧率。写这个Filter主要是为了把两路视频采集到一个文件中,如果只是要把多路视频合成后显示的话,建议使用VMR-9-Video Mosaic Filter. Will be two video output as guarding our way. Non-compressed RGB and YUV format, input must be consistent format,
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:821940
    • 提供者:caoym
  1. VC视频捕捉

    0下载:
  2. 读取视频的输入、输出流-read video input and output streams
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:34689
    • 提供者:刘兴苗
  1. AudioResample

    0下载:
  2. DirectShow Audio filter 可resample輸入audio 之sample rate -Audio DirectShow filter can resample Zhi audio input sample rate
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:385029
    • 提供者:邱奕維
  1. GameCore.rar

    0下载:
  2. 《DirectX角色扮演游戏编程》的核心代码。包括图像、输入、声音等模块。, DirectX programming role-playing game of the core code. Including images, input, sound modules.
  3. 所属分类:DirextX

    • 发布日期:2017-03-25
    • 文件大小:42132
    • 提供者:Stephantan
  1. VideoTestSource.zip

    0下载:
  2. 实现了directshow中的一个source filter,可以捕捉采集的视频,输入支持PAL制式和NTSC制式,输出支持RGB和YUV格式。,Directshow implementation of a source filter, can capture video collection, input support PAL and NTSC standard formats, support for RGB and YUV output format.
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:41496
    • 提供者:davidlee123
  1. mux.rar

    0下载:
  2. directshow muxfilter 做了两个输入管脚 但是具体的功能还没有实现,directshow muxfilter input pin to do two specific functions but has not yet been achieved
  3. 所属分类:DirextX

    • 发布日期:2017-05-26
    • 文件大小:9470278
    • 提供者:
  1. Chapter02

    1下载:
  2. FilterImageGrabber:即时抓图的Filter。这是一个Trans-In-Place Filter,Filter注册名为“HQ Image Grabber”,仅支持RGB32/24/565/555四种媒体类型, 将其接入到Filter链路之后,可以抓取任何一个经过该Filter的Sample。 AVCap: 音视频采集演示程序。支持AGP/PCI/USB等各种接口的采集卡,支持 数码摄像机输入,实现即时抓图,边预览边采集,支持热插拔等等。 打开AVC
  3. 所属分类:DirextX

    • 发布日期:2017-05-25
    • 文件大小:9178598
    • 提供者:xiaok
  1. volumemeter_src

    1下载:
  2. 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 W
  3. 所属分类:DirextX

    • 发布日期:2016-09-19
    • 文件大小:151277
    • 提供者:mark
  1. Directshow-x264

    0下载:
  2. x264 on win32 w/ DirecShow input and fully variable-framerate support. (不含源码,只是插件)-x264 on win32 w/ DirecShow input and fully variable-framerate support.
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:2068349
    • 提供者:os
  1. DIrectInput

    0下载:
  2. 详细描述了Direct9.0的鼠标键盘输入 是学习Direct9.0和游戏编程必不可少的内容-A detailed descr iption of the mouse and keyboard input Direct9.0 Direct9.0 and games to learn the content of programming is essential 朗读 显示对应的拉丁字符的拼音 字典- 查看字典详细内容
  3. 所属分类:DirextX

    • 发布日期:2017-03-23
    • 文件大小:26951
    • 提供者:hubill
  1. TitleOverlayVideoKey

    0下载:
  2. VideoKey: 视频抠像的演示。其中Ball是由SDK的一个例子修改而来,增加了属性 页,可以定制输出图像的尺寸,注意Filter的注册名改为“Bouncing Ball plus”; FilterVideoKeyer是一个实现了抠像叠加的Filter,这个Filter有两个输入Pin, 一个输出Pin,Filter的注册名为“HQ Video Keyer”。 TitleOverlay: 字符叠加的演示。其中FilterTitleOverlay是一个实现字符叠加 的
  3. 所属分类:DirextX

    • 发布日期:2017-03-29
    • 文件大小:80245
    • 提供者:smarsare
  1. DirectX9.0_3D

    0下载:
  2. DirectX9.0_3D游戏开发编程基础完整源码。在Visual Studio环境下建立工程时请在工程属性的连接器的输入项中添加d3d9.lib d3dx9.lib winmm.lib 这三个链接库,否则无法运行。-DirectX9.0_3D game development programming based on the full source code. In Visual Studio environment, the establishment of projects at the
  3. 所属分类:DirextX

    • 发布日期:2017-05-13
    • 文件大小:3572180
    • 提供者:liu
  1. DX8TS

    0下载:
  2. Direct3D8教程:主要讲述3D数学基础,3D编程基础。第一章、准备就绪。第二章、绘制三角形。第三章、旋转的立方体。第四章、全屏模式和深度缓冲。第五章、矩阵变换。第六章、纹理。第七章、灯光与材质。第八章、索引缓冲。第九章、有纹理的球体、圆柱体和锥体。第十章、载入模型。第十一章、3D中的2D。第十二章、键盘与鼠标输入。第十三章、声音和音乐。-Direct3D8 Tutorial: 3D, focuses on the foundations of mathematics, 3D program
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:1860244
    • 提供者:yejianping
  1. Chapter04

    0下载:
  2. 视频抠像的演示。其中Ball是由SDK的一个例子修改而来,增加了 属性页,可以定制输出图像的尺寸,注意Filter的注册名改为“Bouncing Ball plus”;FilterVideoKeyer是一个实现了抠像叠加的Filter,这个Filter有两个 输入Pin,一个输出Pin,Filter的注册名为“HQ Video Keyer”。 -Video keying demo. Ball is an example of the SDK modified from incr
  3. 所属分类:DirextX

    • 发布日期:2017-11-25
    • 文件大小:90122
    • 提供者:Tom
  1. D3D_Samples

    1下载:
  2. directX 游戏开发 随付光盘,其中涵盖了winAPI GDI direct input direct draw direct 3d 等内容-directX game developers pay with CD-ROM, covers one of winAPI GDI direct input direct draw direct 3d, etc.
  3. 所属分类:DirextX

    • 发布日期:2017-06-11
    • 文件大小:19224181
    • 提供者:里写明
  1. DirectX-Input

    0下载:
  2. DirectX Input获得鼠标输入,非常实用。-DirectX Input receive mouse input, very useful.
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:7657
    • 提供者:rejoiced
« 12 3 »
搜珍网 www.dssz.com