-
MFC的IOCP的例子,详细介绍了如何使用和使用技巧~~~~~~~~~~~~
MFC IOCP的例子,详细介绍如何使用及使用技巧等-MFC IOCP example, details on how to use and the use of techniques ~~~~~~~~~~~~
- 2022-04-12 12:22:29下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
时间加速工具,一个起始时间,一个结束时间,间隔时间,跳变时间。...
时间加速工具,一个起始时间,一个结束时间,间隔时间,跳变时间。-Time to speed up the tool, a starting time, an end time, interval time, the time hopping.
- 2022-10-08 19:40:03下载
- 积分:1
-
钟表
钟表-A demo shows how to program a clock.
- 2022-10-11 19:10:04下载
- 积分:1
-
佳能OCX源码,炮cdsdk 7.3,佳能相机的开发工具包。没有…
佳能OCX源代码,Cannon CDSDK 7.3,Cannon 相机开发包. 尚未经过经过测试。-Canon OCX source code, Cannon CDSDK 7.3, Cannon Camera Development Kit. Has not been tested.
- 2023-01-20 11:55:04下载
- 积分:1
-
控制led发光的程序以及数码管发光的程序
控制led发光的程序以及数码管发光的程序-Control led digital tube light emitting procedures and procedures for light-emitting
- 2022-10-01 13:50:03下载
- 积分:1
-
这种评估需要三的拍卖的核心创作班…
This assessment requires the creation of three of the core classes of the auction project. Class Date, class Advertisement, and class Client are three of the fundamental classes in the system.
- 2022-02-03 00:59:18下载
- 积分:1
-
Program about Zigzag number of video processing.
在视频处理中经常要用到Zigzag序号及其逆序号,请使用-Program about Zigzag number of video processing.
- 2023-06-21 01:05:03下载
- 积分:1
-
汇编语言的示例,学习的好东东,要下的快了。
汇编语言的示例,学习的好东东,要下的快了。-Examples of assembly language, learning a good Dongdong, it is necessary to fast.
- 2022-02-06 09:17:38下载
- 积分:1
-
C,MFC源代码iteratordemo
C++、MFC源代码IteratorDemo-C, MFC source code IteratorDemo
- 2023-09-04 06:20:03下载
- 积分:1