自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(28)
  • 资源 (14)
  • 收藏
  • 关注

原创 HDU 5316 Magician(线段树区间合并, 子序列最值 多校2015)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5316Problem DescriptionFantasy magicians usually gain their ability through one of three usual methods: possessing it as an innate talent, gain...

2015-07-29 21:47:41 867

原创 HDU 5317 RGCDQ(素数 多校2015)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5317Problem DescriptionMr. Hdu is interested in Greatest Common Divisor (GCD). He wants to find more and more interesting things about GCD. Today He come...

2015-07-29 10:51:30 964

原创 HDU 2586 How far away ?(LCA模板 最近公共祖先)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2586Problem DescriptionThere are n houses in the village and some bidirectional roads connecting them. Every day peole always like to ask like this "...

2015-07-26 15:09:56 1445

原创 HDU 5303 Delicious Apples(贪心 + 背包 多校2015)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5303Problem DescriptionThere arenapple trees planted along a cyclic road, which isLmetres long. Your storehouse is built at position0on t...

2015-07-24 21:03:05 1367

原创 HDU 5288 OO’s Sequence(数学 多校2015)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5288Problem DescriptionOO has got a array A of size n ,defined a function f(l,r) represent the number of i (l<=i<=r) , that there's no j(l<=j&lt...

2015-07-22 20:19:39 872

原创 HDU 5294 Tricks Device(多校2015 最大流+最短路)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5294Problem DescriptionInnocent Wu follows Dumb Zhang into a ancient tomb. Innocent Wu’s at the entrance of the tomb while Dumb Zhang’s at the ...

2015-07-22 20:12:57 1009

原创 HDU 5289 Assignment(多校2015 RMQ 单调(双端)队列)

HDU 5289 Assignment(RMQ 单调(双端)队列)

2015-07-22 15:55:48 983 2

转载 计算几何之判断线段相交(模板)

给定两个点:typedef  struct {  double  x, y;} Point;Point A1,A2,B1,B2;首先引入两个实验:a.快速排斥实验设以线段A1A2和线段B1B2为对角线的矩形为M,N;若M,N 不相交,则两个线段显然不相交;所以:满足第一个条件时:两个线段可能相交。 b.跨立实验

2015-07-20 10:47:31 883

原创 ZOJ 3230 Solving the Problems(优先队列)

题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3230Programming is fun, Aaron is addicted to it. In order to improve his programming skill, he decides to solve one programming proble...

2015-07-19 21:20:38 873

原创 POJ 1149 PIGS(最大流)

POJ 1149 PIGS(最大流)

2015-07-19 20:00:45 993

原创 HDU 3068 最长回文(manacher算法)

HDU 3068 最长回文(manacher算法)

2015-07-19 19:00:31 882

原创 POJ 2112 Optimal Milking(最大流)

POJ 2112 Optimal Milking(最大流)

2015-07-19 10:16:33 2950

原创 HDU 1069 Monkey and Banana(最大的单调递减序列 dp)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1069Problem DescriptionA group of researchers are designing an experiment to test the IQ of a monkey. They will hang a banana at the roof of a ...

2015-07-16 19:22:04 1349

原创 ZOJ 2770 Burn the Linked Camp( 差分约束 )

题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1770It is well known that, in the period of The Three Empires, Liu Bei, the emperor of the Shu Empire, was defeated by Lu Xun, a...

2015-07-15 19:34:54 1220

原创 CodeForces 215B Olympic Medal

题目链接:http://codeforces.com/problemset/problem/215/BDescriptionThe World Programming Olympics Medal is a metal disk, consisting of two parts: the first part is a ring with outer radius of r1 cm, inner ...

2015-07-14 19:13:04 1000

原创 CodeForces 215D Hot Days(贪心)

CodeForces 215D Hot Days(贪心)

2015-07-14 18:53:45 908

原创 POJ 3168 Barn Expansion(几何)

题目链接:http://poj.org/problem?id=3168DescriptionFarmer John has N (1 <= N <= 25,000) rectangular barns on his farm, all with sides parallel to the X and Y axes and integer corner coordinates in th...

2015-07-13 20:04:26 753

原创 LOJ 1070 - Algebraic Problem(矩阵快速幂)

题目链接:http://lightoj.com/volume_showproblem.php?problem=1070Given the value ofa+bandabyou will have to find the value ofan+bn.aandbnot necessarily have to be real numbers.InputInpu...

