E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
1074
【解题报告】食物链[codevs
1074
][rqnoj 455]
#include #include #include #include #include #definemaxn50000+10 usingnamespacestd; intn,k; intfa[maxn]; intcnt[maxn]; intfind(intx) { if(fa[x]==x)returnx; inttmp=fa[x]; fa[x]=find(tmp); cnt[x]=(cnt[x
qq_33583069
·
2016-02-29 20:00
HDU
1074
(状态压缩DP)
DoingHomeworkTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):7070 AcceptedSubmission(s):3104ProblemDescriptionIgnatiushasjustcomebackschoolfromthe30thA
baneHunter
·
2016-02-28 10:00
BZOJ1625宝石手镯
1625:[Usaco2007Dec]宝石手镯TimeLimit:5SecMemoryLimit:64MBSubmit:
1074
Solved:729Description贝茜在珠宝店闲逛时,买到了一个中意的手镯
DCrusher
·
2016-02-27 19:57
背包型DP
hdu
1074
doing homework(状态压缩dp)
DescriptionIgnatiushasjustcomebackschoolfromthe30thACM/ICPC.Nowhehasalotofhomeworktodo.Everyteachergiveshimadeadlineofhandinginthehomework.IfIgnatiushandsinthehomeworkafterthedeadline,theteacherwillre
xiaojixuansu
·
2016-02-27 15:00
ZOJ
1074
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=74可以肯定,直接暴力枚举各个矩形并计算和的话复杂度是O(n^6),肯定会超时。首先可以用一对对角来表示一个子矩阵(左上角和右下角,或者右上角和左下角),这里用左上角和右下角来表示。假设矩阵的左上角都是[1][1]。用sum[i][j]表示从[1][1]到[i][j]的矩
qust1508060414
·
2016-02-19 20:00
HDU
1074
Doing Homework 状压DP
题目链接:DoingHomework巨恶心。找了一晚上bug,发现for循环初始化居然不能代替memset。真心不服、附AC代码:1#include 2#include 3#include 4usingnamespacestd; 5 6#defineN16 7#defineM1t[i]?0:t[i]-dead[j]; 50if(dp[k]+tcost 15#include 16#
小小八
·
2016-02-14 00:00
HDU
1074
Doing Homework(状态压缩DP)
题意:有n门课,每门课有截止时间和完成所需的时间,如果超过规定时间完成,每超过一天就会扣1分,问怎样安排做作业的顺序才能使得所扣的分最小思路:二进制表示。1#include 2#include 3#include 4#include 5#include 6#include 7#include 8#include 9#include 10#include 11#include
untiltetw
·
2016-01-30 16:00
Doing Homework(hdu)
1074
DoingHomeworkTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):6967 AcceptedSubmission(s):3043ProblemDescriptionIgnatiushasjustcomebackschoolfromthe30thA
sjy22
·
2016-01-27 22:00
[JS]document.body.clientHeight的取值(转)
有时候需要取页面的底部,就会用到document.body.clientHeight,在HTML标准中(这一句就能取到整个页面的高度,不论body的实际内容到底有多高,例如,
1074
*768的分辨率,页面最大化时
dragoo1
·
2016-01-27 10:00
XHTML
获取到
BZOJ
1074
: [SCOI2007]折纸origami
很裸的一道计算几何对吧每一个询问我们就只需要易操作将他展开就好了。。很显然爆搜中可以删几个不可能的中途状态点时间上界是2n∗m的然后我是在linux打的。。。调戏了很久毛了搬到Windows上才发现是一个double打成了int。。。。。各种不爽#include #include #include #include usingnamespacestd; inlinedoubleabs(doubl
liutian429073576
·
2016-01-23 17:00
计算几何
bzoj
状态压缩dp-HDU
1074
-Doing Homework
题目: 每门课的作业有截止日期和完成作业所需要的日期,然后有多门课,如果每门课没完成会有一个惩罚,惩罚为多出来的时间。求做作业的顺序,使得惩罚最小。有T组数据,每组数据给出N门课,每门课给出了S(课程名)D(截止日期)C(完成作业所需的时间)思路: 课的总数 #include #include usingnamespacestd; intCase; intn; constintmaxn=21;
wait_never
·
2016-01-22 22:00
动态规划
状态压缩
HDU
1074
Doing Homework(状态压缩dp)
题目链接:[kuangbin带你飞]专题十二基础DP1D-DoingHomework题意有n门功课需要完成,每一门功课都有时间期限以及你完成所需要的时间,如果完成的时间超出时间期限多少单位,就会被减多少学分,问以怎样的功课完成顺序,会使减掉的学分最少,有多个解时,输出功课名排列最小的一个。思路利用二进制位的方法来解题用过不少次,但真正意义上的状态压缩dp,这是第一道,有纪念意义,当然,一开始也没想
to_be_better
·
2016-01-22 17:00
dp
状态压缩
Codevs
1074
[NOI 2002]食物链
AC通道:http://codevs.cn/problem/
1074
/[分析]一看到这种判断是否矛盾的题目,就想到并查集。
XY20130630
·
2016-01-22 14:00
编程
LightOJ
1074
O - Extended Traffic(SPFA判断负环)
题目链接:kuangbin带你飞专题四最短路练习O-ExtendedTraffic题意给定每条街的拥挤度p(x),街a到街b的时间就是(p(b)-p(a))**3,求第一个点到第k个点的最短路,若无法到达或结果小于3,输出’?’。思路显然,题目可能存在负环,则所有负环上的点全应该输出’?’,因为它们必定小于3,所以,spfa判断负环,并进行标记,即可解决代码#include #include #i
to_be_better
·
2016-01-19 23:00
SPFA
lightoj
LightOJ
1074
Extended Traffic spfa+邻接表
题意:有n个点,m条有向边,每条边的权值等于(弧头的权值-弧尾的权值)的三次方,求第一个点到给定点的最短路径;用dijkstra做了一遍,WA,再读一遍题发现边的权值可以为负,可能会产生负环,把负环上的所有点还有路径经过负环的点都标记,此处用一个dfs;用spfa+邻接表做了一遍,期间犯了很多小错误,改了很久,RE了很多次终于过了,还是太不仔细了;#include #include #includ
zchahaha
·
2016-01-19 18:00
C语言
SPFA
邻接表
lightoj
hdu
1074
Doing Homework 状态压缩dp
DoingHomeworkTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):6928 AcceptedSubmission(s):3019ProblemDescriptionIgnatiushasjustcomebackschoolfromthe30thA
zjw6463
·
2016-01-17 19:00
HDU
1074
Doing Homework (状压dp)
pid=
1074
题意:有n项作业,给出每项作业需要的时间和截止日期,每超出1天扣一分,问如何选择使得扣的分最少思路:用递推的方式遍历所有的情况(dp[i]由dp[i-(1 #include #include
csdn364988181
·
2016-01-17 15:00
dp
ACM
HDU
YTU
1074
: You are my brother
1074
:Youaremybrother时间限制: 1Sec 内存限制: 128MB提交: 10 解决: 7题目描述LittleAgetstoknowanewfriend,LittleB,recently.Oneday
qq_28954601
·
2016-01-07 11:00
编程
C语言
hdu
1074
Doing Homework【状态压缩】
ProblemDescriptionIgnatiushasjustcomebackschoolfromthe30thACM/ICPC.Nowhehasalotofhomeworktodo.Everyteachergiveshimadeadlineofhandinginthehomework.IfIgnatiushandsinthehomeworkafterthedeadline,theteache
zhou_yujia
·
2016-01-07 09:00
dp
二进制
1074
. Reversing Linked List (25)【链表翻转】——PAT (Advanced Level) Practise
题目信息
1074
.ReversingLinkedList(25)时间限制400ms内存限制65536kB代码长度限制16000BGivenaconstantKandasinglylinkedlistL,
xianyun2009
·
2016-01-02 20:00
链表
pat
翻转
1074
hdu
1074
(状态压缩dp)
DoingHomeworkTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)ProblemDescriptionIgnatiushasjustcomebackschoolfromthe30thACM/ICPC.Nowhehasalotofhomeworktodo.Everyteachergivesh
hexianhao
·
2015-12-26 09:00
dp
Codevs-
1074
食物链
1074
食物链2001年NOI全国竞赛时间限制:3s空间限制:64000KB题目描述Description动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B,B吃C,C吃A。
Dolor_Nan
·
2015-12-13 09:33
codevs
Codevs-
1074
食物链
1074
食物链2001年NOI全国竞赛时间限制:3s空间限制:64000KB题目描述Description动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B,B吃C,C吃A。
Dolor_Nan
·
2015-12-13 09:33
codevs
hdu
1074
状态压缩dp
//hdu
1074
状态压缩dp #include #include #include #include #include #include #include #include #definemod10000009
driver13
·
2015-12-12 02:00
HDU
1074
—压缩DP
第一次写博客,感觉第一次理解dp一些,(写成了记忆化搜索,现在想想递推也不难理解)HDU
1074
,题意是安排做作业顺序,这里的压缩状态,0不做,1做了,然后搜索下一状态,类似广度搜索,然和比较可以到这一状态的最优解
xlzhang223
·
2015-12-08 17:00
SPFA判负环-LightOJ-
1074
-Extended Traffic
ExtendedTrafficTimeLimit:2000MSMemoryLimit:32768KBDescriptionDhakacityisgettingcrowdedandnoisydaybyday.Certainroadsalwaysremainblockedincongestion.Inordertoconvincepeopleavoidshortestroutes,andhenceth
Roy_Yuan
·
2015-12-06 22:00
c
SPFA
HDU
1074
Doing Homework 状态压缩DP
DoingHomeworkTimeLimit:1000MSMemoryLimit:32768KB64bitIOFormat:%I64d&%I64uDescriptionIgnatiushasjustcomebackschoolfromthe30thACM/ICPC.Nowhehasalotofhomeworktodo.Everyteachergiveshimadeadlineofhandingin
qq_21057881
·
2015-12-06 16:00
zoj
1074
To the Max(简单的DP)
题目链接http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=74大意就是给你一个矩阵问你矩阵的最大子矩阵之和是多少#include #include #defineinf99999999 inta[110][110]; intmain() { intn,d,sum; intmax=-inf; while(~scanf("%d",&n
sinat_30126425
·
2015-12-04 13:00
dp
ZOJ
zoj
1074
To the Max
ProblemGivenatwo-dimensionalarrayofpositiveandnegativeintegers,asub-rectangleisanycontiguoussub-arrayofsize1x1orgreaterlocatedwithinthewholearray.Thesumofarectangleisthesumofalltheelementsinthatrectan
Kirito_Acmer
·
2015-12-04 12:00
dp
黄力晨:避险情绪难解加息围局,黄金高开后将回落
黄金自从10月非农数据公布后,金价便一直维持在1100下方低位震荡,除了上周一(11.9)因技术性调整略有反弹外,金价在上一次8连阴之后再次收得一次4连阴,并刷新2010年3月以来低点
1074
美元/盎司
fxhlc
·
2015-11-16 16:00
现货黄金
黄力晨
ZOJ
1074
To the Max(DP)
problemCode=
1074
这道题的dP是基于 “最大子段和” 的dp方法 例如求数组 1 2 -3 4;-5 6 -1
·
2015-11-13 18:10
max
hdu
1074
Doing Homework (状压dp)
Doing Homework Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4149 Accepted Submission(s): 1668
·
2015-11-13 14:41
home
【BZOJ】
1074
: [SCOI2007]折纸origami
id=
1074
题意:一开始有一个左上角是(0,100),右下角是(100,0)的纸片,现在可以沿有向直线折n次(n<=8,右边折向左边),折完后,有m个询问(m<=50),每次询问一个点在最终的图形中穿过了几次纸片
·
2015-11-13 11:45
2007
【状态DP】 HDU
1074
Doing Homework
原题直通车:HDU
1074
Doing Homework 题意:有n门功课需要完成,每一门功课都有时间期限t、完成需要的时间d,如果完成的时间走出时间限制,就会被减  
·
2015-11-13 09:26
home
无os下使用DM9000
【恢复】 回复数:16,点击数:
1074
【楼主位】 zchong 积分:850 派别: 等级:------ 来自:中国·南京 最近在ADS下驱动DM9000老是不成功,不知道有没有人在无
·
2015-11-13 04:22
OS
hdu
1074
Doing Homework
pid=
1074
状压dp不是很懂,看着别人的代码写的,很长时间才看懂。 dp[i]记录(1<<n)-1个状态第i状态的最小结果。用pre数组记录每一个状态的前驱。
·
2015-11-13 01:27
home
PKU动态规划部分题目列表
Gangsters1037 A decorative fence1038 Bugs Integrated, Inc.1042 Gone Fishing1050 To the Max1062 昂贵的聘礼
1074
·
2015-11-12 22:21
动态规划
HDU
1074
Doing Homework【状态压缩DP】
HDU
1074
Doing Homework 算法核心:状态压缩DP大意:有n门课程作业,每门作业的截止时间为D,需要花费的时间为C,若作业不能按时完成,每超期1天扣1分。
·
2015-11-12 22:13
home
poj1050(nyoj104 zoj
1074
)dp问题
To the Max Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 39913 Accepted: 21099 Description Given a two-dimensional array of positive and negative integers,
·
2015-11-12 17:36
poj
算法训练想法
www.doc88.com/p-468115455065.html 排序训练:冒泡、选择、快速排序 大数问题:大数加法、减法、乘法、除法 hdu:大菲波数 动态规划:背包问题、状态压缩(hdu
1074
·
2015-11-12 15:06
算法
HDU
1074
pid=
1074
每个任务有一个截止日期和完成时间,超过截止日期一天扣一分,问完成全部任务最少扣几分,并输出路径 最多15个任务,状态压缩一下进行dp,输出路径的话要记录每种状态的前驱,存起来逆序输出
·
2015-11-12 14:39
HDU
HDU
1074
pid=
1074
状压dp,记录路径 求最小值的状压dp非常裸,5分钟就写好了,记录路径有点麻烦,之前没怎么处理过这种问题 我的方法是用一个map建立当前状态和前驱状态的映射,输出要按字典序,因为已经按字典序从大到小排好了
·
2015-11-12 14:31
HDU
HDU
1074
(状态压缩DP)
pid=
1074
题目大意:有N个作业(N<=15),每个作业需耗时,有一个截止期限。超期多少天就要扣多少分。问最少被扣多少分,且按字典序输出做作业顺序。 解题思路: 集合上的DP问题。
·
2015-11-12 13:41
HDU
POJ 动态规划(dp)题目汇总
1037 A decorative fence1042 Gone Fishing1062 昂贵的聘礼
1074
Parallel Expectations1093 Formatting Text1112
·
2015-11-12 13:57
动态规划
[HDU
1074
] Doing Homework
Doing Homework Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5472 Accepted Submission(s): 2311 &n
·
2015-11-12 12:22
home
HDUOJ-----
1074
Integer Inquiry
Integer Inquiry Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 9196 Accepted Submission(s): 2354 P
·
2015-11-11 19:03
Integer
TYVJ
1074
武士风度的牛(BFS)
背景 Background 农民John有很多牛,他想交易其中一头被Don称为The Knight的牛。这头牛有一个独一无二的超能力,在农场里像Knight一样地跳(就是我们熟悉的象棋中马的走法)。虽然这头神奇的牛不能跳到树上和石头上,但是它可以在牧场上随意跳,我们把牧场用一个x,y的坐标图来表示。 描述 Description 这头神奇的牛像其
·
2015-11-11 18:58
bfs
PAT
1074
. Reversing Linked List (25)
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, if K = 3, then you must output 3→2→1→6→5→4;
·
2015-11-11 16:04
list
DP 练习中。。。
Gangsters1037 A decorative fence1038 Bugs Integrated, Inc.1042 Gone Fishing1050 To the Max1062 昂贵的聘礼
1074
·
2015-11-11 13:48
dp
ZOJ
1074
最大子矩阵和问题
//////////////////////////////////////////////////////////////////最大子矩阵和问题#include<iostream>using namespace std; int MaxSum(int n,int *a){ int i; in
·
2015-11-11 12:39
ZOJ
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他