会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WeiAR
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
56
下一页
2020年9月23日
Frog and Portal
摘要: Frog and PortalHihoCoder - 1873 https://vjudge.net/problem/HihoCoder-1873/origin小青蛙这道题很有趣,巧妙的构造,因为斐波那契里面有1,所以任何正整数都能拆分成斐波那契数的和,问题就在于怎么去拆成和,队友想的是倒着做 1
阅读全文
posted @ 2020-09-23 20:03 WeiAR
阅读(138)
评论(0)
推荐(0)
2020年9月21日
实验1
摘要: #include<opencv2/core.hpp> #include<opencv2/highgui.hpp> using namespace cv; void getChannel(const uchar *input, int width, int height,int inStep, int
阅读全文
posted @ 2020-09-21 23:37 WeiAR
阅读(144)
评论(0)
推荐(0)
2020年9月15日
实验1.3
摘要: #include <bits/stdc++.h> #define inf 2333333333333333 #define N 1000010 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;i<=b;++i) typedef unsig
阅读全文
posted @ 2020-09-15 23:48 WeiAR
阅读(128)
评论(0)
推荐(0)
实验1.2
摘要: #include <bits/stdc++.h> #define inf 2333333333333333 #define N 1000010 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;i<=b;++i) typedef unsig
阅读全文
posted @ 2020-09-15 21:48 WeiAR
阅读(159)
评论(0)
推荐(0)
2020年9月14日
实验1.1
摘要: #include <bits/stdc++.h> #define inf 2333333333333333 #define N 1000010 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;i<=b;++i) //by war //20
阅读全文
posted @ 2020-09-14 09:26 WeiAR
阅读(114)
评论(0)
推荐(0)
2020年9月10日
P3389 【模板】高斯消元法
摘要: 高斯消元模板题 把第i列除了第i行外所有的系数变成0 #include <bits/stdc++.h> #define inf 2333333333333333 #define N 110 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;
阅读全文
posted @ 2020-09-10 16:29 WeiAR
阅读(200)
评论(0)
推荐(0)
2020年9月6日
liang-barsky
摘要: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include<stdi
阅读全文
posted @ 2020-09-06 11:01 WeiAR
阅读(274)
评论(0)
推荐(0)
扫描线填充多边形
摘要: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include<bits
阅读全文
posted @ 2020-09-06 10:59 WeiAR
阅读(173)
评论(0)
推荐(0)
交互B样条
摘要: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include<bits
阅读全文
posted @ 2020-09-06 10:57 WeiAR
阅读(159)
评论(0)
推荐(0)
交互贝塞尔曲线
摘要: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include<bits
阅读全文
posted @ 2020-09-06 10:55 WeiAR
阅读(197)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
56
下一页
公告