Welcome![Sign In][Sign Up]
Location:
Search - PLAYSOUND

Search list

[GUI Develop21-40

Description: vc灵感编程范例源代码 21 在窗口标题栏上显示文字的两种方法 22 控制窗口最大最小尺寸 23 隐藏或显示桌面图标 24 重新设置桌面 25 闪烁的标题栏 26 旋转字体 27 MyDialog 28 在任务栏上显示图标 29 MySplashWnd 30 PlaySound 31 SoundCardDetect 32 DriveNumber 33 图象旋转 34 将固定大小的位图在窗口平铺 35 打开关闭光驱门 36 使按钮变灰 37 位图按钮 38 改变按钮字体 39 带颜色的静态文本控件 40 MyButton-vc inspiration source code programming examples in 21 Biaodilanshang window display text of the two methods most 22 control window large minimum size of 23 or hidden Show Desktop icon 24 reconfigured desktop 25 flashing title bar font rotation 26 27 MyDialog 28 in the task bar icon displayed on the 29 MySplashWnd 30 PlaySo 32 und 31 SoundCardDetect image rotation DriveNumber 33 3 4 fixed size of the bitmap in the window of a flat bed 35 closed drive to open the door so that the button greyed 36 37 38 buttons to change plans Font button 39 with the color static text control 40 MyButton
Platform: | Size: 1824768 | Author: yiyizi | Hits:

[CSharpPlaySound

Description: 《播放声音(DX》 C#中“使用 DirectX 播放声音文件”-"to play a sound (DX" C# "use DirectX play audio files"
Platform: | Size: 8192 | Author: 谈进 | Hits:

[Multimedia DevelopS14L

Description: 说明了如何使用PlaySound函数来播放WAVE声音文件,并且将WAVE文件嵌入到可执行文件中。-illustrate how to use function PlaySound players WAVE audio files, and documents will be embedded into WAVE executable file.
Platform: | Size: 160768 | Author: 覃韦岭 | Hits:

[midi programplay_midi

Description: 在资源中播放midi文件。从资源中导入midi然后用playsound()进行播放。-resources broadcast midi paper. From the resources into the midi then playsound () broadcast.
Platform: | Size: 24576 | Author: steavenku | Hits:

[Multimedia DevelopPlaySoundDemo

Description: playsound的具体用法,比较有用,也是从网上下的。-playsound specific usage, more useful, as well as from the Internet.
Platform: | Size: 36864 | Author: 李源 | Hits:

[Multimedia programPlaySound

Description: 一个满不错的播放器 用到恐件的地方很少有一定的学习价值
Platform: | Size: 706560 | Author: 王华 | Hits:

[mpeg mp3playsound

Description: 在网上下载的mp3播放器VC++源代码,酷似千千静听,皮肤skin很好看,希望能够对大家有用,-Downloading the mp3 player VC++ Source code, similar to thousands of listening, skin skin look good, I hope everyone can be useful,
Platform: | Size: 16384 | Author: 高振刚 | Hits:

[3D GraphicPlaySound

Description: 声音播放器可以播放各种声音媒体文件 声音播放器可以播放各种声音媒体文件声音播放器可以播放各种声音媒体文件-Sound player can play all kinds of voices the voice of media files player that can play media files of various voices sound player can play all kinds of sound media files
Platform: | Size: 12288 | Author: 钟声 | Hits:

[DirextXPlaySound

Description: 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,"IDW","WAVE") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC) FreeResource(hg) return 0 -From the resource document, loading voice, pictures, etc., and to play a sound, or show HINSTANCE h = AfxGetInstanceHandle () HRSRC hr = FindResource (h, IDW , WAVE ) HGLOBAL hg = LoadResource (h, hr) LPSTR lp = (LPSTR) LockResource (hg) sndPlaySound (lp, SND_MEMORY | SND_ASYNC) FreeResource (hg) return 0
Platform: | Size: 309248 | Author: Joey | Hits:

[Linux-Unixplaysound

Description: 一个linux 播放PCM数据程序,源码经过测试-A PCM data playback linux procedures, source code has been tested
Platform: | Size: 3072 | Author: liulixiang | Hits:

[GUI DevelopPlaySound

Description: 该程序主要介绍了如何在单文档中播出系统自带的一些声音文件-The program describes how the main document in a single broadcast system comes with a number of sound files
Platform: | Size: 17408 | Author: 王晓林 | Hits:

[Multimedia programPlaySound

Description: 声音识别的小程序,供大家学习和参考,下载来看看吧!-Small voice recognition procedures for everyone to study and reference, download来看看吧!
Platform: | Size: 236544 | Author: apple | Hits:

[Windows MobilePlayfile

Description: 在windows mobile平台上,使用waveAPI來播音樂。跟使用playsound() API不同的是,這個例子可以修改audio stream的secondary gain class.-In the windows mobile platform, the use of waveAPI to broadcast music. With the use of playsound () API is different, this example can be modified audio stream of the secondary gain class.
Platform: | Size: 1024 | Author: 劉智星 | Hits:

[Linux-Unixplaysound

Description: Linux播放wav音频! 程序只提供框架,可以运行-Wav audio player Linux! Only provide a framework, you can run
Platform: | Size: 1024 | Author: liutao6982 | Hits:

[mpeg mp3playsound

Description: 一个用VC++写的音频播放器,能播放多种音频格式,如MP3,WAV,AVI等-One with VC to write the audio player that can play multiple audio formats such as MP3, WAV, AVI, etc.
Platform: | Size: 1977344 | Author: weixingji | Hits:

[Multimedia Developplaysound

Description: 在windows下以同步或非同步方式播放音讯文件的范例源码,很易懂的。-In the windows under the synchronous or non-sync audio broadcast of the sample source files, it is understandable.
Platform: | Size: 621568 | Author: mim | Hits:

[Windows DevelopPlayResWaveTest

Description: 使用PlaySound播放小尺寸WAVE音频资源的正确调用方法。很多人,特别是初学者很容易在停止播放调用中出错。-Use api "PlaySound "to play wave format resource sound. It very easy case error when stop . dkweh
Platform: | Size: 117760 | Author: 叶木公 | Hits:

[Windows Developplaysound

Description: 播放声音的小程序 播放声音的小程序-Small program to play a sound to play a sound small program to play a sound small program
Platform: | Size: 8733696 | Author: cd | Hits:

[Multimedia Developwav

Description: 播放wav音频文件源代码及说明文件,编译器为mfc,使用的函数为PlaySound-Wav audio file to play the source code and documentation, the compiler for the mfc, for the PlaySound function used
Platform: | Size: 3636224 | Author: 杨旭 | Hits:

[OS programPlaySound

Description: 本程序是使用c++ builder开发工具调试的,是使用资源的例子,经本人调试成功,供c++ builder初学者学习使用-This procedure is to use c++ builder to develop tools for debugging, is the example of the use of resources, the success of my debugging, c++ builder for beginners learning to use
Platform: | Size: 494592 | Author: lgq | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net