-
人臉辨識 C#
应用背景
使用Emgu.CV 元件進行開發人臉辨識,藉由WebCAM辨識人臉資料,用以驗證人臉辨識之可行性
关键技术使用C#開發,藉由WebCAM進行人臉擷取,應用Emgu.CV元件進行辨識
- 2022-02-01 19:39:18下载
- 积分: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
-
procedures with the greedy algorithm to solve 0
该程序用贪心算法来求解0-1背包问题 采用贪婪准则:每次选择p/w最大的物品放入背包。-procedures with the greedy algorithm to solve 0-1 knapsack problem using greed criteria : Each choice p/w largest goods Add backpack.
- 2022-05-19 21:23:22下载
- 积分:1
-
VC++ 高级编程技术
VC++ 高级编程技术-开发实例剖析一书中的源代码,适合矢量绘图开发者学习-"vc++ advanced programming method-exploit examples introduce" the code for this book,fit for the vector plot learner to study
- 2023-03-16 12:50:03下载
- 积分:1
-
MFC界面的人事管理系统源码
简洁实用
MFC界面的人事管理系统源码
简洁实用-MFC
- 2022-04-14 15:39:45下载
- 积分:1
-
KEA128 UART
飞思卡尔单片机 KEA128 UART 串口调试程序,包括初始化程序,接收及发送程序,CODEWARROIR,可直接调试
简单实用,可直接调试
- 2022-05-13 15:10:39下载
- 积分:1
-
自编的多线程查找文件源码,另外还具有常用网站收录,管理,分类功能...
自编的多线程查找文件源码,另外还具有常用网站收录,管理,分类功能-Written and directed the multi-threaded source Find documents also included with a common site, management, classification of functional
- 2022-04-22 01:44:46下载
- 积分:1
-
tdk651xPC机校表程序
根据651xPC机校表算法.V102进行校表
tdk651xPC机校表程序
根据651xPC机校表算法.V102进行校表-tdk651xPC Table procedures for school-based school 651xPC table algorithm. Ariane conducting school Table
- 2023-06-13 18:20:09下载
- 积分:1
-
Atmel sensor指纹识别lib库,公司花好多钱买到的,可以参考前面的PDF文档开发自己的手机指纹识别程序...
Atmel sensor指纹识别lib库,公司花好多钱买到的,可以参考前面的PDF文档开发自己的手机指纹识别程序-Atmel sensor fingerprint identification lib library, the company spent a lot of money to buy. can reference the PDF document in front of the development of its own cell phone fingerprint identification procedures
- 2022-04-07 05:20:26下载
- 积分:1
-
本软件是从事一线教学的大学教师根据C/C++初学者的特点量身打造的一个简单易用的 C/C++学习与实验软件,现在已全面支持最新操作系统VISTA,它是从事一线教...
本软件是从事一线教学的大学教师根据C/C++初学者的特点量身打造的一个简单易用的 C/C++学习与实验软件,现在已全面支持最新操作系统VISTA,它是从事一线教学的大学教师根据C/C++ 初学者的特点,量身定制的一个简单易用的 C/C++程序设计学习与实验软件(支持TC2/TC3、GCC、VC6四种编译器,没有使用日期限制)-This software is to engage in front-line teaching of university teachers in accordance with C/C++ beginners and the characteristics of a simple, tailored-to-use C/C++ to learn and experiment software, now fully supports the latest operating system, VISTA, it is engaged in front-line teaching in the University of teachers in accordance with C/C++ beginners and the characteristics of a customized easy-to-use C/C++ program design study and experimental software (support TC2/TC3, GCC, VC6 four compiler, there is no restrictions on the use of date)
- 2022-07-23 14:26:15下载
- 积分:1