-
超炫的js右键,日期,树控件,内附详细使用说明
超炫的js右键,日期,树控件,内附详细使用说明-The example for menu date tree controls.
- 2022-05-24 13:10:19下载
- 积分:1
-
This example uses the FTP Server Profile library (ftps) to implement a simple re...
This example uses the FTP Server Profile library (ftps) to implement a simple read-only FTP server application. When the application is running, Bluetooth FTP Profile client devices can connect to this FTP server. The FTP server provides the following functionality:
* File & folder browsing
* Downloading files
Since the filesystem is read only, folder listings can be pre-generated using the included make_listing.pl Perl script for each folder. Each folder to be included in the FTP Server must have a file containing the GOEP Folder Listing. This file should be called "_dir.xml". This must conform to the GOEP specification for folder listings. No processing of this file is made by the example application, it is just sent to the client when requested.
- 2022-12-09 17:20: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
-
Components ReImg thumbnail version 1.5 free manual ReImg v1.5 registered version...
组件ReImg缩略图1.5版免费手动ReImg 1.5注册版有更多直接读取文件的功能。比以前的版本功能齐全。以满足大多数用户的需求。
- 2023-07-14 15:20:03下载
- 积分:1
-
A database searching programme written by vc.I find it on internet.
用VC编写的一个数据库的搜索程序,网上找到的-A database searching programme written by vc.I find it on internet.
- 2023-02-27 22:10:03下载
- 积分:1
-
运用栈判断括号是否成对来实现的基本计算器
运用栈判断括号是否成对来实现的基本计算器-The use of the stack to determine whether the pairs of brackets to achieve the basic calculator
- 2023-04-11 20:25:03下载
- 积分:1
-
DELPHI如何支持多国语言
DELPHI如何支持多国语言-DELPHI how to support multiple languages
- 2022-03-14 11:43:39下载
- 积分:1
-
espeak要用源代码
我用过的,很好用
espeak要用源代码
我用过的,很好用 -espeak to use the source code I used, very good use
- 2022-01-26 00:07:18下载
- 积分:1
-
手机通讯录管理系统,
要求:
(1) 查看功能:选择此功能时列出下列三类功能.
A办公类
B个人类
C商务类...
手机通讯录管理系统,
要求:
(1) 查看功能:选择此功能时列出下列三类功能.
A办公类
B个人类
C商务类
当选中某类时,显示出此类所有数据中的姓名和电话号码
(2)增加功能:能录入新数据,一个结点包括:姓名,电话号码,分类(办公类,个人类,商务类),
电子邮件,类如:杨春 13567772898 商务类 chuny@126.com。当录入重复的姓名和电话号码,则提示数
据录入重复并取消录入,当通讯录中超过15条信息时存储空间已满,不能再录入新数据,录入的数据能
按递增的顺序自动进行编号
(3)修改功能:选中某个人的姓名时,可对此人的相应数据进行修改。
(4)删除功能:选中某个人的姓名时,可对此人的相对数据进行删除并自动调整后续条目的编号,
-err
- 2023-04-12 07:40:03下载
- 积分:1
-
Atmel sensor指纹识别lib库,公司花好多钱买到的,可以参考前面的PDF文档开发自己的手机指纹识别程序...
Atmel sensor指纹识别lib库,公司花好多钱买到的,可以参考前面的PDF文档开发自己的手机指纹识别程序-Atmel sensor fingerprint identification lib library, the company spent a lot of money to buy. can reference the PDF document in front of the development of its own cell phone fingerprint identification procedures
- 2022-04-07 05:20:26下载
- 积分:1