-
一个简单的注册表编辑程序
一个简单的注册表编辑程序-a simple registry editor
- 2022-08-21 04:33:59下载
- 积分:1
-
二叉树的所有非递归算法
此程序包含了所有二叉树的非递归算法算法,前序、中序、后续。并附有大量的注释,有助于你对二叉树的理解
- 2022-09-18 21:25:04下载
- 积分:1
-
T6963C drives built
内置T6963C驱动器的LCD显示模块Cx51应用程序-T6963C drives built-in LCD display module inverter applications
- 2022-02-09 21:34:43下载
- 积分:1
-
用JAVA做的聊天软件,有安装程序和源代码
用JAVA做的聊天软件,有安装程序和源代码-do with Java chat software, installation procedures and source code
- 2022-02-03 15:11:07下载
- 积分:1
-
vc++开发的flash播放器能够实现一部分功能
vc++开发的flash播放器能够实现一部分功能-vc++ developed flash player can be realized as part of the functional
- 2022-04-21 16:55:03下载
- 积分:1
-
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览...
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use a paintbrush (color, line width, linear). How procedures for adding options menu and the option to set up the dialog box, use the standard color dialog, how to use the Font dialog box, the dialog box options to achieve preview function. Implementation Options dialog window and type of data exchange. How to change the dialog and control the background color, how to change the text color control, the right button controls special treatment. How in the window shows a bitmap.
- 2022-02-21 21:15:06下载
- 积分:1
-
Springer 08 年的新书Matrix Algebra
Theory, Computations, and Applications
in Sta...
Springer 08 年的新书Matrix Algebra
Theory, Computations, and Applications
in Statistics,适用于多个学科-Springer 08-year book Matrix AlgebraTheory, Computations, and Applicationsin Statistics, applies to a number of disciplines
- 2022-02-21 11:06:41下载
- 积分:1
-
图像边缘检测与提取,轮廓跟踪算法代码
图象的边沿检测与提取,轮廓跟踪算法代码-image edge detection and extraction, contour tracking algorithm code
- 2022-05-28 13:55:35下载
- 积分:1
-
一本讲解关于C的基本函数属性的比较好的电子书,希望大家看了会觉得有用。,另外感谢上传者,辛苦了...
一本讲解关于C的基本函数属性的比较好的电子书,希望大家看了会觉得有用。,另外感谢上传者,辛苦了-One explain the basic functions on the properties of C, better e-books, hope that readers will find useful. In addition thanks From, it is tough
- 2022-03-16 05:27:28下载
- 积分: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