-
十字图形库 lgi
LGI的主要目的是抽象掉的区别操作系统的,并提供一个洽的API,应用程序可以针对。作为一个次要目标图书馆应该努力做到小巧,易于分布,无腹胀出下载的应用程序。也API被设计成尽可能的简单的程序员使用,而不对各种平台牺牲功能支持。该库不旨在被应用程序之间共享因为在API和对象大小太大变化到值得一共享库的方法。在未来,这可能会,如果改变的兼容性可以得到改善。
- 2022-05-24 01:57:34下载
- 积分:1
-
List控件:List控件与相关的事件处理程序。
List控件:List控件与相关的事件处理程序。-Control List : List controls and related procedures for handling the incident.
- 2022-03-21 18:37:13下载
- 积分:1
-
In the demo project, I create a simple graph with four series of data. It demons...
In the demo project, I create a simple graph with four series of data. It demonstrates different options of marker, such as shapes, colors, etc. When the cursor hits a marker, the background data value will be displayed by tool tip. Some API functions, such as CRgn::PtInRegion(), in HitTest() work best in device coordinates. It may be a good practice to convert the test-point into device coordinates. In the demo, I create one marker for each data series. If you want to use different marker option within one data series, you have to create one marker for each data point.
- 2022-01-20 22:34:40下载
- 积分: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
-
bral.fastreport.v3.09.professional.d4
Bral.FastReport.v3.09.Professional.D4-7-9.C4-6.FS-SSG
- 2022-02-01 13:14:26下载
- 积分:1
-
分割窗口,非常漂亮的界面,朋友们,快点下啊!加油给分吧!...
分割窗口,非常漂亮的界面,朋友们,快点下啊!加油给分吧!-Split window, very beautiful interface, friends, hurry up and under the ah! Come on to the sub it!
- 2022-05-08 11:26:47下载
- 积分:1
-
Text forge is a menu based text editor written completely in C. the program uses...
Text forge is a menu based text editor written completely in C. the program uses linked list to store the contents of the file. this program also uses VDU memory to display the contents of the file.
- 2022-05-30 14:09:30下载
- 积分:1
-
C#登陆界面
资源描述
用一些技巧实现的效果,实际上就是一些贴图,资源也打包了。这做成的是一个dll,自己可以写一个界面调用一下试试
- 2023-05-11 09:15:03下载
- 积分:1
-
定制分割条:这是一个可以实现定制分割条功能的程序
定制分割条:这是一个可以实现定制分割条功能的程序-Custom Segmentation : this can be achieved is a division of the Custom function of procedures
- 2022-04-23 09:37:12下载
- 积分:1
-
c#做的一个xp_2K下的门禁代码,比如是机房管理系统,需要用户以及密码才能登陆进系统的门槛。学习交流!...
c#做的一个xp_2K下的门禁代码,比如是机房管理系统,需要用户以及密码才能登陆进系统的门槛。学习交流!-do a xp_2K under the doors code, for example, is the engine room management system, requiring the user and password to log into the system threshold. Study exchanges!
- 2022-01-28 02:32:26下载
- 积分:1