自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

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

原创 HDU 1394 Minimum Inversion Number(线段树求逆序数)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1394Problem DescriptionThe inversion number of a given number sequence a1, a2, ..., an is the number of pairs (ai, aj) that satisfy i < j and a...

2015-08-31 20:25:36 796

原创 HDU Assign the task(dfs编号+线段树成段更新)

HDU Assign the task(dfs编号+线段树成段更新)

2015-08-31 15:47:08 896

原创 HDU 2476 String painter(区间DP)

HDU 2476 String painter(区间DP)

2015-08-30 20:13:50 1166

原创 HDU 5412 CRB and Queries(区间第K大 树套树 按值建树)

HDU 5412 CRB and Queries(区间第K大 树套树 按值建树)

2015-08-20 19:03:15 1831 1

原创 HDU 5402 Travelling Salesman Problem(棋盘染色 构造 多校)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5402Problem DescriptionTeacher Mai is in a maze with n rows and m columns. There is a non-negative number in each cell. Teacher Mai wants to walk from th...

2015-08-18 21:09:39 878

原创 POJ 3207 Ikki's Story IV - Panda's Trick(2 - sat啊)

POJ 3207 Ikki's Story IV - Panda's Trick(2 - sat啊)

2015-08-17 21:09:20 710

原创 POJ 3648 Wedding(2-SAT 拓扑排序输出任意一种解决方案)

POJ 3648 Wedding(2-SAT 拓扑排序输出任意一种解决方案)

2015-08-17 19:15:53 1390

原创 HDU 1814 Peaceful Commission(2-sat 模板题输出最小字典序解决方案)

HDU 1814 Peaceful Commission(2-sat 模板题输出最小字典序解)

2015-08-17 15:47:52 1458

原创 LOJ 1304 - The Best Contest Site Ever(二分匹配)

题目链接:http://lightoj.com/volume_showproblem.php?problem=1304We are planning to arrange aNationalCollegiateProgrammingContest in Bangladesh. But one of the problems is that members from diff...

2015-08-16 20:55:33 936

原创 ZOJ 1654 Place the Robots (二分匹配 )

ZOJ 1654 Place the Robots (二分匹配 )

2015-08-16 19:58:25 935

原创 ZOJ 1516 Uncle Tom's Inherited Land(二分匹配 最大匹配 匈牙利)

题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=516Your old uncle Tom inherited a piece of land from his great-great-uncle. Originally, the property had been in the shape of a ...

2015-08-16 18:58:04 1140

原创 LOJ 1201 - A Perfect Murder(二分匹配 最大独立集)

LOJ 1201 - A Perfect Murder(二分匹配 最大独立集)

2015-08-16 18:39:23 877

原创 莫比乌斯反演

莫比乌斯反演:f(x) = sigma{g(d)}其中x % d == 0,则g(x) = sigma{mu(d) * f(x/d)}f(x) = sigma{g(d)}其中d % x == 0,则g(x) = sigma{mu(d/x) * f(d)}莫比乌斯反演中mu(x) =1 {x中含有偶数个不同的质因子}-1 {x中含有奇数个不同的质因子}0 {其他情况}...

2015-08-15 21:48:53 1469

原创 Codeforces 380C. Sereja and Brackets(模拟)

题目链接:http://codeforces.com/problemset/problem/380/CSereja has a bracket sequences1, s2, ..., sn, or, in other words, a stringsof lengthn, consisting of characters "(" and ")".Sereja need...

2015-08-15 18:41:37 1675

原创 HDU 5389 Zero Escape(dp)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5389Problem DescriptionZero Escape, is a visual novel adventure video game directed by Kotaro Uchikoshi (you may hear about ever17?) and develo...

2015-08-13 22:21:58 1114

原创 HDU 5371 Hotaru's problem(manacher + 枚举)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5371Problem DescriptionHotaru Ichijou recently is addicated to math problems. Now she is playing with N-sequence.Let's define N-sequence, which is compos...

2015-08-12 20:37:43 1046

原创 HDU 5379 Mahjong tree(dfs)

HDU 5379 Mahjong tree(dfs)

2015-08-12 15:42:23 787

原创 HDU 2255 奔小康赚大钱(二分匹配之KM算法)

HDU 2255 奔小康赚大钱(二分匹配之KM算法)

2015-08-10 21:04:09 1272

原创 HDU 1083 Courses(二分匹配匈牙利算法模板题)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1083Problem DescriptionConsider a group of N students and P courses. Each student visits zero, one or more than one courses. Your task is to de...

2015-08-10 15:19:35 2374

原创 HDU 5355 Cake(数学 DFS)

HDU 5355 Cake(数学 DFS)

2015-08-07 19:22:17 919

原创 CodeForces 567C. Geometric Progression(map 数学)

题目链接:http://codeforces.com/problemset/problem/567/CC. Geometric Progressiontime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputP...

2015-08-06 22:00:30 1460

原创 POJ 1873 The Fortified Forest(凸包+枚举 World Finals 1999)

题目链接:http://poj.org/problem?id=1873DescriptionOnce upon a time, in a faraway land, there lived a king. This king owned a small collection of rare and valuable trees, which had been gathered ...

2015-08-05 20:35:46 926

原创 HDU 4366 Successor(线段树 DFS时间戳)

HDU 4366 Successor(线段树 DFS时间戳)

2015-08-05 16:22:40 1140

原创 HDU 5351 MZL's Border(java 规律)

HDU 5351 MZL's Border(java 找规律)

2015-08-04 20:13:32 842

原创 HDU 2795 Billboard(线段树)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2795Problem DescriptionAt the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its...

2015-08-03 20:04:08 712

原创 HDU 5336 XYZ and Drops(模拟十滴水游戏 BFS)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5336Problem DescriptionXYZ is playing an interesting game called "drops". It is played on ar∗cgrid. Each grid cell is either empty, or occupi...

2015-08-02 11:06:05 1046

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关注的人

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