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

搜索资源列表

  1. TransparentBlend

    0下载:
  2. 在vc++6.0环境下,利用directx写alpha通道的例子,利用alpha通道实现了瞄准镜的透明化。-in vc 6.0 circumstances, the use of alpha channel write DirectX example, the use of alpha channel aimed at achieving a transparent mirror.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:117.3kb
    • 提供者:飞雪
  1. Turkay_Tv

    0下载:
  2. The DirectShow TV tuning architecture is based on pre-defined frequency tables, and the TV Tuner filter (kstvtune.ax) has an internal list of frequency tables. Each frequency table contains a list of frequencies, and corresponds to the broadcast or c
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:813.64kb
    • 提供者:lampson
  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
    • 文件大小:802.68kb
    • 提供者:caoym
  1. TextureSplattingDemo

    0下载:
  2. use the term alphamap to refer to a grayscale image residing in a single channel of a texture-use the term alphamap to refer to a grayscal e image residing in a single channel of a texture
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:2.1mb
    • 提供者:zenglzh
  1. audio-tool

    0下载:
  2. pcmtest-8k.exe:播放pcm音频文件(8k , 16 bit,1 channel) pcmtest-16k.exe:播放pcm音频文件(16k , 16 bit,1 channel) test-g7112pcm.exe:将G711A转化为pcm格式,运行程序,输入文件名后,再输入转化的单位字节(以每80/160 short单位转化) testresample.exe:将pcm 8k,16 bit,1 channel转化为16k,16bit,1channel-pcmt
  3. 所属分类:DirextX

    • 发布日期:2017-03-30
    • 文件大小:64.65kb
    • 提供者:BXJ
  1. ScanChannelsBDA-2.0.0.7-src

    0下载:
  2. 在BDA框架内 搜索频道的源码 非常有用-At BDA framework english channel is very useful source
  3. 所属分类:DirextX

    • 发布日期:2017-03-25
    • 文件大小:71.83kb
    • 提供者:wu
  1. D3DAlphaTest_rar

    0下载:
  2. d3d 的一款a通道的测试的一款程序,初学者可以看看啊 ,很不错的。-a channel of a d3d test a program, beginners can take a look at ah, very good.
  3. 所属分类:DirextX

    • 发布日期:2017-05-18
    • 文件大小:4.69mb
    • 提供者:杜一
  1. CaptureTest

    0下载:
  2. 用directshow采集图像,支持多路视频采集。下载后编译后即可运行!-With directshow capture images to support multi-channel video capture. Compiled to run after downloading!
  3. 所属分类:DirextX

    • 发布日期:2017-05-22
    • 文件大小:6.58mb
    • 提供者:刘金鑫
  1. cg300-dx

    0下载:
  2. 大恒cg300的directshow驱动,支持4通道同时采集。-Daheng cg300 the directshow driver to support 4-channel simultaneous acquisition.
  3. 所属分类:DirextX

    • 发布日期:2017-03-26
    • 文件大小:120.73kb
    • 提供者:gaoyu
  1. DirectX---Screen-saver

    0下载:
  2. 用DX实现的3D旋转立方体半透明屏保,实现全频截图,alpha通道半透明特效,边缘反走样,全频抗锯齿特效等-DX-3D rotating cube to achieve a translucent screen savers, to achieve full-range shots, alpha channel semi-transparent effects, edge anti-aliasing, full-frequency effects such as anti-aliasing
  3. 所属分类:DirextX

    • 发布日期:2017-03-26
    • 文件大小:225.89kb
    • 提供者:guoxian
  1. lwplay

    0下载:
  2. BOOL LW_Play_InitDDraw(HWND hWnd) 说明:初始化DirecDraw表面 。不需要调用。 输入参数:hWnd 应用程序主窗口的句柄 2、 BOOL LW_Play_RealeseDDraw() 说明:释放directDraw表面。不需要调用 3、 BOOL LW_Play_OpenFile(LONG nPort,LPSTR sFileName) 说明:打开文件。 输入参数:nPort 通道号 sFileName文件名 输入参数:sF
  3. 所属分类:DirextX

    • 发布日期:2017-04-05
    • 文件大小:72.48kb
    • 提供者:
  1. directshow-ocx

    0下载:
  2. DirectShow声道分离切换FILTER+媒体播放控件+全中文C++源码-DirectShow channel separation switch FILTER media player controls Chinese C source code
  3. 所属分类:DirextX

    • 发布日期:2017-05-26
    • 文件大小:8.71mb
    • 提供者:风神子
  1. transparent-cube-vb-ib

    0下载:
  2. 通过vertex buffer和index buffer构建的立方体cube 开启了透明通道并留有纹理融合代码和接口端,可设置纹理的路径即可开启纹理融合 课堂作业,对于初学者是一个很好的学习directx 纹理 透明 和材质光源的一个示例程序-Open transparent channel through cube cube vertex buffer and index buffer built and left texture blending code and interface p
  3. 所属分类:DirextX

    • 发布日期:2017-11-07
    • 文件大小:1.03mb
    • 提供者:John
  1. BCB_directshow

    0下载:
  2. BCB中的 directshow多路视频采集-BCB in the multi-channel video capture directshow
  3. 所属分类:DirextX

    • 发布日期:2017-11-17
    • 文件大小:142kb
    • 提供者:
搜珍网 www.dssz.com