-
OpenCV_FaceDetection_June10
openCV face detection
it is helpul to implement this program.
- 2009-08-07 20:12:54下载
- 积分:1
-
C#课程设计案例――文本编辑器,很好的源代码,能够为你的课程设计带来极大的方便...
C#课程设计案例――文本编辑器,很好的源代码,能够为你的课程设计带来极大的方便-C# curriculum design case-- a text editor and a good source code, You can design the courses bring great convenience
- 2022-06-17 22:51:40下载
- 积分:1
-
Matrix Sound Machine
非常可靠的网站,是非常值得信任的与他们的信息。一直是一个长期的读者,并喜欢学习他们的项目,他们的代码总是当场,非常有帮助。我会一直回到这个网站,他们会一直有一些新的和令人兴奋的。强烈推荐。
- 2022-11-11 00:05:04下载
- 积分:1
-
ccs4--program-eample
研旭 dsp 6747 程序例程 旭 dsp 6747 程序例程 (dsp program dsp6747)
- 2015-01-18 15:25:58下载
- 积分:1
-
Stewart
针对6自由度运动平台开发的逆解解算、雅克比解算、速度和力解算的程序(6-DOF Motion Platform for Development of Inverse Kinematics solver, Jacobian solver, solver speed and power of the procedure)
- 2016-03-14 02:14:27下载
- 积分:1
-
STM32_Register-Version_V3.0
STM32寄存器版本说明书,有助于对STM32 的掌握与使用(the reference PDF for the STM32 with the register version.)
- 2014-12-18 10:07:47下载
- 积分:1
-
多线程设计
mfc多线程设计,windows程序设计(MFC multithread design)
- 2017-12-22 20:27:51下载
- 积分:1
-
BackgroundSplit-OpenCV-master
说明: 视频处理过程中的背景分割技术,这样才能把前景图像提取出来。(Background segmentation)
- 2019-11-06 09:02:54下载
- 积分:1
-
整型数组与Object数组的互操作性
整型数组与Object数组的互操作性-integer arrays with the Object array of interoperability
- 2022-03-23 10:00:23下载
- 积分:1
-
串口通信课程设计
#include //52系列单片机头文件#define uchar unsigned char#define uint unsigned int sbit cs1=P2^3; //数码管段选信号sbit cs2=P2^2; //数码管段选信号sbit cs3=P2^1; //数码管段选信号sbit cs4=P2^0; //数码管段选信号sbit RE=P1^6; //低电平收数据,高电平发数据sbit DE=P1^7; //低电平收数据,高电平发数据sbit key0=P1^0; //主机用两个拨码开关sbit key1=P1^1; //主机用两个拨码开关uchar show_code[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x83,0xf8,0x80,0x98}; //数字0-9的显示码,更改数码管显示程序。uchar temp1=0,temp2=0;uchar count=0,sum=0;//void delayms(uint); //延时函数声明//void decide (void);void send_byte(uchar t) //发送一个字节 发送一个数据后立马变成收数据的状态{ RE=1; //高电平发 DE=1; //高电平发 ES=0; SBUF=t; while(!TI); TI=0;ES=1; RE=0; //低电平收 DE=0; //低电平收}void delayms(uint xms) //延时
- 2022-08-22 08:46:22下载
- 积分:1