-
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助- About the character string match algorithm, already passed
through the translation, hoped had to you helps
- 2022-03-20 01:30:15下载
- 积分: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
-
这个函数能够实现在界面上显示一幅正弦曲线图
这个函数能够实现在界面上显示一幅正弦曲线图-Implementation of this function at the interface can display up Sine curve
- 2022-03-12 10:31:10下载
- 积分:1
-
本程序是实现经典游戏贪吃蛇的源码,可以帮助读者了解游戏的制作原理。...
本程序是实现经典游戏贪吃蛇的源码,可以帮助读者了解游戏的制作原理。-This procedure is to achieve the classic Snake game source code, can help readers to understand the principles of game production.
- 2022-01-26 05:41:42下载
- 积分:1
-
shared data access procedures and procedures for reading and writing
共享数据访问程序和读写程序-shared data access procedures and procedures for reading and writing
- 2023-03-25 17:55:03下载
- 积分:1
-
gprs开发使用程序,wince上的gprs应用程序。使用串口通信来控制gprs模块。源程序还包含pdu编码和解码示例及详细说明...
gprs开发使用程序,wince上的gprs应用程序。使用串口通信来控制gprs模块。源程序还包含pdu编码和解码示例及详细说明-gprs development procedures, wince on gprs applications. Serial communication to control the use of gprs module. Source also includes examples of PDU encoding and decoding and a detailed description
- 2022-02-05 05:52:38下载
- 积分:1
-
深入浅出介绍VC6.0相关的编程内幕和技巧,为广大同行提供便利...
深入浅出介绍VC6.0相关的编程内幕和技巧,为广大同行提供便利-VC6.0 easy introduction of insider-related programming and techniques for the large number of peers to facilitate the
- 2022-03-10 14:48:28下载
- 积分:1
-
基于vc++编程,作用是当用户点击窗口的关闭按钮“X”时候,弹出消息框,可用于初学者学习。...
基于vc++编程,作用是当用户点击窗口的关闭按钮“X”时候,弹出消息框,可用于初学者学习。-Based on vc++ programming, the role of the window when the user clicks the close button " X" when the pop-up message box that can be used for beginners to learn.
- 2023-08-11 03:35:04下载
- 积分:1
-
这个小程序是算法设计与分析方面的,求解背包问题,用的是递归设用的方法,本程序不是本人做的,朋友做的,可以拿来参考一下,不要抄袭,本人尊重版权朋友....
这个小程序是算法设计与分析方面的,求解背包问题,用的是递归设用的方法,本程序不是本人做的,朋友做的,可以拿来参考一下,不要抄袭,本人尊重版权朋友.-this is a small program algorithm design and analysis, problem solving backpack, it was established with the recursive method, the procedure is not my doing, friends do, can be used for reference, not plagiarism, I respect copyright friends.
- 2022-11-14 14:25:03下载
- 积分:1
-
a game application!
五子棋小程序!不是很完美哦!可以看看哦!-a game application!
- 2022-07-16 02:47:24下载
- 积分:1