-
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
-
inside the ACM often contain high
这个程序里面包含ACM中常考的高精度算法的全部,非常有价值,算法比传统的要简单精炼-inside the ACM often contain high-precision test algorithm all, a very valuable, algorithm than the traditional simple refining
- 2022-08-10 10:35:01下载
- 积分:1
-
GDI+阴影与光辉效果,转自CODEPROJECT。NET
GDI+阴影与光辉效果,转自CODEPROJECT。NET-GDI+ Shadow and brilliant effect, carried CODEPROJECT. NET
- 2022-02-02 04:05:15下载
- 积分:1
-
一般的内涵编程系统(吉普赛)由三个模块化子
The General Intensional Programming System (GIPSY) consists in three modular sub-systems: The General Intensional Programming Language Compiler (GIPC) the General Eduction Engine (GEE), and the Intensional Run-time Programming Environment (RIPE).
- 2022-07-28 03:12:05下载
- 积分:1
-
MIPS five
MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念-MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.
- 2023-04-01 23:10:03下载
- 积分:1
-
COmtongxun jiandande diaoyong mscommkongjiantobngxun
COM通讯,简单的调用MSCOMM控件.错误之处还请见谅。-COmtongxun jiandande diaoyong mscommkongjiantobngxun
- 2022-03-21 08:45:56下载
- 积分:1
-
delphi环境下对word和excel的操作
delphi环境下对word和excel的操作-environment right word and excel operation
- 2022-01-27 14:40:36下载
- 积分:1
-
VC++调Matlab的简易程序,调出Matlab的figure图
VC++调Matlab的简易程序,调出Matlab的figure图-VC++ tune simple Matlab program, bring up Matlab" s figure diagram
- 2022-01-28 08:21:20下载
- 积分:1
-
SMART PHONE 2005 on sending E
SMART PHONE 2005中关于发送E-MAIL的使用例子源码, 可以使用此代码,向任何MAIL地址发送E-MAIL,需用VS2005BETA2进行编译。-SMART PHONE 2005 on sending E-MAIL examples of the use of source code, you can use this code to any MAIL Send E-MAIL, unless required VS2005BETA2 computer.
- 2022-09-04 12:30:02下载
- 积分:1
-
ICP
在pc端使用matlab处理点云数据的配准,代码详细,解释清楚,对初学者有很大的帮助,点云配准是三维重建工作中的重要环节,对该算法做详细的研究不仅可以提高配准的速度,还可以提高精度。详细学习该算法对学习点云数据有很大帮助。
- 2023-08-16 00:55:02下载
- 积分:1