-
delphi简单录音机
本实例的任务是实现一个录音小程序,这个程序可以用MIC把声音录制下来存储成WAVE文件。
- 2022-05-26 20:49:52下载
- 积分:1
-
显示柱壮图的控件(ActiveX, dll)
显示柱壮图的控件(ActiveX, dll)-the control of displaying bar graph
- 2022-05-27 03:44:33下载
- 积分:1
-
首先,我试着尽可能的注释代码来节省你的痛苦…
First off, I tried to comment the code as much as possible to save you the pains I went through. These programs are pretty simple and are meant for demonstration purposes. As always, you should not put them into a production environment without full testing first! 首先,我试着尽可能多的解释这些代码来让你少走一些我走过的弯路。这些程序相当简单并且适合作范例。按照惯例,你不应该没有全面地测试就把他们置于开发环境中! 来源: http://www.codeguru.com/advancedui/ProcessMB.htm-First off, I tried to comment the code as much as possible to
save you the pains I went through. These programs are pretty simple
and are meant for demonstration purposes. As always, you should not
put them into a production environment without full testing first!
First, I am trying the tortuous path which many explanations these
codes asks you little to leave as far as possible some I to pass
through. These procedures are quite simple and the suitable
cooperation model. According to the convention, you should not not
comprehensively test on set them in the development environment!
Origin:
- 2023-01-26 07:30:04下载
- 积分: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
-
Delphi7网络应用开发
Delphi7网络应用开发,详细的delphi网络开发介绍,并附属相关sample。帮助刚学delphi的同学更好滴学习delphi网络编程
- 2022-05-05 11:26:56下载
- 积分:1
-
原来很好看的界面是这样做出来的啊.
原来很好看的界面是这样做出来的啊.-good look at the original interface is done in ah.
- 2022-05-24 09:16:48下载
- 积分:1
-
类似于工控里面的开关按纽,可用于工控组态
类似于工控里面的开关按纽,可用于工控组态-similar to the Control button inside the switch can be used to control configuration
- 2022-08-25 08:10:51下载
- 积分:1
-
西风网站登陆v2.1
资源描述简介:
使用ASPEMail密码查询自动回复,88*31Logo登陆,自设密码,网站登陆后可自行资料修改。
- 2022-11-17 20:45:08下载
- 积分:1
-
a non
一个非模式对话框的例子,鼠标在主窗口点击的坐标被非模式对话框接受并用列表显示,同时主窗口用十字显示被点击的点,可以通过删除非模式对话框的一列来删除主窗口的点.-a non-modeless dialog example, a mouse click on the main window of the coordinates were not accepted and modeless dialog with the list, while the main window Cross revealed that the use of the click, can delete the non-modeless dialog a window to remove the main point.
- 2023-05-30 03:15:03下载
- 积分:1
-
SerialTest
应用背景SerialTest是一个很好用的串口调试器,也是可以帮助C#编程学习的好例程。关键技术串口测试功能:波特率,串口,停止位,数据位,奇偶校验。进行发送读取-Serial port baud rate, serial port, test function: stop bit, data bits, parity.To send read
- 2022-01-31 07:12:20下载
- 积分:1