自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

@fei

土鳖啃铁牛~to be continue~

  • 博客(9)
  • 资源 (11)
  • 问答 (3)
  • 收藏
  • 关注

原创 poj 2456 Aggressive cows

原题: Aggressive cows Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 17845 Accepted: 8504 DescriptionFarmer John has built a new long barn, with N (2 <= N <= 100,000)...

2018-02-28 20:01:13 1268

原创 hdoj 3065 病毒侵袭持续中

原题:Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 16467 Accepted Submission(s): 5568Problem Description 小t非常感谢大家帮忙解决了他的上一个问题。然而病毒侵袭持续...

2018-02-28 18:08:20 317

原创 ac自动机代码模板

简介 给出待查找字符串s1,s2,s3…sn 给出目标文本S在S中查找有多少个s1,s2….snmaxn是文本的长度 maxt是建立trie图状态个数#include<bits/stdc++.h>using namespace std;const int maxn=1000006;const int maxt=500005;struct Aho{ ...

2018-02-20 16:02:09 352

原创 回文串算法 manacher 代码模板

功能:在线性时间复杂度内求解以每个字符为中心(奇数)或者偶数符间隙为中心的回文串长度。p[]中存储每个下标对应的字符为中心的回文串长度 str[]存储塞入添加字符后的字符串 s[]为原始输入字符串原理可以看此篇博客#include<bits/stdc++.h>using namespace std;const int maxn=3e5;char s[maxn...

2018-02-18 21:58:32 259

原创 uva 11093 Just Finish it up

原题: Along a circular track, there are N gas stations, which are numbered clockwise from 1 up to N. At station i, there are p i gallons of petrol available. To race from station i to its clockwise ne...

2018-02-10 15:46:07 251

原创 uva 12627 Erratic Expansion

原题: Piotr found a magical box in heaven. Its magic power is that if you place any red balloon inside it then, after one hour, it will multiply to form 3 red and 1 blue colored balloons. Then in the

2018-02-05 14:12:59 316

原创 Educational Codeforces Round 34 E. Swapping Characters

codeforcesEducational Codeforces Round 34 E. Swapping Characters

2018-02-03 00:20:59 316

原创 Educational Codeforces Round 34 D. Almost Difference

codeforcesEducational Codeforces Round 34 Almost Difference

2018-02-02 23:58:35 211

原创 Educational Codeforces Round 34 C. Boxes Packing

codeforces Educational Codeforces Round 34 Boxes Packing

2018-02-02 23:40:12 455

BRIEF算法论文 和CenSurE特征匹配 论文

第一篇论文BRIEF: Binary Robust Independent Elementary Features 第二篇论文CenSurE: Center Surround Extremas for Realtime Feature Detection and Matching

2018-03-18

FAST特征点检测算法的两篇论文

Machine learning for high-speed corner detection FASTER and better: A machine learning approach to corner detection

2018-03-08

opengl开源库 freeglut2.8

OpenGL的新开源库FreeGLUT2.8版本,其中头文件以及静态链接库和动态链接库已经编译好,只需要放到ide对应的文件夹当中即可使用

2018-01-24

《应用随机过程概率模型导论》第十版答案 答案

introduction to probability models 出到第11版,教师手册和习题答案在外网上也搜不到,只有第十版可以凑合看~ 没有办法0积分上传,但也比经管之家那地方强多了

2018-01-08

Rust语言程序设计1.14版本

Rust语言的官方中文文档,最新的1.14版本(2017年2月)

2017-02-01

一天了解深度学习

台湾大学教授写的300页的ppt,偶然间在网上看见~~写的很生动有趣,又非常好理解,适合作为入门学习

2016-12-12

SyntaxHighlighter 3.0.83

SyntaxHighlighter 3.0.83 版本,在官网上面下载费劲,好不容易找到,放到csdn上面,供大家使用学习。

2016-05-24

刘汝佳 基础数据结构+高级数据结构 pdf

刘汝佳基础数据结构和高级数据结构的pdf讲稿

2016-05-01

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

TA关注的人

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