-
a simple game for RPG game, which is based on VC++ 7.0 plus Direct C7.0 language...
用VC++7.0+DirectX7.0做的一个简单的RPG的游戏的小程序-a simple game for RPG game, which is based on VC++ 7.0 plus Direct C7.0 languages
- 2022-06-29 19:44:54下载
- 积分:1
-
This is an applet program, which implements Stack and List by means of java. It...
用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-This is an applet program, which implements Stack and List by means of java. It can show the actions of stack through operations.
- 2022-07-18 04:12:18下载
- 积分:1
-
一个PDF文件,描述了建立Keil和Proteus VSM与调试
A pdf file that describes setting up debugging between keil and proteus VSM
- 2022-02-03 10:03:11下载
- 积分:1
-
这是一个vb源程序,希望喜欢vb的所有朋友都能喜欢这些源程序,这些vb源码是vb爱好者们的精品...
这是一个vb源程序,希望喜欢vb的所有朋友都能喜欢这些源程序,这些vb源码是vb爱好者们的精品-This is a vb source code, I hope like all our friends can vb like these source, which is the source vb boutique fans vb
- 2022-01-23 10:42:31下载
- 积分:1
-
Under the windows mobile messaging inbox to read and write all the c++ code, whi...
windows mobile 下读写短信收发件箱的所有c++代码,同时生成dll,可以用c#来调用-Under the windows mobile messaging inbox to read and write all the c++ code, while creating dll, you can use c# to call
- 2022-09-14 03:00: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
-
developed with Delphi DirectX SDK
用Delphi开发的directx的SDK-developed with Delphi DirectX SDK
- 2022-06-30 09:34:52下载
- 积分:1
-
学生管理系统
连接数据库可运行的文件并且可进行学生信息维护...
学生管理系统
连接数据库可运行的文件并且可进行学生信息维护-Students connect to database management systems can run the file and can be carried out to safeguard student information
- 2022-05-22 16:50:24下载
- 积分:1
-
conversion programming problems BST_Tr
转换的编程问题BST_Tr-conversion programming problems BST_Tr
- 2022-04-10 20:20:45下载
- 积分:1
-
The time in learning JSP download the source code, and intend to help my friends...
在学习JSP的时候下载的源代码,希望能帮助到朋友们更好地理解JSP!-The time in learning JSP download the source code, and intend to help my friends to better understand the JSP!
- 2022-03-11 22:17:23下载
- 积分:1