-
数据图形化显示,效果不错,希望对大家有帮助
数据图形化显示,效果不错,希望对大家有帮助-Graphical display of data, the effect well, want to help everyone
- 2023-04-07 00:05:04下载
- 积分:1
-
gfg
小票打印机驱动程序,适合[Version]Signature="$Windows NT$"Provider=%AUTHOR%LayoutFile=ntprint.infClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}Class=PrinterDriverVer=3/22/2011;; Manufacturer section;[Manufacturer]"POS58"=Generic, NTx86, NTamd64, NTia64;; Model sections. ; ; Each section here corresponds with an entry listed in the; [Manufacturer] section, above. The models will be displayed in the order; that they appear in the INF file.;[Generic]"POS58" = POS58Drv.GPD[Generic.NTx86]"POS58" = POS58Drv.GPD[Generic.NTamd64]"POS58" = POS58Drv.GPD[Generic.NTia64]"POS58" &n
- 2022-03-01 06:55:37下载
- 积分:1
-
CRC码,这是用在网络效验方面的,最高可达到10位效验,通过该程序可在数据传输方面有一定保证。...
CRC码,这是用在网络效验方面的,最高可达到10位效验,通过该程序可在数据传输方面有一定保证。-CRC, which is used in the network of well-tested, the maximum reached 10 well-tested through the program in data transmission, there is a definite guarantee.
- 2022-08-31 19:00:04下载
- 积分:1
-
c++编写的图形处理小程序 实现图形的平移 旋转
c++编写的图形处理小程序 实现图形的平移 旋转-c prepared by the graphics processing procedures for small graphics translation rotation
- 2022-03-11 19:36:43下载
- 积分: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
-
包含了C++的两套MFC教材,第一套为chm格式,第二套为pdf格式。
包含了C++的两套MFC教材,第一套为chm格式,第二套为pdf格式。-Contains C++ The two sets of MFC materials, the first set for the chm format, the second set for the pdf format.
- 2022-03-03 12:14:21下载
- 积分:1
-
这个工具是MTeX套装中的一个重要命令行工具,可用于删掉tex文件中的整行注释,从而为tex文件减肥。...
这个工具是MTeX套装中的一个重要命令行工具,可用于删掉tex文件中的整行注释,从而为tex文件减肥。-This tool is packaged MTeX an important command-line tool that can be used to delete tex document notes the entire line, so as to lose weight tex file.
- 2022-04-23 03:56:54下载
- 积分:1
-
一个完整的C++语言的工资和税务程序,含有丰富的内容,包含…
职工工资及交税的完整c语言程序,内容丰富,含有多种变成技巧。-Wages and tax procedures for a complete c language, rich in content, containing a variety of techniques become.
- 2022-02-21 16:06:57下载
- 积分:1
-
脸部模式识别,已经经过调试完成,没有错误
脸部模式识别,已经经过调试完成,没有错误-Facial pattern recognition, has been commissioning completed, no errors
- 2023-08-27 14:30:04下载
- 积分:1
-
数据库查询示例程序
数据库查询示例程序-example database query procedures
- 2022-02-04 15:28:38下载
- 积分:1