-
radio controller through infra red
radio controller through infra red
- 2022-02-03 13:16:40下载
- 积分:1
-
说明了如何使用PlaySound函数来播放WAVE声音文件,并且将WAVE文件嵌入到可执行文件中。...
说明了如何使用PlaySound函数来播放WAVE声音文件,并且将WAVE文件嵌入到可执行文件中。-illustrate how to use function PlaySound players WAVE audio files, and documents will be embedded into WAVE executable file.
- 2023-05-07 11:45:02下载
- 积分:1
-
一个实现几个位图文件的拼合的代码,实现了图像的合成,用了位图的函数变换。...
一个实现几个位图文件的拼合的代码,实现了图像的合成,用了位图的函数变换。-achieve a few bitmap file of piecing together the code, the images synthesis, using a bitmap function transform.
- 2022-01-26 00:59:55下载
- 积分:1
-
the procedures of one of the most simple, based on the DirectX MFC : CBasicApp (...
本程序介绍了一个最简单的、基于MFC的DirectX程序: CBasicApp (派生于 CWinApp) CBasicWnd (创建主窗口,派生于CWnd) CGame (DirectX通用类,包括 DirectDraw, DirectInput, DirectSound)-the procedures of one of the most simple, based on the DirectX MFC : CBasicApp (derived from CWinApp) CBasicWnd (founded main window, derived from CWnd) CGame (DirectX generic categories, including DirectDraw, DirectInput, DirectSound)
- 2022-02-28 22:48:17下载
- 积分:1
-
The source code is to achieve mp3 playback procedure. For the development and MP...
该源代码是实现mp3播放功能的程序。对于要开发与MP3相关联的产品的开发人员来说,是很有用的参考。-The source code is to achieve mp3 playback procedure. For the development and MP3 associated product development staff, it is very useful for reference.
- 2022-02-12 14:07:31下载
- 积分:1
-
基于VFW API的视频会议系统实现的源代码
基于VFW API的视频会议系统实现的源代码-VFW API-based video conferencing systems realize the source code
- 2022-07-14 23:27:41下载
- 积分:1
-
1) the preparation of DFT Functions (calculated and drawn amplitude
1)编写DFT子函数(计算并画出幅频特性),以后可调用。
2)N=32,M=32,128,256时,分析频率分辨率、频谱的光滑程度。
3)N=64,256,512时,分析频率分辨率和频谱的光滑程度。
-1) the preparation of DFT Functions (calculated and drawn amplitude-frequency characteristics), the future can be called. 2) N = 32, M = 32,128,256, the analysis of the frequency resolution, the degree of smooth spectrum. 3) N = 64,256,512, the analysis of the frequency spectrum resolution and the degree of smoothness.
- 2022-03-14 08:42:48下载
- 积分:1
-
音频回放的源代码
音频回放的源代码-audio playback source code
- 2022-08-15 16:15:26下载
- 积分:1
-
一款通过建立WAV格式文件后在利用TMediaPlay录音的软件,录音在当前目录建立tmp.wav文件。...
一款通过建立WAV格式文件后在利用TMediaPlay录音的软件,录音在当前目录建立tmp.wav文件。-through the establishment of new WAV format documents using TMediaPlay recording software, sound recordings in the current directory establish tmp.wav document.
- 2022-07-14 17:55:42下载
- 积分:1
-
利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的
利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)。Label1用来表示歌曲当前时间;label2放在时度条的最左边,Caption属性为"00:00";lable3放在时度条的右边,用来表示歌曲总长。 下面就可以编写代码了。首先在窗体的"通用声明"部分声明函数-The use of API function [mciSendString] easily play MP3 music files
- 2022-02-09 17:10:38下载
- 积分:1