-
qt实现的单位转换功能
一个简单的qt小程序,适合初学者,本功能实现多个单位的转换
- 2022-03-07 00:22:52下载
- 积分:1
-
humarn 资源管理器
人力资源管理系统、 考勤管理、 员工管理的用户管理模块
- 2022-03-24 15:36:39下载
- 积分:1
-
实现调用.exe文件,并能使其获得焦点,很好用的,大家
实现调用.exe文件,并能使其获得焦点,很好用的,大家-achieve. Exe file, and enable them to focus, the good, we try
- 2022-02-03 04:35:05下载
- 积分:1
-
调试工具,用来当程序弹出内存访问错误的对话框时查找具体的出错位置,具体用法见程序的帮助。...
调试工具,用来当程序弹出内存访问错误的对话框时查找具体的出错位置,具体用法见程序的帮助。-debugging tools, pop-up procedure used when memory access errors when the dialog box to search the wrong location specific, the specific procedures used to help see.
- 2022-04-13 17:06:43下载
- 积分:1
-
一些最常用的算法集合为文字模式。和更多的信息。
一些最为常用的算法集合,为word文本方式。并有较为详细的说明。-some of the most commonly used algorithm sets for word text mode. And a more detailed explanation.
- 2022-03-16 00:04:46下载
- 积分:1
-
VB进程间通讯演示附源代码 2002021801
VB进程间通讯演示附源代码 2002021801-VB inter-process communication demo source code 2002021801 :
- 2022-04-21 22:10:00下载
- 积分:1
-
转的一个单纯形源代码,基于C++边的,本人觉得比较不错,大家试试!...
转的一个单纯形源代码,基于C++边的,本人觉得比较不错,大家试试!-turn a simplex source code, based on the C side, I think quite good, we try!
- 2023-06-22 22:35:03下载
- 积分:1
-
我看数据结构后写的一个关于单链表的实现代码,功能还没完善,就构建了一个数据框架,如需要实现,请联系我...
我看数据结构后写的一个关于单链表的实现代码,功能还没完善,就构建了一个数据框架,如需要实现,请联系我-I see the data structure was made of a single linked list on the realization of code, functions No perfection and constructed a data framework, such as the need to achieve, please contact me! !
- 2023-07-11 00:55:03下载
- 积分:1
-
Image edge detection software, ready to work together to force a friend in China...
图像边缘检测软件,愿与广大朋友共同合作至力于中国的源代码开发事业-Image edge detection software, ready to work together to force a friend in China to develop the cause of the source code
- 2022-11-20 14:20:03下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1