-
播放音乐的程序
看了网上的代码
自己写的哦
播放音乐的程序
看了网上的代码
自己写的哦-Play music online reading program code written in their own Oh
- 2023-02-18 10:05:03下载
- 积分:1
-
This is a multimedia spiht algorithm encoding and decoding process, compressed d...
这是一个多媒体spiht算法的编码与解码程序,压缩文件里有附带注释-This is a multimedia spiht algorithm encoding and decoding process, compressed document is incidental Notes
- 2022-02-11 15:31:49下载
- 积分:1
-
额外和IDCT学习额外的反算法源的四种不同类型…
4种不同的dct和idct算法源程序,对于学习dct和idct变换很有帮助-four different types of Extra and IDCT algorithm source for learning Extra transform helpful and IDCT
- 2023-07-29 17:10:04下载
- 积分:1
-
声音相关,可调节声音的代码,主要用一些API函数实现
声音相关,可调节声音的代码,主要用一些API函数实现-Sound-related, adjustable sound code, the main use some API function implementation
- 2022-03-18 09:31:07下载
- 积分:1
-
Visual Basic 录音、放音组件、支持编码。
Visual Basic 录音、放音组件、支持编码。-Visual Basic recording, playback components, to support coding.
- 2022-01-21 06:30:13下载
- 积分:1
-
一个播放WAV文件的程序
一个播放WAV文件的程序-a player WAV files procedures
- 2023-08-12 21:30:02下载
- 积分:1
-
C++写的基于MFC的MP3播放器(具有重复,随机播放,列表选择的功能,界面进行美化)
// HHT Player.cpp : Defines the class behaviors for the application.//#include "stdafx.h"#include "HHT Player.h"#include "HHT PlayerDlg.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CHHTPlayerAppBEGIN_MESSAGE_MAP(CHHTPlayerApp, CWinApp)//{{AFX_MSG_MAP(CHHTPlayerApp)// NOTE - the ClassWizard will add and remove mapping macros here.// DO NOT EDIT what you see in these blocks of generated code!//}}AFX_MSGON_COMMAND(ID_HELP, CWinApp::OnHelp)END_MESSAGE_MAP()/////////////////////////////////////////////////////////////////////////////// CHHTPlayerApp constructionCHHTPlayerApp::CHHTPlayerApp(){// TODO: add construction
- 2022-01-20 22:41:55下载
- 积分:1
-
本播放器运用了高层音频服务媒体控制接口MCI,支持WAV,MID,MP3,VCD,AVI,CD,MPEG等全部WINDOWS支持的文件格式...
本播放器运用了高层音频服务媒体控制接口MCI,支持WAV,MID,MP3,VCD,AVI,CD,MPEG等全部WINDOWS支持的文件格式-the players use a high-level audio media control interface MCI, support WAV, MID, MP3, VCD, AVI, CD, MPEG support all Windows file formats
- 2022-03-17 18:43:31下载
- 积分: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
-
使用双缓冲机制(Double buffering)来解决屏幕的闪烁现象
使用双缓冲机制(Double buffering)来解决屏幕的闪烁现象-use double buffering mechanism (Double buffering) to resolve the scintillation screen phenomenon
- 2023-08-01 15:05:04下载
- 积分:1