-
图像处理
matlab 实现的全景图像拼接,希望对大家能有所帮助
(matlab implementation of the panoramic image mosaic, we want to hel
- 2022-01-25 23:21:33下载
- 积分:1
-
SPLAY的模板,方便大家使用,可以直接粘贴使用
SPLAY的模板,方便大家使用,可以直接粘贴使用-SPLAY template to facilitate the use of paste can be directly used
- 2022-05-21 23:40:46下载
- 积分: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
-
这是一个最小堆的模板实现,遗憾的是没有使用模板特化,否则使用起来会更方便,这个实现似乎还有些问题,在析构的时候会出现错误,但是我没有找到原因,很是郁闷。没什么好...
这是一个最小堆的模板实现,遗憾的是没有使用模板特化,否则使用起来会更方便,这个实现似乎还有些问题,在析构的时候会出现错误,但是我没有找到原因,很是郁闷。没什么好说的,代码跟书上的没什么两样-This is a template to achieve the minimum heap, unfortunately, do not use template specialization, or else will be more convenient to use, this achievement seems to be some problems in the destructor when an error, but I did not find reason, was very depressed . There" s really nothing, the code is no different with the book" s
- 2022-03-17 14:56:37下载
- 积分:1
-
VB邮件服务器源码,可供有同样需求的朋友参考
VB邮件服务器源码,可供有同样需求的朋友参考-VB source mail server for the needs of our friends have the same reference
- 2022-05-15 14:27:00下载
- 积分:1
-
压缩管理软件代码
压缩管理软件代码-compression management software code
- 2022-06-29 22:12:08下载
- 积分:1
-
Visual Basic 6.0应用编程150例vb,这是一个很好的例子教程!请大家不要错过哦!...
Visual Basic 6.0应用编程150例vb,这是一个很好的例子教程!请大家不要错过哦!-Visual Basic 6.0 application programming 150 cases of vb, which is a good example of tutorial! Please do not miss Oh!
- 2022-12-15 01:45:04下载
- 积分:1
-
利用剪切板在windows应用程序之间传递和交换数据!
利用剪切板在windows应用程序之间传递和交换数据!-use in windows applications between transmission and exchange of data!
- 2023-03-14 00:40:04下载
- 积分:1
-
特殊的浏览文件夹
特殊的浏览文件夹-Browse a special folder
- 2023-03-29 13:10:03下载
- 积分:1
-
监测指定目录中的文件/目录的改变 !
监测指定目录中的文件/目录的改变 !-monitoring designated directories of file/directory!
- 2023-08-29 05:50:03下载
- 积分:1