自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

STILLxjy

戒急戒躁,厚积薄发。

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

原创 (2016年中国大学生程序设计竞赛(杭州)-重现赛) Car 二分 (解决精度问题)

Car Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 0 Accepted Submission(s): 0Problem Description Ruins is driving a car to participating

2016-10-29 18:53:32 841

原创 (2016年中国大学生程序设计竞赛(杭州)-重现赛) ArcSoft's Office Rearrangement 模拟

ArcSoft’s Office Rearrangement Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 0 Accepted Submission(s): 0Problem Description ArcSoft, Inc

2016-10-29 18:37:19 730

原创 (POJ 2259) Team Queue 队列的应用 (队列的队列)

Team Queue Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 4403 Accepted: 1523 DescriptionQueues and Priority Queues are data structures which are known to most computer scientis

2016-10-29 18:30:15 587

原创 (POJ 2253)Frogger 求所有可达路径中的最大边的最小值 dijkstra || floyd 变形

Frogger Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 38822 Accepted: 12492 DescriptionFreddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona F

2016-10-29 18:21:03 1179

转载 (POJ 1062)昂贵的聘礼 在可选的顶点中求最短路 dijkstra + 枚举

昂贵的聘礼 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 46354 Accepted: 13753 Description年轻的探险家来到了一个印第安部落里。在那里他和酋长的女儿相爱了,于是便向酋长去求亲。酋长要他用10000个金币作为聘礼才答应把女儿嫁给他。探险家拿不出这么多金币,便请求酋长降低

2016-10-28 18:28:52 531

原创 (POJ 3259)Wormholes 判断负环 bellman_ford 或者 spfa

Wormholes Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 45772 Accepted: 16904 DescriptionWhile exploring his many farms, Farmer John has discovered a number of amazing wormh

2016-10-28 16:54:42 474

转载 (2016弱校联盟十一专场10.5) F. Fibonacci of Fibonacci (暴力 + 循环节)

The math class is coming again. You can’t wait to tell Nozomi the game “Knight Garden”, and she return a puzzle called “Fibonacci of Fibonacci” back to you. We are all familiar with Fibonacci sequenc

2016-10-28 14:36:40 688

原创 (2016 弱校联盟十一专场10.3) Similarity of Subtrees DFS + hash

题目链接 https://acm.bnu.edu.cn/v3/problem_show.php?pid=52310problem description Define the depth of a node in a rooted tree by applying the following rules recursively: • The depth of a root node

2016-10-27 15:39:06 579

原创 (2016弱小联盟十一专场10.3) Help the Princess! BFS

题目连接: https://acm.bnu.edu.cn/v3/statments/jag2016.pdf分析:直接判断‘%’到‘@’和最近的‘$’的距离,如果 ‘%’到‘@’小于%’到最近的‘$’的距离则输出YES否则输出NOAC代码:#include <iostream>#include <cstdio>#include <cstring>#include <algorithm>#in

2016-10-26 22:59:53 417

原创 (2016弱小联盟十一专场10.3) Best Matched Pair 暴力

Best Matched Pair Input: Standard Input Time Limit: See AtCoder You are working for a worldwide game company as an engineer in Tokyo. This company holdsan annual event for all the staff members of t

2016-10-26 22:52:36 581

原创 (2016弱小联盟十一专场10.3)Parentheses 找规律

