-
实现MCAR关联分类规则的挖掘过程,一种数据挖掘算法挖掘规则的过程。希望对大家有帮助...
实现MCAR关联分类规则的挖掘过程,一种数据挖掘算法挖掘规则的过程。希望对大家有帮助-a method of mining class association rules
- 2023-03-21 00:15:03下载
- 积分:1
-
个人日历记事程序,用wxWidgets编写。
个人日历记事程序,用wxWidgets编写。-Personal calendar Notepad procedures, prepared by wxWidgets.
- 2022-03-18 11:50:57下载
- 积分: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
-
该程序首先创建一个链表,然后对其进行插入排序
该程序首先创建一个链表,然后对其进行插入排序-The program first creates a linked list, and then their Insertion Sort
- 2022-09-12 12:15:03下载
- 积分:1
-
数据库开发 应用于库存管理信息系统适应于windows 程序设计
数据库开发 应用于库存管理信息系统适应于windows 程序设计-database develop, applicate to stock management information system ,subject to windows program design.
- 2023-02-19 04:00:03下载
- 积分:1
-
这是一个学习DLL编程的非常好的例子,非常经典,强烈建议好好学习...
这是一个学习DLL编程的非常好的例子,非常经典,强烈建议好好学习-This is a DLL program to learn a very good example, very classic, is strongly recommended that learn
- 2022-05-13 22:12:33下载
- 积分:1
-
MRULESS shows a way to strip the empty "Recent Files" item off the "File" menu w...
MRULESS shows a way to strip the empty "Recent Files" item off the "File" menu when there are no entries in the MRU.
- 2022-03-10 09:39:46下载
- 积分:1
-
一个极其简单的c语言实现的通讯录。希望对大家学习有帮助。...
一个极其简单的c语言实现的通讯录。希望对大家学习有帮助。-an extremely simple c language directories. We hope to help learning.
- 2022-03-23 19:23:54下载
- 积分:1
-
CashCode relevant code can be made dll, lib, easy call
cashcode的相关代码,可做成dll,lib,方便调用-CashCode relevant code can be made dll, lib, easy call
- 2023-03-30 09:25:03下载
- 积分:1
-
Windows下用VB程序实现CPU占用率查看的工作。
Windows下用VB程序实现CPU占用率查看的工作。-Windows Programming with VB CPU utilization rate of access to the work.
- 2022-02-14 17:43:54下载
- 积分:1