-
八皇后问题的C++实现,在VC++下开发,测试通过可以运行
八皇后问题的C++实现,在VC++下开发,测试通过可以运行-8 Queen" s problem of C++ to achieve, in the VC++ under development, the test can run
- 2022-04-23 00:06:52下载
- 积分: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
-
Is a simple version of the banking system, in order to submit the written work,...
是一个简易版的银行系统,是为了提交作业而写出来的,-Is a simple version of the banking system, in order to submit the written work, and
- 2023-03-05 09:10:03下载
- 积分:1
-
server for simcom modules.use this for communication
server for simcom modules.use this for communication
- 2022-03-23 23:02:30下载
- 积分:1
-
登录页
登录页
- 2022-03-25 20:45:41下载
- 积分:1
-
Serial Communication com ponents, as well as address a client. Included STD, thr...
本程序是串口通信的com组件,并且符有客户机.包含STD ,线程池 ,多线程通信,com错误报告.一个串口有三个通信线程.可打开任意多个串口.目前正在为系统服务,完全可靠-Serial Communication com ponents, as well as address a client. Included STD, thread pool, Multithreading communications, com error report. a serial communications are three threads. to open arbitrary serial number. the current system is for services, fully reliable
- 2022-09-28 09:05:03下载
- 积分:1
-
cuda compute unified device architecture histogram code
cuda compute unified device architecture histogram code
- 2022-02-20 23:05:40下载
- 积分:1
-
这是一个计算器,里面具有的功能有四则运算,还有其他的功能!~...
这是一个计算器,里面具有的功能有四则运算,还有其他的功能!~-This is a calculator, which has the function has four computing, there are other features! ~
- 2022-07-07 16:51:19下载
- 积分:1
-
这是Excel文件,准备计算每年的能源生产…
this the excel file which is prepared to calculate the annual energy production of a wind turbine by using the weibull probability density distribution.
Note: the power informatioı n of the turbine and the annual wind mean speed of the land is required.-this is the excel file which is prepared to calculate the annual energy production of a wind turbine by using the weibull probability density distribution.
Note: the power informatioı n of the turbine and the annual wind mean speed of the land is required.
- 2022-05-27 00:38:08下载
- 积分:1
-
Using ASP.NET+ C# to do a simple verification code function is used to study the...
用ASP.NET + C#做的一个简单的验证码功能,主要是用来学习验证码的实现。-Using ASP.NET+ C# to do a simple verification code function is used to study the realization of the code.
- 2022-04-19 07:37:51下载
- 积分:1