-
This is my personal design modifications graduated first version
这是我个人毕业设计修改的第一个版本---图像处理版本1...需要的下-This is my personal design modifications graduated first version- version of image processing needs under one ...
- 2022-04-28 13:37:34下载
- 积分:1
-
Avr osciloscope using atmega32 microcontroller
Avr osciloscope using atmega32 microcontroller
- 2022-03-22 04:54:15下载
- 积分:1
-
用VC++编的modem例子,大家可以稍加改动就可以直接用
用VC++编的modem例子,大家可以稍加改动就可以直接用-With VC++ Series modem example, everyone can be modified directly by
- 2022-02-27 05:11:49下载
- 积分:1
-
这个项目里 de gestao de internamento
这个项目里 que permite gerir um internamento 没有医院。
cadastrando 非政府组织,e pacientes
- 2023-06-23 16:50:04下载
- 积分:1
-
ORACLE data migration and data management tool, PowerBuilder, Oracle can all the...
ORACLE数据的移植和数据管理工具,PowerBuild环境,可以把Oracle的数据全部导出为可运行的标准SQL文本-ORACLE data migration and data management tool, PowerBuilder, Oracle can all the data can be exported to standard SQL running text
- 2022-06-26 15:19:58下载
- 积分:1
-
这是一个公交查询系统的简单设计,其中实现了根据车次号查站点以及根据起始与终止站点查询车次的两个模块功能。另外,还包含一个后台管理控制台,负责维护数据库的信息,具...
这是一个公交查询系统的简单设计,其中实现了根据车次号查站点以及根据起始与终止站点查询车次的两个模块功能。另外,还包含一个后台管理控制台,负责维护数据库的信息,具备了比较完善的数据库维护功能。数据库的备份以及连接数据库的文件在原码文件中,运行前请注意设置-This is a transit system for a simple design, which achieved under 000, and site investigations under the threshold and termination site for the two trips module function. In addition, the background also includes a management console, responsible for the maintenance of the information in the database, with a fairly complete database maintenance functions. The database backup, and connecting to the database code in the original paper document, running to set up the former
- 2023-03-12 09:40:04下载
- 积分:1
-
创建透明窗体-VB6
使窗体不同。您可以使您的窗体透明,并放一些控件,因此,用户只会看到控件......漂浮在他们的桌面。您可以使用这个闪屏,等等...它是所有编程,所以你从不不需要加载任何额外的扩展/OCX。和它一起玩,并让您获得不同 的窗体!
- 2022-04-26 23:18:52下载
- 积分:1
-
C++学习的必备,函数库方法使用解析副代码与答案。
C++学习的必备,函数库方法使用解析副代码与答案。-C++ Learning essential, method of use of libraries Vice code analysis and answers.
- 2022-03-06 14:13:06下载
- 积分: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
-
vcspi testbench Verilog文件
verilog vcspi file with testbench
- 2022-03-28 17:19:01下载
- 积分:1