-
vc6.0+opengl 实现三维点数据读取和显示功能
基于vc6.0平台,结合opengl开源代码实现了三维点数据读取和显示功能,同时实现三维地形实时动态显示,附有注释,非常适合初学者学习
- 2022-01-28 10:30:11下载
- 积分:1
-
关于计算机等级考试的详细情况以及考生报名、大纲教材、考试、成绩发放、证书获取...
关于计算机等级考试的详细情况以及考生报名、大纲教材、考试、成绩发放、证书获取-On the computer grading of examinations, as well as candidates for application in detail, the outline of teaching materials, examinations, issuing results and certificates to obtain
- 2022-02-02 02:58:28下载
- 积分:1
-
This is a 22 on the VC++ Language classic books, hope everyone can help!
这是22本关于VC++语言的经典图书,希望对大家能够有所帮助!-This is a 22 on the VC++ Language classic books, hope everyone can help!
- 2022-11-30 13:45:10下载
- 积分:1
-
The Stern
The Stern-Brocot Number System
The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m / n where
m and n are relatively prime.-The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m/n where
m and n are relatively prime.
- 2023-06-15 20:30:03下载
- 积分:1
-
print in c#
java编程语言中的银行家算法
- 2022-11-01 10:25:04下载
- 积分:1
-
这个样本是在华盛顿软件协会赢得的阶段发展的…
This sample was developed on stage at the Washington Software Association s WinSIG meeting on the ninth of September, 1996 using Visual C++ 4.2.
- 2022-06-14 04:45:35下载
- 积分:1
-
遍历进程和结束进程的几种常见方法,可以获取进程文件名!...
遍历进程和结束进程的几种常见方法,可以获取进程文件名!-Ergodic process and the end of the process of several common methods, the process can get the file name!
- 2022-01-27 12:48:04下载
- 积分:1
-
层次聚类分析
层次聚类就是通过对数据集按照某种方法进行层次分解,直到满足某种条件为止。按照分类原理的不同,可以分为凝聚和分裂两种方法,本程序通过VC代码模拟了层次聚类。
- 2022-07-21 16:45:15下载
- 积分:1
-
针对430单片机IO模拟I2C源程序,程序经过测试,使用工具为IAR
针对430单片机IO模拟I2C源程序,程序经过测试,使用工具为IAR-430 I2C
- 2022-10-19 05:55: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