-
VC编写的选择一副.bmp图像并计算出其图像尺寸的程序!比较简单适合于初学者学习!...
VC编写的选择一副.bmp图像并计算出其图像尺寸的程序!比较简单适合于初学者学习!-VC prepared to choose one. Bmp image and calculate the image size of the program! Relatively simple suitable for beginners to learn!
- 2022-06-26 01:52:43下载
- 积分:1
-
c语言编写的图形时钟,界面比较简单,但是可以修改!
c语言编写的图形时钟,界面比较简单,但是可以修改!-c language graphics clock, the interface is relatively simple, but can be amended!
- 2023-04-14 01:25:03下载
- 积分:1
-
用vc++环境开发图形界面程序
用vc++环境开发图形界面程序-vc environment with a graphical interface development proce
- 2022-01-25 14:51:02下载
- 积分:1
-
谱聚类算法
用matlab编写的界面文件,能够使用传统谱聚类完成图像分割,时间序列数据处理等,包含完全邻接图,k邻接图,相互k邻接图等分割算法等
- 2022-07-07 15:56:09下载
- 积分:1
-
csharp写的文本编辑器,可以实现类似于WORD的一些功能,很实用的一个东西...
csharp写的文本编辑器,可以实现类似于WORD的一些功能,很实用的一个东西 -CSharp write a text editor, can be achieved similar to some of the features of WORD, a very practical things
- 2022-05-05 14:19:59下载
- 积分:1
-
该系统实现了一个对话框界面,里面有资源的文件夹里面的文件夹里面的…
本系统实现了对话框界面随着资源res文件夹里面的bmp位图文件来改变,并且可以随意移动对话框的位置,还包含如果背景色是绿色可以透明显示!-the system to achieve a dialog interface with the resources res folder inside bmp bitmap file to change, which also allows the location of mobile dialog also include if the background color is transparent green can show!
- 2022-06-14 09:37:34下载
- 积分:1
-
涂料应用在C++中使用的图形库编码。H
application PAINT coded in c++ using library graphics.h
- 2022-08-25 17:20:13下载
- 积分:1
-
一个JAVA做的浏览器,能够通过INTERNET网看到各种网页,和APPLET...
一个JAVA做的浏览器,能够通过INTERNET网看到各种网页,和APPLET- JAVA does the browser, can see each kind of homepage through
the INTERNET net, with APPLET
- 2022-07-24 03:24:02下载
- 积分: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
-
几个VB自绘菜单例子
几个VB自绘菜单例子,有顶级菜单,有弹出式菜单
- 2022-02-01 05:10:46下载
- 积分:1