-
鲍鱼游戏
这在 c + + 中的源代码是鲍鱼游戏的执行,它扮演本身在 QT 设计器应用程序中使用一个计时器。
- 2022-01-24 17:02:11下载
- 积分:1
-
本系统利用vc实现双机通信,利用计算机的串行接口实现文字及文件的传输,是一个不错的程序...
本系统利用vc实现双机通信,利用计算机的串行接口实现文字及文件的传输,是一个不错的程序-vc use of the system to achieve double-machine communications, using computer serial interface language and document transmission, it is a good procedure
- 2022-07-16 03:40:34下载
- 积分:1
-
ftp 媒体共享和管理
文件传输协议 (FTP) 是用来将文件从一台主机到另一台主机传输通过基于 TCP 的网络,如 Internet.FTP 建立在一个客户机-服务器体系结构和使用单独的控制和数据连接客户端和服务器之间的标准网络协议。[1] FTP 用户可以进行自己使用的明确 textsign 在协议,通常在窗体的用户名和密码,身份验证,但可以进行匿名连接,如果服务器被配置为允许它。隐藏的安全传输 (加密) 的用户名和密码,并加密内容,FTP 与 SSL/TLS ("FTPS") 通常受保护.SSH 文件传输协议 ("SFTP"),而有时也采用但技术不同。
- 2022-11-28 00:10:03下载
- 积分:1
-
sliderLib 显示相关sliderLib的库文件
sliderLib 显示相关sliderLib的库文件-sliderLib display relevant sliderLib the library file
- 2023-05-23 23:55:02下载
- 积分:1
-
WPF 实现圆形进度条
项目中用到圆形进度条,首先就想到使用 ProgressBar 扩展一个,在博客园里找到 迷途的小榔头 给出的思路和部分代码,自己加以实现。在此感谢 迷途的小榔头! 进度小于60显示红色,大于60则显示绿色。效果如下:
- 2022-02-11 17:28:00下载
- 积分: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
-
学习LinkList。自己做了几个测试方法。
用LinkList来模拟栈和序列...
学习LinkList。自己做了几个测试方法。
用LinkList来模拟栈和序列-Learning LinkList
- 2022-05-06 17:17:19下载
- 积分:1
-
on segmentation Operator Operator inverse pixel Gaussian operator of Image Proce...
关于sobel算子 逆sobel算子 高斯算子等图像处理算子 和大家共享,谢谢1-on segmentation Operator Operator inverse pixel Gaussian operator of Image Processing Operator and share Thank you, a
- 2022-03-13 13:12:25下载
- 积分:1
-
很多时候,你想在你定制对话框显示的颜色。也许是单向的…
Quite often, you want to customize the colors shown in your dialogs. Maybe a unique, original look is required (and you don t want to go all the way into skinning) perhaps a red background seems suitable for critical error messages if you ve developed a complex dialog, parts of which serve as drop targets, you might want to emphasize those: or, in a form with required fields, you might want a different color for them. -Quite often, you want to customize the colors shown in your dialogs. Maybe a unique, original look is required (and you don t want to go all the way into skinning) perhaps a red background seems suitable for critical error messages if you ve developed a complex dialog, parts of which serve as drop targets, you might want to emphasize those: or, in a form with required fields, you might want a different color for them.
- 2022-04-19 03:05:04下载
- 积分:1
-
vc++的基本对话框的编程,完成的只是基本对话框, 在上可以加具体的代码以完成具体的功能...
vc++的基本对话框的编程,完成的只是基本对话框, 在上可以加具体的代码以完成具体的功能-vc the basic dialog programming and completed only basic dialog, can increase the specific code to perform specific functions
- 2022-01-25 16:34:20下载
- 积分:1