-
优秀论文(基于非线性的雷达目标识别中的若干问题…
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part3-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part3
- 2022-01-26 03:40:46下载
- 积分:1
-
Program for C++ & numerical programming
Program for C++ & numerical programming
- 2022-02-13 14:27:20下载
- 积分:1
-
After geting system infomation and running System.exe,you can finish different f...
获取系统信息 运行System.exe后,在弹出的窗体中,单击不同按钮完成不同功能。-After geting system infomation and running System.exe,you can finish different functions by click different buttons in pop-up form.
- 2022-03-24 10:18:52下载
- 积分:1
-
实现邮件的收发功能,可以对邮件进行管理,如添加联系人,删除等。...
实现邮件的收发功能,可以对邮件进行管理,如添加联系人,删除等。-it could receive mail ,send mail .and manage the mail.it could receive mail ,send mail .and manage the mail.
- 2022-03-07 08:47:29下载
- 积分:1
-
RPG游戏VC源程序,有兴趣的朋友请多多指教,
RPG游戏VC源程序,有兴趣的朋友请多多指教,-RPG Game VC Source Code. If you are interesting, please give me some suggestions, thanks!
- 2022-12-04 19:10: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
-
本程序用于列出当前所有进程的全路径名,然后输出
本程序用于列出当前所有进程的全路径名,然后输出-The procedures for all processes listed in the current full-path name, and then output
- 2022-12-28 06:35:03下载
- 积分:1
-
这是一个函数模板的题目,用的是函数模板解决简单的问题
这是一个函数模板的题目,用的是函数模板解决简单的问题-This is a function of template topics, using a template function to a simple question
- 2022-07-14 14:51:21下载
- 积分:1
-
I have written a program which calculates character frequency.
I have written a program which calculates character frequency.
- 2022-07-09 07:18:20下载
- 积分:1
-
c++调试手册!主要是一些调试方法和技巧的介绍!
c++调试手册!主要是一些调试方法和技巧的介绍!-c++ debugging manual! Mainly debugging methods and techniques for the introduction!
- 2022-01-31 16:01:47下载
- 积分:1