Wesley13 Wesley13
2年前
PLA感知学习算法
1include<vector2include<iomanip3include<string4include<stdio.h5include<string.h6include<fstream7include<ios
Wesley13 Wesley13
2年前
OpenCV图像亮度、对比度调节
include "cv.h"    include "highgui.h"    include <stdio.h    int ImageAdjust(IplImage src,IplImage dst,                    double 
Wesley13 Wesley13
2年前
72.挖掘CSDN密码到链表并统计密码出现次数生成密码库
list.h1define_CRT_SECURE_NO_WARNINGS2include<stdio.h3include<stdlib.h4include<string.h56//创建密
Wesley13 Wesley13
2年前
2.任务包多线程并行计算
1include<future//进程通信,获取未来的结果2include<iostream3include<thread4include<string5include<chrono//时间6include<mutex//互斥量7
Stella981 Stella981
2年前
OPenCV_摄像头视频捕获并画矩形框
include "stdafx.h"include "opencv2/imgproc/imgproc.hpp"include <opencv2/highgui/highgui.hppinclude <opencv2/core/core.hppinclude <stdio.hinclu
Stella981 Stella981
2年前
AtCoder Beginner Contest 132 F
数sqrt缩小范围整除分块1include<cstdio2include<cstdlib3include<cmath4include<cstring5include<string6include<algorithm
Stella981 Stella981
2年前
Linux IO多路复用之epoll网络编程基本代码
server端:include<unistd.hinclude<sys/types.h/basicsystemdatatypes/include<sys/socket.h/basicsocketdefinitions/include<n
Stella981 Stella981
2年前
QT连接FireBird测试
include "QSqlDatabase.h"include "QMessageBox.h"include <QSqlErrorinclude <QSqlQuery  QStringList a  QSqlDatabase::drivers(); QMessageBox::i
Wesley13 Wesley13
2年前
C语言学生管理系统(原版本)(自编)
/系统特色:(大牛勿笑)  颜色提示  文字提示  功能/1include<stdio.h2include<stdlib.h3include<math.h4include<string.h5
Stella981 Stella981
2年前
OpenCV实现图像的旋转
include "cv.h"include "highgui.h"include "math.h"// clockwise 为true则顺时针旋转,否则为逆时针旋转IplImage rotateImage(IplImage src, int angle, boo