Parentheses Input: Standard Input Time Limit: See AtCoder Dave loves strings consisting only of (' and)’. Especially, he is interested in balanced strings. Any balanced strings can be constructed u

2016-10-26 22:44:39 661

原创 (ZOJ 3469)Food Delivery 区间DP

Description When we are focusing on solving problems, we usually prefer to stay in front of computers rather than go out for lunch. At this time, we may call for food delivery.Suppose there are N peop

2016-10-21 13:32:39 473

原创 (LightOJ 1422 Halloween Costumes) 区间DP

Halloween Costumes Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %lluDescription Gappu has a very busy weekend ahead of him. Because, next weekend is Halloween, and he is plan

2016-10-19 18:55:55 356

原创 (POJ 1651)Multiplication Puzzle 区间DP (dp思路总结)

Multiplication Puzzle Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 8806 Accepted: 5516 DescriptionThe multiplication puzzle is played with a row of cards, each containing a si

2016-10-19 18:49:59 457

原创 (POJ 2955)Brackets 区间DP 最大括号匹配

Brackets Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6647 Accepted: 3577 DescriptionWe give the following inductive definition of a “regular brackets” sequence:the empty sequ

2016-10-18 16:39:42 514

转载 Zoj 3537 Cake (DP_最优三角形剖分)

转自:http://blog.csdn.net/woshi250hua/article/details/7824433题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3537题目大意:给定n个点的坐标,先问这些点是否能组成一个凸包,如果是凸包,问用不相交的线来切这个凸包使得凸包只由三角形组成,根据costi, j =

2016-10-18 15:24:41 461

原创 Coins 思维题

题目链接: https://acm.bnu.edu.cn/v3/statments/52297.pdf题意: 分别有a1,a2,a3个一元,两元,3元的硬币。问可以组成多少不同的钱数?分析: 分类讨论即可,不过要用手推很长时间。 我们没用long long,很早就写出来了 ,WA了n次。。。。AC代码:#include <iostream>#include <cstdio>#includ

2016-10-16 17:24:44 502

原创 Nearest Neighbor Search 简单几何(求空间一点到区域的距离)

题目链接: https://acm.bnu.edu.cn/v3/statments/52296.pdf题意: 求空间一点(x0,y0,z0),到三维空间区域的最小距离?分析: 先求二维平面的最小距离(将平面分为9部分分别处理即可),再求高的距离。 AC代码:#include <iostream>#include <cstdio>#include <cstring>#include <a

2016-10-16 16:44:52 474

原创 (HDU 1078) FatMouse and Cheese 记忆化搜索

FatMouse and Cheese Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8705 Accepted Submission(s): 3653Problem Description FatMouse has stor

2016-10-15 16:15:47 457

原创 (HDU 2859) Phalanx (求最大对称子矩阵) dp

Phalanx Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1246 Accepted Submission(s): 617Problem Description Today is army day, but the se

2016-10-15 15:11:23 1226

原创 (POJ 1661) Help Jimmy 树型dp

Help Jimmy Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 10561 Accepted: 3464 Description“Help Jimmy” 是在下图所示的场景上完成的游戏。 场景中包括多个长度和高度各不相同的平台。地面是最低的平台,高度为零,长度无限。 Jimmy老鼠在时刻

2016-10-15 14:08:29 261

转载 (POJ 1015) Jury Compromise 经典dp问题 (n选m)

转载请注明出处:優YoU http://blog.csdn.net/lyy289065406/article/details/6671105大致题意: 在遥远的国家佛罗布尼亚,嫌犯是否有罪,须由陪审团决定。陪审团是由法官从公众中挑选的。先随机挑选n 个人作为陪审团的候选人,然后再从这n 个人中选m 人组成陪审团。选m 人的办法是:控方和辩方会根据对候选人的喜欢程度,给所有候选人打分,分值从0

2016-10-12 16:32:49 386

原创 (HDU 1160) FatMouse's Speed dp (最长递增子序列 , 两个因素决定)

FatMouse’s Speed Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 14760 Accepted Submission(s): 6502 Special JudgeProblem Description FatM

2016-10-11 23:35:18 289

原创 (HDU 1259) 最少拦截系统 dp || 贪心

最少拦截系统 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 35285 Accepted Submission(s): 13963Problem Description 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统.但是

2016-10-11 17:05:55 343

原创 (HDU 1074)Doing Homework dp 状态压缩

Doing Homework Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8227 Accepted Submission(s): 3793Problem Description Ignatius has just come

2016-10-09 21:26:41 276

原创 (HDU 1024)Max Sum Plus Plus dp

Max Sum Plus Plus Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 25894 Accepted Submission(s): 9004Problem Description Now I think you ha

2016-10-09 13:15:22 279

原创 (HDU 1698)Just a Hook 线段树区间修改

Just a Hook Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 28817 Accepted Submission(s): 14276Problem Description In the game of DotA, Pu

2016-10-03 14:34:38 346

原创 (POJ 2528)Mayor's posters 线段树 + 离散化

Mayor’s posters Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 59580 Accepted: 17267 DescriptionThe citizens of Bytetown, AB, could not stand that the candidates in the mayor

2016-10-03 13:43:11 292

原创 敌兵布阵 树状数组入门

敌兵布阵 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uHDU 1166 Description C国的死对头A国这段时间正在进行军事演习,所以C国间谍头子Derek和他手下Tidy又开始忙乎了。A国在海岸线沿直线布置了N个工兵营地,Derek和Tidy的任务就是要监视这些工兵营地的活动情

2016-10-02 17:20:29 428

原创 (HDU 1754)I Hate It 线段树区间查询入门,单点修改

I Hate It Time Limit:3000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u HDU 1754 Description 很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。 这让很多学生很反感。 不管你喜不喜欢,现在需要你做的是,就是按照老师的要求,写一个程序,模

2016-10-02 17:17:35 388

原创 (POJ 3468)A Simple Problem with Integers 线段树区间修改入门讲解

C - A Simple Problem with Integers Time Limit:5000MS Memory Limit:131072KB 64bit IO Format:%lld & %lluPOJ 3468 Description You have N integers, A1, A2, … , AN. You need to deal with two kind

2016-10-02 17:13:47 411

原创 (POJ 1840)Eqs 哈希表

Eqs Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 15893 Accepted: 7799 DescriptionConsider equations having the following form: a1x13+ a2x23+ a3x33+ a4x43+ a5x53=0 The c

2016-10-01 20:59:14 355

原创 (POJ 3349)Snowflake Snow Snowflakes 哈希

Snowflake Snow Snowflakes Time Limit: 4000MS Memory Limit: 65536K Total Submissions: 39257 Accepted: 10282 DescriptionYou may have heard that no two snowflakes are alike. Your task is to

2016-10-01 20:51:37 522

原创 Gold Balanced Lineup ( hash )

Gold Balanced Lineup Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 15020 Accepted: 4351 DescriptionFarmer John’s N cows (1 ≤ N ≤ 100,000) share many similarities. In fact, F

2016-10-01 18:25:50 605

原创 (POJ 2299)Ultra-QuickSort 归并排序求逆序数

Ultra-QuickSort Time Limit: 7000MS Memory Limit: 65536K Total Submissions: 56331 Accepted: 20814 DescriptionIn this problem, you have to analyze a particular sorting algorithm. The algor

2016-10-01 10:17:13 420

机器学习实战配套文件与代码

机器学习实战数据配套的文件和代码

2019-05-22

[NLP] 动手实现邮件分类算法博客对应的数据集

[NLP] 动手实现邮件分类算法博客对应的数据集

2019-05-09

空空如也

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

TA关注的人

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