-
获取对方ip,应该不错哦,已经调试通过了
获取对方ip,应该不错哦,已经调试通过了-Access to the other ip, should be good Oh, have adopted the debugger
- 2022-04-01 01:21:34下载
- 积分:1
-
8 皇后之谜 AI
八皇后问题是在 8 × 8 的棋盘上放置八国际象棋皇后,所以,没有两个皇后威胁到对方的问题。因此,一种解决方案要求没有两个皇后共享相同的行、 列或对角线。这场比赛是作为赋值 AI 开发的。
- 2022-07-14 13:21:42下载
- 积分:1
-
This console application shows how to bake resources into console applications....
This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the image resources directly. The sample uses an ofstream and a stdio FILE to write the bytes of the resource out to new files.
- 2022-03-12 16:14:46下载
- 积分:1
-
这是一个遍历指定文件夹下所有目录、文件,并且计算指定文件夹占用空间大小的c++例子。...
这是一个遍历指定文件夹下所有目录、文件,并且计算指定文件夹占用空间大小的c++例子。-This is a designated folder traversal of all directories, documents, and calculating the space designated folder size c++ Example.
- 2023-05-09 07:40:03下载
- 积分: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
-
基于DSP的MPEG解码程序源代码,可以对MPEG进行解码
基于DSP的MPEG解码程序源代码,可以对MPEG进行解码-Mpeg decoding source code with DSP.
- 2022-09-25 08:15:03下载
- 积分:1
-
基于opencv的视频背景分离(vs2010平台)
基于opencv开源计算机视频库对视频进行解析处理,并将其背景分离。本设计使用vs2010作为开发平台,使用C++语言进行程序的编写。
- 2023-03-22 15:10:07下载
- 积分:1
-
FIR串并架构,可以看看哦!很有用处的!
FIR串并架构,可以看看哦!很有用处的!-FIR string and structure that can take a look at Oh! Useful!
- 2022-01-28 12:57:51下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
SncSoft货币编辑控件V1.1货币编辑控件
SncSoft货币编辑控件V1.1货币编辑控件-SncSoft currency Edit Control V1.1 currency Edit Control
- 2022-01-26 01:21:30下载
- 积分:1