-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-Please read them carefully before you write the document package to their specific functions (at least 20 words). Try not to let the station master at the time you spend on the amendment note. Package should not have a password when extracting
- 2022-01-26 00:17:09下载
- 积分:1
-
Allows you to play the Nokia 7110 s famous game
允许您玩诺基亚7110的著名游戏
- 2022-03-21 14:23:42下载
- 积分:1
-
旅游线路程序实现旅游线路的查询获得最佳的旅游线路
旅游线路程序实现旅游线路的查询获得最佳的旅游线路
- 2022-09-09 09:45:03下载
- 积分:1
-
OCR识别基础入门
该程序主要实现机器视觉识别中的OCR识别应用——手动在画板上画出一个数字,然后能够自动识别出数字来。代码包含六个文件:preprocessing.cpp,basicOCR.cpp,main.cpp,basicOCR.h,preprocessing.h。主要进行前期图片处理,然后归一化,分类,训练,测试识别等。然后还有一个文件夹内包含测试和训练所需字符图片,总共10类,每类100张图片,每类中前50张用于训练后50张用于测试。
- 2022-11-11 18:40:03下载
- 积分:1
-
多尺度谱图分割
基于多尺度的ncut规范化谱聚类图割方法 可用作数据聚类和图像分割效果很好
- 2022-06-27 04:49:27下载
- 积分:1
-
to Vc++ development platform, realizing windows were classic producer_consumer_p...
以Vc++为开发平台,实现windows中经典问题producer_consumer_problem的简单运行,运行界面为dos-to Vc++ development platform, realizing windows were classic producer_consumer_problem simple operation, run interface to dos
- 2022-07-20 04:48:49下载
- 积分: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
-
无线强度扫描
通过C#来检测当前连接的无线信号强度,文件中包含调用例子,和类文件的源代码及生成程序,可以直接调用使用
- 2022-03-05 21:09:04下载
- 积分:1
-
对于小摄像头的驱动有几种方法,通过使用DirectShow来驱动摄像头灵活性比较好,有简单的方法也有比较复杂但更有效的方法,本文只介绍简单方法,希望与大家交流!...
对于小摄像头的驱动有几种方法,通过使用DirectShow来驱动摄像头灵活性比较好,有简单的方法也有比较复杂但更有效的方法,本文只介绍简单方法,希望与大家交流!-small camera is driven by several methods, using DirectShow to drive the camera better flexibility, a simple way to a more complex but more effective method, only introduced simple, in the hope of sharing with you!
- 2022-12-08 00:35:03下载
- 积分:1
-
Wind the film version of professional v3.7 Sql open
乘风电影v3.7 Sql版
专业的开的-Wind the film version of professional v3.7 Sql open
- 2022-02-21 07:04:33下载
- 积分:1