-
目录选择对话框。
目录选择对话框。-Contents dialog.
- 2022-02-02 07:37:05下载
- 积分:1
-
WPF摄影系统完整例子按钮、浏览、菜单、样式
基于C# WPF 编写的摄影系统UI Demo,包含透明窗口 , 背景贴图及特效,Button 三态, ListItem的使用 。
- 2023-01-05 22:40:05下载
- 积分:1
-
VC编写的3D文字绘图程序,很有用的哦!
VC编写的3D文字绘图程序,很有用的哦!-VC prepared 3D text graphics program, very useful Oh!
- 2022-02-02 18:28:04下载
- 积分:1
-
图型处理代码,对位图的拉申.对位图像素的操作.
图型处理代码,对位图的拉申.对位图像素的操作.-map-handling code, the right bitmap Rafah Shen. Right bitmap pixels operation.
- 2022-05-17 23:43:51下载
- 积分:1
-
手写识别
项目根据鼠标移动处理手写识别。本项目采用AForge.NET可重用的组件
- 2023-03-12 01:30:04下载
- 积分:1
-
A class that provides simple color manipulation in RGB and HLS space
A class that provides simple color manipulation in RGB and HLS space
- 2022-07-04 22:08:28下载
- 积分: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
-
功能简单说明
1)任意单元格融合,真融合与假融合;
2)列对齐(左、中、右),行对齐(上、中、下)
3)自动换行,多行表头
3)Flat,Gri...
功能简单说明
1)任意单元格融合,真融合与假融合;
2)列对齐(左、中、右),行对齐(上、中、下)
3)自动换行,多行表头
3)Flat,Grid3d,Lower 显示效果
4)标题排序(左键升序,右键降序),图标提示排序方向,支持大数据排序,速度非常非常快!
5)自动列宽,单列列宽
6)报表输出:打印机设置、表头、次表头、页脚、次页脚,字体、颜色、融合、对齐、列显示、打印预览、直接打印
7)导出:xls csv rtf txt html db dbf,大数据量支持,速度非常快;
- 1 2 3 Flat,Grid3d,Lower 4 the title sort (ascending Left, Right descending), the ranking icon suggested direction, and support the sequencing data, the speed is very, very fast! 5) automatically out wide, six separate column width) Statement output : Printer configuration, the first table, the table the first time, footnotes, sub-footers, fonts, colors, integration, alignment, out shows, print preview, print 7) Export : Excel csv rtf txt html db dbf, data support, very fast;
- 2023-04-07 06:50:04下载
- 积分:1
-
最好用的vc++ socket multicast application
vc++ socket multicast application,实现 SOCKET TCP 异步传输
- 2022-11-04 19:30:03下载
- 积分:1
-
s3c2440下移植ucgui实例
该程序由本人亲测可以成功的在2440的开发板上运行,感觉还不错而且还可以实用可视化工具来进行界面设计实在是太给力了,就好比qt,虽然没有qt那样强大,但它的可移植性是qt无法实现的。
- 2022-09-09 22:30:39下载
- 积分:1