-
the recording procedures, and to preserve the cease broadcasting capabilities th...
本程序具有录音,停止并保存,播放等功能,通过此程序可以自由地录制自己所需要的各种语音等.-the recording procedures, and to preserve the cease broadcasting capabilities through this program to be free to record their various needs such as voice.
- 2022-02-06 11:37:26下载
- 积分:1
-
WinCE 上实现大头贴的基本功能,可以实现大头贴大小自动适应。...
WinCE 上实现大头贴的基本功能,可以实现大头贴大小自动适应。-WinCE still photos to achieve the basic functions can be achieved automatically adapt to the size of still photos.
- 2022-10-21 10:50:04下载
- 积分:1
-
一个JAVA做的音频播放器,能够播放MID格式的音频文件,能够控制音乐的流量和声音的大小...
一个JAVA做的音频播放器,能够播放MID格式的音频文件,能够控制音乐的流量和声音的大小- JAVA does the audio frequency player, can broadcast the MID
form the audio frequency document, can control the music the current
capacity and the sound size
- 2022-03-10 23:17:29下载
- 积分:1
-
MFC线程控制
资源描述
创建线程
1、创建线程 AfxBeginThread();
2、线程函数 typedef UINT(AFX_CDECL *AFX_THREADPPOC)(LPVOID);
线程控制
1、暂停
2、继续
3、终止
说明
1、主线程一般用来做界面响应
2、线程函数声明(.h)
//线程函数声明
UINT DemoA(LPVOID pParam);//线程函数需设成全局的,不能写在类下(类下要做成静态函数)
UINT DemoB(LPVOID pParam);
UINT DemoC(LPVOID pParam);
3、线程函数定义(.cpp)
CWinThread* g_pThreadA;
BOOL g_bRunningA;//记录线程是否运行
//线程函数定义
UINT DemoA(LPVOID pParam)
{
for (int m = 1; m m_pMainWnd->m_hWnd,IDC_OUTPUT2, m,false);
Sleep(1000);
}
g_bRunningA = false;
g_pThreadA = NULL;
return 0;
}
UINT DemoB(LPVOID pParam)
{
for (int n = 1; n m_pMainWnd->m_hWnd, I
- 2023-05-28 17:40:24下载
- 积分:1
-
用 QT 写的一个跨平台的图片浏览软件。
学习QT的可以参考下。...
用 QT 写的一个跨平台的图片浏览软件。
学习QT的可以参考下。 -Written using QT, a cross-platform image browser software. QT-learning can refer to the next.
- 2022-02-15 02:32:09下载
- 积分:1
-
学生信息管理 学生信息管
学生信息管理 学生信息管 -Student Information Student Information Management tube
- 2022-01-26 04:54:22下载
- 积分:1
-
颜色平滑改变的进度条
颜色平滑改变的进度条-The progress bar which changs its color smoothly
- 2022-03-21 10:39:41下载
- 积分:1
-
MDI例子
MDI例子-MDI example
- 2022-03-26 15:27:42下载
- 积分:1
-
interface development, belonging to extract immediate, Oral detailed description...
界面开发,属于即时提取,口头详细描述;使用简单,使用方便。
- 2022-03-03 01:07:31下载
- 积分:1
-
如何创建程序的快捷方式! 可以参考这个例子
如何创建程序的快捷方式! 可以参考这个例子-procedures on how to create a shortcut! This can refer to examples
- 2023-08-05 11:40:03下载
- 积分:1