-
用ATL COM组件的示例程序完成
用ATL完成com组件的示例程序-with ATL completed com Component Sample program
- 2022-02-02 18:45:03下载
- 积分:1
-
web
web - cam. source code. VB 6.0-web- cam. source code. VB 6.0
- 2022-02-28 15:26:34下载
- 积分:1
-
一个简单的游戏,有源代码提供,里面是一个飘动的蝴蝶,跟自然界的蝴蝶一样。是VC++编写的...
一个简单的游戏,有源代码提供,里面是一个飘动的蝴蝶,跟自然界的蝴蝶一样。是VC++编写的-A simple game, active code, which is a fluttering of butterflies, with the natural world, like butterflies. Is VC++ Prepared
- 2022-01-24 15:55:32下载
- 积分:1
-
A game engine NumenGameEngine. Can be used for the development of a simple 3D ga...
一个游戏引擎NumenGameEngine。可以用于开发简单的3D游戏。做的很不错-A game engine NumenGameEngine. Can be used for the development of a simple 3D game. To do a very good
- 2022-03-06 12:02:52下载
- 积分:1
-
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
- 2023-01-19 07:50:04下载
- 积分:1
-
a book on c language for engineering students..
engineering students can fi...
a book on c language for engineering students..
engineering students can find this book very useful
- 2022-01-22 05:08:15下载
- 积分: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
-
API串口调试助手,VS2010开发,MFC框架,基于对话框
API串口调试助手,采用API方式调用计算机串口,包括线程的使用,十六进制的数据发送与接收,开发工具为vs2010
- 2022-11-14 15:45:09下载
- 积分:1
-
html编辑器,没有网页的朋友可以用他自己做
html编辑器,没有网页的朋友可以用他自己做-html editor, not a friend of the website can be used to do his own
- 2022-03-12 05:24:38下载
- 积分:1
-
interface 444,
界面-interface 444,
- 2022-08-25 19:28:39下载
- 积分:1