-
计算器
// calc-ui-model/Calc.java -- Fred Swartz// Level : Intermediate.// Structure : Three files: main, GUI (subclass of JFrame), logic.// Components: JButton, JTextField (right justified).// Containers: JFrame, several JPanels.// Layouts : BorderLayout to put the other panels together.// Two GridLayout panels for the buttons.// Listeners : One ActionListener which is shared by all// numeric key buttons. Similarly share// an ActionListener for all operator buttons.//
- 2022-10-18 16:20:03下载
- 积分:1
-
标签选项卡来实现动态效果,做景观美化界面
实现TAB选项卡动态特效,去除了tab静态界面,做界面美化-TAB tab to achieve dynamic effects, to do landscaping Interface
- 2022-11-05 00:10:03下载
- 积分:1
-
Student performance management system, using vc++. Net prepared. MFC dialog
学生成绩管理系统,用vc++.net编写的.基于对话框的MFC编程.包括教师设置,学生注册,学生登录,家长查询,学生查询等.-Student performance management system, using vc++. Net prepared. MFC dialog-based programming. Including teachers settings, student registration, students log on, parents query, student inquiries.
- 2022-05-26 04:25:43下载
- 积分:1
-
用vc制作动画进度条的程序
用vc制作动画进度条的程序-vc with the progress of the animation production process
- 2022-02-15 01:02:32下载
- 积分:1
-
DataGrid控件用法详解
DataGrid控件用法详解-DataGrid Control Usage Hi
- 2022-04-09 20:42:50下载
- 积分:1
-
打牌游戏类小程序,通过输入不同的牌子数,就会随机出牌的,可根据个人的爱好控制其发牌的多少哦,可好玩的...
打牌游戏类小程序,通过输入不同的牌子数,就会随机出牌的,可根据个人的爱好控制其发牌的多少哦,可好玩的-dominoes game category process, through the importation of several different brands, will be out randomly, under the personal control of their love of the number of licensing Oh, the fun.
- 2023-01-24 08:45:03下载
- 积分:1
-
这代码是将Tab Ctrl添加到浮动窗口。
这代码是将Tab Ctrl添加到浮动窗口。-This code is added to the Tab Ctrl floating window.
- 2023-07-21 10:05:03下载
- 积分:1
-
类似VC里的spy++程序使用鼠标指定窗口的控件
类似VC里的spy++程序使用鼠标指定窗口的控件-The control of specifying the window as the spy++ in VC
- 2022-01-23 10:13:33下载
- 积分: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
-
实现了上回说到的多功能文本框之后,接下去的任务就是做一个表情符号选择器:CIconPicker。...
实现了上回说到的多功能文本框之后,接下去的任务就是做一个表情符号选择器:CIconPicker。-achieved on the back said multifunctional text box, the next task is to do a symbolic expression choice : CIconPicker.
- 2022-01-28 08:37:03下载
- 积分:1