自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

wxz1120171495的博客

在入门的路上

  • 博客(6)
  • 收藏
  • 关注

原创 HDU 2544

#include <cstdio> #include <cstring> #include <algorithm> #include <iostream> using namespace std; const int inf = 0x3f3f3f3f; int d[1005]; int w[1005][1005];//存储地图,存储连通关系 int ...

2018-04-17 20:30:57 120

原创 poj stick

#include <cstdio> #include <algorithm> #include <cstring> #include <cmath> #include <iostream> using namespace std; int stick[205]; bool visit[205]; int n, m, sum; bool ...

2018-04-10 20:51:12 196

原创 迷宫问题

#include <cstdio> #include <iostream> #include <cstring> #include <algorithm> #include <queue> using namespace std; int dir[4][2] = { {1,0},{-1,0},{0,1},{0,-1} }; int map...

2018-04-08 21:19:21 113

原创 HDU Tempter of the Bone

#include <cstdio> #include <iostream> #include <cstring> #include <algorithm> using namespace std; char map[10][10]; int visit[10][10]; int n, m, t; int sx, sy, ex, ey;//记录起点和终...

2018-04-08 16:03:50 126

原创 opencv视频读取与边缘化处理

#include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/core.hpp> #include <iostream> using namespace cv; using namespace std; int main() { VideoCaptur...

2018-04-05 20:55:39 585

原创 opencv无法正常显示图片的问题

#include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/core.hpp> #include <iostream> using namespace cv; using namespace std; int main() { Mat img=imr...

2018-04-05 01:07:44 1670 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除