2015-07-13 18:16:07 951

原创 POJ 3169 Layout(差分约束)

题目链接:http://poj.org/problem?id=3169DescriptionLike everyone else, cows like to stand close to their friends when queuing for feed. FJ has N (2 <= N <= 1,000) cows numbered 1..N stan...

2015-07-13 14:39:17 901

原创 POJ 3170 Knights of Ni(两次BFS)

题目链接:http://poj.org/problem?id=3170DescriptionBessie is in Camelot and has encountered a sticky situation: she needs to pass through the forest that is guarded by the Knights of Ni. In order...

2015-07-13 11:13:32 1090

原创 HYSBZ 1013: [JSOI2008]球形空间产生器sphere(高斯消元 模板)

题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1013Description有一个球形空间产生器能够在n维空间中产生一个坚硬的球体。现在,你被困在了这个n维球体中,你只知道球面上n+1个点的坐标,你需要以最快的速度确定这个n维球体的球心坐标,以便于摧毁这个球形空间产生器。Input第一行是一个整数,n。接下来的n+1行,每行有n个实数,表...

2015-07-13 10:36:52 924

原创 ZOJ 1973 Just Pour the Water(矩阵快速幂)

ZOJ 1973 Just Pour the Water(矩阵快速幂)

2015-07-13 09:48:38 1430

原创 POJ 1201 & HDU1384 & ZOJ 1508 Intervals(差分约束+spfa 求最长路径)

POJ 1201 & HDU1384 & ZOJ 1508 Intervals(差分约束+spfa 求最长路径)

2015-07-12 10:39:04 1162

原创 POJ 3159 Candies(差分约束 转spfa+stack 求最短路径)

POJ 3159 Candies(差分约束 转spfa+stack 求最短路径)

2015-07-11 20:46:39 995

原创 HDU 3555 Bomb(数位DP模板啊两种形式)

HDU 3555 Bomb(数位DP啊两种形式)

2015-07-09 19:09:37 3694 1

原创 HDU 4386 Quadrilateral(数学)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4386Problem Description  One day the little Jack is playing a game with four crabsticks. The game is simple, he want to make all the four crabsticks to b...

2015-07-09 14:01:41 889

原创 二叉树 已知中序 后序 求前序

二叉树 已知中序 后序 求前序

2015-07-08 11:17:57 1718

原创 CodeForces 251A. Points on Line(数学 lower_bound )

CodeForces 251A. Points on Line(数学 lower_bound )

2015-07-07 19:47:40 1303

d3.js -4.5.0

D3的全称是(Data-Driven Documents),是一个关于数据驱动的文档的JavaScript类库

2017-02-06

angular.min.js

angular.min.js 1.5.8

2016-07-28

AngularJS 1.5.8 api

AngularJS 1.5.8 API压缩包下载(目前最新版)

2016-07-28

The Java EE 5 Tutorial 英文原版

The Java EE 5 Tutorial 英文原版 For Sun Java System Application Server 9.1

2016-04-03

背包九讲.chm

dd大牛的背包九讲!非常适合动态规划的初学者学习之用,讲解也是非常清晰明了的!

2014-09-12

VC VS番茄助手Visual Assist官方下载+破解版

VC或VS番茄助手官方下载+破解版,Visual Assist X功能最稳定的版本,在VC6.0 VS2005上都完美运行。 Visual Assist X真正的解版。

2014-07-26

Visual Assist X番茄助手

破解版番茄助手,支持VS2010,VS2008,VC6.0 2010的破解路径设置如下: C:\Users\用户名\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\Whole Tomato Software\Visual Assist X\10.7.1...

2014-07-11

HDU动态规划

HDU动态规划,此PPT系杭州电子科技大学ACM总教练刘春英老师所有, 特在此分享贡献给广大编程爱好者, 特别是ACMer!

2014-07-10

HDU二分匹配及其应用

HDU二分匹配及其应用,此PPT是刘春英老师版权所有, 特此贡献给广大编程爱好者,特别是对于ACMer

2014-07-10

kruskal最小生成树.txt

kruskal最小生成树的模板,大家可以学习一下,个人感觉还是很实用的,特别是对于Acmer来讲

2014-07-10

算法基础

算法基础

2014-05-29

空空如也

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

TA关注的人

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