CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - winmm文件

搜索资源列表

  1. 伸缩文本

    0下载:
  2. 调用库文件winmm.dll和gdi32实现启动窗口时的文字动画效果.点命令键退出.-called libraries winmm.dll gdi32 and achieve window at the start writing animation. Orders from key points.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.49kb
    • 提供者:cl
  1. wavefiles_src

    0下载:
  2. 在自己的工程中使用windows系统的WINMM.DLL播放wav文件-in their own projects using windows system WINMM.DLL broadcast wav documents
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:5.41kb
    • 提供者:lhwbrike
  1. game_timer

    0下载:
  2. 游戏时间引擎,要求vc6.0或vs.net,要有direct头文件包含一般做游戏的directx文件和windows文件,添加winmm.lib,很方便
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:高倩文
  1. winmm

    0下载:
  2. winmm.dll文件在windows平台运用,在编译C++时使用 -winmm.dll document windows platform in use in the use of C Compiler
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:26.13kb
    • 提供者:微风
  1. winmm

    1下载:
  2. 使用winmm注入拦截加载自己的DLL文件!-Loaded into the block using the winmm DLL file their own!
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-22
    • 文件大小:2.05mb
    • 提供者:Gocnboy
  1. Audio_Player__with_Winmm_src

    0下载:
  2. Audio Player with winmm C#调用winmm源码,通过系统接口播放制定音乐文件-Audio Player with winmm C# call winmm source, through the system interface to play music files on the development of
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:16.68kb
    • 提供者:realcee
  1. PlayAudioFileWithoutActiveXControls

    0下载:
  2. 不用ActiveX控件播放声音文件 Public Declare Function sndPlaySound Lib "winmm.dll" Alias _ "sndPlaySoundA" (ByVal lpszSoundName As String, _ ByVal uFlags As Long) As Long-Play Audio File Without ActiveX Controls
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-30
    • 文件大小:999byte
    • 提供者:ma
  1. Unit_Injection

    0下载:
  2. 使用winmm注入拦截加载自己的DLL文件-into the block using the winmm DLL file their own!
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1.29kb
    • 提供者:陈五笑
  1. code

    1下载:
  2. winmm.dll中的mciSendString方法录音C#代码 mciSendString是用来播放多媒体文件的API指令,可以播放MPEG,AVI,WAV,MP3,等等 该函数有四个参数: 第一个参数:要发送的命令字符串。字符串结构是:[命令][设备别名][命令参数]. 第二个参数:返回信息的缓冲区,为一指定了大小的字符串变量. 第三个参数:缓冲区的大小,就是字符变量的长度. 第四个参数:回调方式,一般设为零-the winmm.dll of the mc
  3. 所属分类:Modem program

    • 发布日期:2016-05-10
    • 文件大小:1kb
    • 提供者:
  1. VCPP-create-a-application-window

    0下载:
  2. VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。-VC++ language to create a common application window in orde
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:朱媛媛
  1. 使用C#语言

    0下载:
  2. 使用C#语言,VS2010环境开发,.NET2.0支持,的48键电子琴,支持鼠标+键盘同时操作,支持缩放窗口,支持自选MIDI音色,键盘热键只支持字母和数字,ZAQ1为由低到高四阶Do音(C),黑键无热键。单文件直接运行。   本来想用DirectMusic的,结果找来找去没有能看懂的资料,于是用了系统自带的WinMM.d-Using the C# language, VS2010 development environment,. NET2.0 support, 48-key keybo
  3. 所属分类:语音合成与识别

    • 发布日期:2017-04-05
    • 文件大小:317.1kb
    • 提供者:崔宏友
  1. DirectShow

    0下载:
  2. 從DirectX SDK 9.0b 單獨取出DirectXShow:安裝SDK後,可參考C:\DirectShow\Capture目錄下AMCap例子的設置,主要如下: 1、 project->setting,在c++選項卡,分類->Preprocess附加包含路徑 C:\DirectShow\BaseClasses。 2、 link選項卡,分類->general對像/庫模塊: C:\DirectShow\BaseClasses\Debug_Unicode\
  3. 所属分类:Video Capture

    • 发布日期:2017-06-09
    • 文件大小:15.41mb
    • 提供者:黃聖雄
  1. game_timer

    0下载:
  2. 游戏时间引擎,要求vc6.0或vs.net,要有direct头文件包含一般做游戏的directx文件和windows文件,添加winmm.lib,很方便-Game time engine, request vc6.0 or vs.net, must direct the first file contains the general make the game directx files and windows files, add winmm.lib, very convenient
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:1.4kb
    • 提供者:lycanbene
  1. SoundRecord

    0下载:
  2. C#利用api实现录音,通过调用CMOM组件进行录音文件的回放。使用winmm.dll中API函数实现。-C# use api achieve recording, playback audio file by calling the COM component. Use winmm.dll the API functions.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:209.12kb
    • 提供者:wang xin gang
  1. WinMM

    0下载:
  2. winmm文件是一个很不错的,有部分VS2013是没有winmm库文件的(he winmm file is a good one, and some of the VS2013 is not a winmm library file)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:6kb
    • 提供者:滴答痕迹
搜珍网 www.dssz.com