-
打开和创建一个WAV写句柄,
open and create one wav write handle,
write out wav file header to file.
update wav file header fields.
close wav write handle.-open and create one wav write handle, write out wav file header to file. wav fil update e header fields. close wav write handle.
- 2022-02-25 20:17:12下载
- 积分:1
-
一个播放MP3的类
一个播放MP3的类-a type of MP3 player
- 2022-03-14 09:19:02下载
- 积分:1
-
a good image process
一个很好的图像程序-a good image process
- 2023-03-09 15:30:04下载
- 积分:1
-
C Builder AVI player
C生成器AVI播放器
- 2022-02-03 08:18:08下载
- 积分:1
-
This is HTML and XML in conjunction with the preparation of a bid on the theme o...
这是用XML和HTML结合编写的一个关于申奥主题的网页-This is HTML and XML in conjunction with the preparation of a bid on the theme of the website
- 2022-02-01 11:26:10下载
- 积分:1
-
这是基于学习多媒体制作时所做的一些作品。注意请用Authorware软件打开。...
这是基于学习多媒体制作时所做的一些作品。注意请用Authorware软件打开。-This study is based on the multimedia production done some work. Attention please use Authorware software open.
- 2022-01-26 03:03:37下载
- 积分:1
-
本程序在窗口中显示绘制的5个茶壶图像则景深效果。 本程序是基于单文档的MFC应用程序,主要介绍如何使用accPerspective()函数和如何能够保持在焦点平...
本程序在窗口中显示绘制的5个茶壶图像则景深效果。 本程序是基于单文档的MFC应用程序,主要介绍如何使用accPerspective()函数和如何能够保持在焦点平面的同时抖动视图体等方向的内容。-the procedures in the window display was produced by five images were teapot depth of field effects. This procedure is based on the MFC single document applications, mainly how to use accPerspective () function and how to maintain the focus plane at the same time jitter View direction of the body, such as the contents.
- 2022-04-06 12:19:08下载
- 积分:1
-
网络视频聊天程序,服务端和客户端集成在一个程序中,内含源码,大家可下载学习。...
网络视频聊天程序,服务端和客户端集成在一个程序中,内含源码,大家可下载学习。
- 2023-04-23 04:35:03下载
- 积分:1
-
用Visual C++实现的中值滤波程序源码 已经通过测试。
用Visual C++实现的中值滤波程序源码 已经通过测试。 -Using Visual C++ implementation of median filter program source code has been tested.
- 2022-03-11 05:49:12下载
- 积分: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