-
用户只要按提示输入存款数量、存款日期及存款类型就可得到利息值及
总额。该程序要求人机界面友好,在窗口下给出输入提示,当输入有误时提示重
输入...
用户只要按提示输入存款数量、存款日期及存款类型就可得到利息值及
总额。该程序要求人机界面友好,在窗口下给出输入提示,当输入有误时提示重
输入或退出。可循环计算任意次
-users are prompted to input the number of deposits, deposit dates and types of deposits will be of interest and value of the total. The procedural requirements of friendly interface, the window is given input prompts when the input is in error suggested re-importation or withdrawal. Calculations can be recycled random
- 2022-01-25 16:59:55下载
- 积分:1
-
一个简单的可用于FromView和Dialog的按分辨率自动调整控件位置、大小的例子代码...
一个简单的可用于FromView和Dialog的按分辨率自动调整控件位置、大小的例子代码-a simple FromView and can be used by the Dialog resolution automatically adjust controls location the size of the code examples
- 2022-03-23 12:07:23下载
- 积分:1
-
一个很有用的学生成绩管理系统,很小很使用,请大家下
一个很有用的学生成绩管理系统,很小很使用,请大家下-A useful student achievement management system is the use of small, please, under U.S.
- 2022-03-20 19:58:13下载
- 积分: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
-
使用wxWidget的界面编程例子代码,很有参考价值!
使用wxWidget的界面编程例子代码,很有参考价值!-Use programming interface wxWidget example code, very useful!
- 2022-02-01 12:05:30下载
- 积分:1
-
调色板MFC
用MFC的基本对话框创建的调色板,对话框或滚动条输入三原色的值(0~255)。在picture控件可以显示调好的颜色。该代码当做查看颜色的工具使用,也可以用来学习picture控件和滚动条等控件的使用。
- 2023-05-02 15:25:05下载
- 积分:1
-
currently the best interface to enhance controls, the biggest feature is not to...
目前最好的界面增强控件,最大的特点就是不用改变现在的程序,只要把此控件加如程序就可以自动完成。-currently the best interface to enhance controls, the biggest feature is not to change the existing procedure, as long as this increases as control procedures can be done automatically.
- 2022-01-26 01:36:39下载
- 积分:1
-
我用TURBO C2.0编写的一个汉诺塔游戏
我用TURBO C2.0编写的一个汉诺塔游戏-prepared by a C2.0 HANOR game
- 2022-06-30 21:14:43下载
- 积分:1
-
这是我找的java原代码,大家一起分享哦.
这是我找的java原代码,大家一起分享哦.-I find this is the java source code, we share oh.
- 2023-07-27 13:50:03下载
- 积分:1
-
E语言下写的 更改屏幕分辨率、刷新率 模块+源码
希望对你有用...
E语言下写的 更改屏幕分辨率、刷新率 模块+源码
希望对你有用-E under the written language to change the screen resolution, refresh rate module+ source code you want to be useful
- 2023-07-16 08:25:03下载
- 积分:1