-
二进制文件操作示例源代码
二进制文件操作示例源代码-binary file manipulation example source code
- 2022-05-14 07:18:51下载
- 积分: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
-
本书深入介绍了C++语言的来源发展及编程中的改进。必定对C++有进一步的认识。...
本书深入介绍了C++语言的来源发展及编程中的改进。必定对C++有进一步的认识。-This book gave an insight into the source of C++ language development and programming improvements. C++ will definitely have further understanding.
- 2023-04-17 21:30:02下载
- 积分:1
-
This program executes a very precise test to determining if the user input is a...
This program executes a very precise test to determining if the user input is a number.
- 2023-06-03 07:05:03下载
- 积分:1
-
在.NET环境中windows提供的TreeView控件在节点级别超过三级时就容易发生错误。而RadTreeView具有很强大的功能,甚至可以实现节点的直接拖放...
在.NET环境中windows提供的TreeView控件在节点级别超过三级时就容易发生错误。而RadTreeView具有很强大的功能,甚至可以实现节点的直接拖放。-In. NET environment to provide windows of the TreeView control node level in more than three hours on the error-prone. RadTreeView and have a very strong function, or even the realization of the direct drag and drop nodes.
- 2022-05-25 16:52:22下载
- 积分:1
-
键盘钩子,记录键盘信息,并保存到系统文件中, 只供学习!
键盘钩子,记录键盘信息,并保存到系统文件中, 只供学习!- the hook of KeyBoard. it can record information which keyBoard Input
- 2023-06-26 01:50:03下载
- 积分:1
-
个人导航网页源码
- 2022-09-29 11:55:03下载
- 积分:1
-
java制作的计算器,能实现加减乘除功能的简单能。
java制作的计算器,能实现加减乘除功能的简单能。-produced by the calculator, able to function in the arithmetic can be simple.
- 2022-07-11 10:33:54下载
- 积分:1
-
at the school for a teaching model factory for the teaching model control system...
这是本人在校期间为一家教学模型厂做的教学模型控制系统,VC6开发,能在演示视频的同时利用串口对模型进行同步控制,并可任意切换。系统运行需微软串口控件MSCOMM32.OCX,MediaPlay9.0-at the school for a teaching model factory for the teaching model control systems, VC6 development, in the demonstration video using the model for serial synchronous control and can arbitrarily switch. Microsoft operating system required Serial Control MSCOMM32.OCX, MediaPlay9.0
- 2022-07-02 15:56:03下载
- 积分:1
-
windows中的编程及使用,是一本很不错的电子图书,值得一看
windows中的编程及使用,是一本很不错的电子图书,值得一看-windows in the programming and use, is a very good e-books, worth a visit
- 2023-05-22 10:30:05下载
- 积分:1