-
学生信息管理系统
资源描述学生信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
- 2023-03-17 17:25:04下载
- 积分:1
-
Character Statistics Statistics txt file browser in the different number of lett...
字符统计器
统计txt文档里的不同字母和符号的个数并返回结果,结果包含字符个数及列出未出现的字符-Character Statistics Statistics txt file browser in the different number of letters and symbols and return results containing the number of characters and list of characters does not appear
- 2022-01-25 15:35:05下载
- 积分:1
-
Delphi7网络应用开发
Delphi7网络应用开发,详细的delphi网络开发介绍,并附属相关sample。帮助刚学delphi的同学更好滴学习delphi网络编程
- 2022-05-05 11:26:56下载
- 积分:1
-
经典的CimageList 操作实例.适用初学者
经典的CimageList 操作实例.适用初学者-The classic example of CimageList operation. For beginners
- 2022-03-15 21:16:08下载
- 积分:1
-
extenededgaya NMT的球员
ExtenededGaya for NMT Players
- 2022-03-16 18:29:37下载
- 积分: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
-
revised Delphi different versions of the control options, the choice is the main...
修改Delphi不同版本的控件选择方式,主要是选择控件栏太长时,不需点击,通过鼠标移动可实现-revised Delphi different versions of the control options, the choice is the main control column too long, not clicks, the mouse movement can be realized
- 2022-04-09 04:52:10下载
- 积分:1
-
下面是我编的用matlabe语言编的qpsk调制解调的程序
下面是我编的用matlabe语言编的qpsk调制解调的程序
-Below is Part I of the language used matlabe series keying modulation and demodulation proce
- 2023-05-17 13:50:03下载
- 积分:1
-
OutlookGUI
一个outlook风格的界面,用vc做的很漂亮适合对界面开发的人员-a outlook style UI realized by VC, it is very beautiful and suitable for people who are engaging in UI developing
- 2023-07-28 13:30:03下载
- 积分:1
-
BusinessSkinForm2.63(Delphi皮肤设计)
BusinessSkinForm2.63(Delphi皮肤设计)-BusinessSkinForm2.63 (Delphi skin design)
- 2022-01-25 17:00:08下载
- 积分:1