-
串口数据隔离 串口数据隔离 串口数据隔离
串口数据隔离 串口数据隔离 串口数据隔离-Isolation of Serial Data Serial Data Serial Data isolation isolation isolation of Serial Data Serial Data isolation
- 2022-05-21 19:17:32下载
- 积分: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
-
Very beautiful and very useful code for a pop
很漂亮也很实用的弹出框代码。
在弹出框中加入tree效果最佳
-Very beautiful and very useful code for a pop-up box
- 2022-03-17 06:16:21下载
- 积分:1
-
a small example of modifying the memory
一个内存修改的小例子,-a small example of modifying the memory
- 2022-02-01 07:26:52下载
- 积分:1
-
一个简单的计算器程序,可供程序初学者学习使用。
一个简单的计算器程序,可供程序初学者学习使用。-A simple calculator program available for beginners learning to use program.
- 2023-07-03 10:25:03下载
- 积分:1
-
本程序为初学vc ++提供的学习资料
本程序为初学vc ++提供的学习资料-procedures for the beginner vc providing learning materials
- 2023-06-24 17:55:02下载
- 积分:1
-
树形控件和列表控件相结合的新程序,其中包括列表框和组合框形成的新列表框...
树形控件和列表控件相结合的新程序,其中包括列表框和组合框形成的新列表框-Tree controls and list controls a combination of new procedures, including the list boxes and combo boxes to form a new list box
- 2022-10-03 22:00:04下载
- 积分:1
-
对程序的进程进行选择关闭的软件 模仿windows的任务管理器功能,关闭一些进程,关闭计算机!...
对程序的进程进行选择关闭的软件 模仿windows的任务管理器功能,关闭一些进程,关闭计算机!-This software can simulate the windows manager to shut down selected programs or progresses,even shut down the computer.
- 2023-04-19 18:20:03下载
- 积分:1
-
text editor (2), relying on information mechanism is different from MFC and WINA...
文本编辑器(2),自建消息机制,不同于MFC和WINAPI,是上次上传的继续-text editor (2), relying on information mechanism is different from MFC and WINAPI is uploaded to the last
- 2022-08-13 10:56:40下载
- 积分:1
-
把程序的图标最小化并添加到系统任务栏
把程序的图标最小化并添加到系统任务栏-procedures to minimize the icon and added to the system task bar
- 2022-08-11 05:22:50下载
- 积分:1