自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Glynn

work logs

  • 博客(8)
  • 资源 (2)
  • 收藏
  • 关注

原创 CF1278F Cards

CF1278F DP

2024-02-22 14:54:18 418 1

原创 计蒜客信息学普及组赛前模拟 #1 D祖先

计蒜客信息学普及组赛前模拟 #1 D祖先 show me the code. #include<cstdio> #include<cctype> template<typename T>inline void read(T &a){ char c=getchar();T x=0,f=1; while(!isdigit(c)){i...

2019-10-26 20:36:03 278

原创 计蒜客信息学普及组赛前模拟 #1 C颜色

计蒜客信息学普及组赛前模拟 #1 C颜色 不废话,看代码。 #include<queue> #include<set> #include<cstdio> #include<iostream> #include<algorithm> using namespace std; struct node{int x,y;}; const...

2019-10-26 20:33:32 370

转载 NOI知识树

基础算法 枚举 模拟 递推 贪心 递归 分治 NP问题 排序算法 冒泡排序 选择排序 桶排序 插入排序 归并排序 快速排序 堆排序 希尔排序 外部排序 查找算法 顺序查找 二分查找 二分答案 搜索算法 BFS DFS 剪枝 记忆化搜索 启发式搜索,A* 迭代加深,ID 启发式迭代加深,IDA* Dancing Links 随机调整 遗传 模拟退火 数论 素数判断,质数,筛法 最大...

2019-10-12 11:21:39 584 1

原创 拥挤 - 最小生成树

计蒜客 拥挤 本题采用最小生成树。 不多说,上代码。 #include<cstdio> #include<cstring> #include<set> #include<vector> #include<algorithm> using namespace std; const int N = 50000+5; const int M...

2019-10-09 14:34:20 145

原创 luogu-1171 售货员的难题

luogu-1171 售货员的难题 #include <cstdio> #include <algorithm> struct x{int i,l;}; x a[40][40]; int z[40],zsum=0; int d[40][40]; int n,minn=100000; bool v[40]={0}; void dfs(int k,int l,int s){...

2019-06-17 14:00:21 274

原创 luogu-1236 算24点

luogu-1236 算24点 #include <cstdio> char op[4]={'+','-','*','/'}; //+0 -1 *2 /3 int d[3][4],m[3][2],x[3],n[3]; bool v[3][4]; bool found=false; bool printed=false; void dfs(int k){ if(k==4){ i...

2019-06-17 13:34:01 1195

原创 Tegra TX1 build tensorflow r1.1

https://github.com/jetsonhacks/installTensorFlowTX1 https://github.com/rwightman/tensorflow/commits/r1.0-tegra-ugly_hack https://github.com/rwightman/tensorflow/commit/a1cde1d55f76a1d4eb806ba81d7c

2017-05-30 12:26:35 1195

Pragmatic.Programming.Erlang.Jul.2007.pdf

Pragmatic.Programming.Erlang.Jul.2007.pdf

2009-12-20

Pragmatic - My Job Went to India, 52 Ways to Save Your Job, 0976694018, Sep 2005.pdf

Pragmatic - My Job Went to India, 52 Ways to Save Your Job

2009-12-20

空空如也

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

TA关注的人

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