-
电子计算机术语词典
设计了这部电子词典和 visaul 基本 6.0 和 microsot 访问数据库,它是,用户可以搜索计算机术语和含义的计算机术语词典将 apperar,它还包括 sysnonyms、 anthonyms 和相关的图片。管理员负责插入单词和含义以及同义词,anthonyms 和相关的图片。这本词典还包括选择要查看或 unview sysnonyms、 反义词和图片。这是一个简单、 简单易懂的软件
- 2023-05-26 03:55:02下载
- 积分:1
-
简易的“计算器”源码
简单的计算器源码,毕业设计用
- 2022-04-13 12:37:28下载
- 积分:1
-
Strobe LiteThis excellent Java applet lets you add flashing Lightning to your pa...
Strobe LiteThis excellent Java Applet lets you add flashing Lightning to your page!该Java Applet可以使在你的页面添加闪烁和加亮效果。-Strobe LiteThis excellent Java applet lets you add flashing Lightning to your page! The Java Applet will enable you to add pages flicker-processing effects.
- 2023-09-06 23:00:02下载
- 积分:1
-
用于文件的指针类型,包括从文件输出的文件读取…
指针类型用于文件,包括从文件读入,从文件输出-Pointer type used for files, including reading from a file from the file output. . .
- 2022-02-12 07:53:36下载
- 积分:1
-
Visual Basic 6.0编写,一个简单的旋转文字
Visual Basic 6.0编写,一个简单的旋转文字-Visual Basic 6.0 to prepare, a simple rotation of the text
- 2022-02-04 18:24:22下载
- 积分:1
-
我估计这是对初学者来说最好的礼物了,我也用过的。
我估计这是对初学者来说最好的礼物了,我也用过的。-I guess this is the best gift for the beginner, and I have used.
- 2022-08-17 10:15:28下载
- 积分:1
-
C++ STL 标准模板库源码,对学习C++ STL非常有用
C++ STL 标准模板库源码,对学习C++ STL非常有用-C STL standard template library source code, to learn very useful C STL
- 2022-05-06 20:04:51下载
- 积分:1
-
Turbo c run into the Games, according to key vertical and horizontal control, at...
进入turbo c运行游戏,按上下左右键控制,任何时候按ESC键退出,一个函数用来划方块;一个用来划小方块;一个用来擦去小方块-Turbo c run into the Games, according to key vertical and horizontal control, at any time by the ESC key to exit, a function used to draw box a small box used to draw a small box to remove
- 2022-09-02 15:50: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
-
固定电话查询!是固定电话的!!准确性还有待研究
固定电话查询!是固定电话的!!准确性还有待研究-Fixed telephone inquiries! Fixed phone!!
- 2022-03-05 17:33:22下载
- 积分:1