-
员工管理系统
适合作为Struts框架入门练习的案例。数据库表包含最为常见的员工表和用户表。方便代码的阅读和理解。基本的增删改查操作均通过了测试,基本功能已经完善。
- 2022-11-09 15:00:04下载
- 积分:1
-
一个简单的发送短信的例子,发送对象为10086,免费,可以放心发...
一个简单的发送短信的例子,发送对象为10086,免费,可以放心发-A simple example of sending messages, sending targeted at 10086, free, you can rest assured that hair
- 2022-11-22 00:25:02下载
- 积分:1
-
一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile
一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile-A read and write documents, a user-friendly categories, from the definition of derivative cstdiofile
- 2023-01-23 03:00:04下载
- 积分:1
-
遍历文件夹并建成目录树__遍历文件夹并建成目录树
遍历文件夹并建成目录树__遍历文件夹并建成目录树-traverse file folders and create directory tree
- 2022-08-21 11:39:26下载
- 积分:1
-
数组的一个小例子 具体说明数组中的一些用法和属性
数组的一个小例子 具体说明数组中的一些用法和属性-A small example of the array to specify an array of some of the usage and attributes
- 2023-04-01 01:40:04下载
- 积分:1
-
vc中使用汇编程序模块的例子,还可以vc中使用汇编程序模块的例子...
vc中使用汇编程序模块的例子,还可以vc中使用汇编程序模块的例子-vc use assembler module example, vc can also use assembler module example
- 2022-06-03 02:10:29下载
- 积分: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
-
在图形界面上,加边框的类,是个作用很基本的类
在图形界面上,加边框的类,是个作用很基本的类-Class to demonstrate adding borders to components.
- 2022-03-20 16:45:05下载
- 积分:1
-
用IP打开主机端口 实现主机间的数据传输 可以传输文件
用IP打开主机端口 实现主机间的数据传输 可以传输文件-IP host ports open between the mainframe data transmission can transfer files
- 2023-07-12 11:50:03下载
- 积分:1
-
网银在线网站开通,商户说明文档,调试接口等
网银在线网站开通,商户说明文档,调试接口等-Silver-line network website, a business documentation, debug interface, etc.
- 2022-02-07 21:42:18下载
- 积分:1