-
audio player written in vb source code, reference to a lot of older information
vb写的录音播放源代码,参考了很多前辈的资料-audio player written in vb source code, reference to a lot of older information
- 2022-03-05 20:49:44下载
- 积分:1
-
阻塞用户输入
阻塞用户输入-所带源代码,是很好的示例.-Blocking user input-
- 2022-08-06 07:19:45下载
- 积分:1
-
jive3的数据库结构,很好用,经过测试
jive3的数据库结构,很好用,经过测试-jive3 the database structure, well used, tested
- 2023-07-18 16:00:03下载
- 积分:1
-
数据结构 构建并使用一个哈希表的简单例子及源程序代码(Dev...
数据结构 构建并使用一个哈希表的简单例子及源程序代码(Dev-c++)-Hash table data structure
- 2022-03-01 02:20:09下载
- 积分:1
-
the source code of the famous game "light cycle", implemented in VC++,which is s...
著名游戏“光车”的源代码,使用VC++实现,适合游戏编程的初学者学习-the source code of the famous game "light cycle", implemented in VC++,which is suitable for beginner who tend to learn game programming
- 2022-10-18 10:10: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
-
VB找图
VB实现简单快速的找图找色, 对初学找图找色的新手有较大的帮助。
- 2023-08-08 18:25:02下载
- 积分:1
-
Gets video cam from a web cam o a video capture board
Gets video cam from a web cam o a video capture board
- 2022-03-02 05:30:44下载
- 积分:1
-
日本的手持pda源码.wince下使用,完全开源
日本的手持pda源码.wince下使用,完全开源-Japan handheld pda source. Nicholson use, completely open source
- 2022-11-26 18:15:03下载
- 积分:1
-
人工神经网络算法,神经网络,双输入,一个输出
人工神经网络算法的实现,bp神经网络,二输入,一输出-Artificial neural network algorithm, bp neural network, two input, one output
- 2022-03-20 21:29:24下载
- 积分:1