-
基于opencv和mfc的人脸识别
能够实时的人脸跟踪,检测,识别,基于MFC界面,封装的程序与OPENCV计算机视觉库,可以直接运行。
- 2023-01-29 00:40:12下载
- 积分:1
-
this is the c++ source code for snake and ladder game
this the c++ source code for snake and ladder game-this is the c++ source code for snake and ladder game
- 2022-02-01 19:45:48下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?回溯-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Back
- 2023-03-01 07:20:02下载
- 积分:1
-
位图处理的典型源程序,很好用的。
位图处理的典型源程序,很好用的。-bitmap source of the typical good use.
- 2022-01-26 01:25:19下载
- 积分:1
-
此程序演示一个完整的图形及交互式的应用程序运行它还可以绘制出不同的可在屏幕上进行移动的图形...
此程序演示一个完整的图形及交互式的应用程序运行它还可以绘制出不同的可在屏幕上进行移动的图形-this procedure demonstrated a complete graphics and interactive application procedures can also map out the different screen screen for mobile graphics
- 2023-09-02 06:20:03下载
- 积分:1
-
采用IO模拟I2C
该代码是基于STM107VCT6,I2C采用IO模拟的方式访问EEPROM的例程。由于网上经常出现使用STM的硬件I2C,总是会出现问题,这个代码中是采用IO模拟的方式
- 2022-02-21 18:57:06下载
- 积分:1
-
一个简单高效的循环缓冲区的管理代码,与平台无关,可以方便在各种场合使用。...
一个简单高效的循环缓冲区的管理代码,与平台无关,可以方便在各种场合使用。-A simple and efficient management of the cycle of the buffer zone code, and platform-independent, it will be convenient to use on various occasions.
- 2022-03-25 17:00:48下载
- 积分:1
-
类似金山词霸的ListCtrl控件的完整源代码,推荐啊
类似金山词霸的ListCtrl控件的完整源代码,推荐啊-similar free email ListCtrl control of the integrity of the source code, recommended ah
- 2022-10-16 03:40:03下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
主要介绍ASP的结构,对于初学者而言不识为一本好书。
主要介绍ASP的结构,对于初学者而言不识为一本好书。-Describe the struct of ASP.NET, it a good reference for beginner of ASP.
- 2022-01-25 18:09:03下载
- 积分:1