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
2965
ACM学习
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.
chenzhenyu123456
·
2015-06-09 13:00
POJ北大ACM试题分类
(poj1018,poj1753,poj
2965
)(2)贪心(poj1328,poj2109,poj2586)(3)递归和分治法.
keyyuanxin
·
2015-05-27 13:00
POJ 3669 Meteor Shower
MeteorShowerTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 10760 Accepted:
2965
DescriptionBessiehearsthatanextraordinarymeteorshoweriscoming
wust_ZJX
·
2015-05-17 12:00
poj题目分类
(poj1753,poj
2965
)(2)贪心(poj1328,poj2109,poj2586)(3)递归和分治法.(4)递推.(5)构造法.(poj3295)(6)模拟法.
zz_ylolita
·
2015-05-09 23:00
poj
poj
2965
The Pilots Brothers' refrigerator
DescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereaplayerneedstoopenarefrigerator.Thereare16handlesontherefrigeratordoor.Everyhandlecanbeinoneoftwostates:openorclosed.There
Kirito_Acmer
·
2015-04-30 19:00
搜索
ACM分类(POJ)
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.
u013240038
·
2015-04-19 19:00
分类
POJ,ZOJ题目分类(多篇整合版,分类很细致,全面)
/blog.myspace.cn/e/400733239.htm水题:3299,2159,2739,1083,2262,1503,3006,2255,3094初级:一、基本算法:(1)枚举(1753,
2965
David_Jett
·
2015-04-18 14:37
题目分类
POJ
整理
ACM资料
POJ,ZOJ题目分类(多篇整合版,分类很细致,全面)
blog.myspace.cn/e/400733239.htm水题:3299,2159,2739,1083,2262,1503,3006,2255,3094初级:一、基本算法: (1)枚举(1753,
2965
David_Jett
·
2015-04-18 14:00
poj
整理
题目分类
Cookie与Session的区别
IETFRFC
2965
HTTPStateManagementMechanism是通用cookie规范。
youmo
·
2015-04-09 16:00
Cookie与Session的区别-总结很好的文章
IETFRFC
2965
HTTPStateManagementMecha
hello_katty
·
2015-04-09 08:09
PHP开发
Cookie与Session的区别-总结很好的文章
IETFRFC
2965
HTTPStateManagementMecha
开元中国2015
·
2015-04-09 08:00
poj
2965
id=
2965
好吧终于没有图片了,这道题看起来应该简单一些吧,毕竟已经有7000多人A了,好吧,还是先看看题目再说。
·
2015-04-01 15:00
poj
POJ
2965
The Pilots Brothers' refrigerator(枚举+思维题)
题目大意:给出一个4×4的矩形,矩形上的“+”表示关闭状态,“-”表示打开状态,可以改变任意一点(i,j)的状态,改变该点状态的同时,第i行和第j列上的元素的状态也随之改变,问你事所有点都变成打开状态所需的最少翻转次数,同时输出要改变状态的点的坐标(坐标从1开始)。分析:这题和POJ1753有点相似,但比1753更有思维性。首先我们先来看一下,对于矩形中的某点(i,j),如果我们改变这一点状态的同
AC_Gibson
·
2015-03-17 18:00
常见算法
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.(poj3295) (6)模拟法.
a_1_2_ab
·
2015-03-06 15:00
POJ
2965
The Pilots Brothers' refrigerator (精妙方法秒杀DFS BFS)
这题以前做过,当时枚举翻转次数,搜过了,但是用了800+ms,看着人家都两位数甚至0ms,我再次回顾了下这题,虽然这次的精妙方法不是我自己想出来的(毕竟精妙,我还是差的很远呢)首先这题BFS或者递归枚举的思路都是特别容易TLE的,不TLE的人也是爬过,而且用了不少的修改。DFS虽然可以优化到二三百ms,但是我不是很认可DFS啊,明明求得是最少的次数,而查到的DFS的代码都是搜到一个解救输出了,感觉
Miracle_ma
·
2015-02-22 18:00
ACM
poj
入门专题第二题 poj
2965
The Pilots Brothers' refrigerator
id=
2965
此题与1753类似,同样用dfs枚举,学长学姐们应该就是想让我们先练一下这些基础吧。。思路几乎来说都一样,不赘述了。但是TLE了大半天,太弱了orz。。。
liujc_
·
2015-02-02 02:00
【BZOJ2007】【Noi2010】海拔 平面图最小割转最短路
【BZOJ
2965
】保护古迹平面图转对偶图,暴力,
Vmurder
·
2015-01-29 22:00
NOI2010
海拔
BZOJ2007
平面图最小割转最短路
BZOJ
2965
保护古迹 平面图转对偶图+最小割
题目大意:给出一个平面图,这个平面图中分布着一些点,可以用平面图中的边将一些点围住,问围住k个点的最小花费是多少。思路:这题重点是平面图转对偶图。做法不难理解。先将所有的边拆成两条,枚举所有的边,若这个边没有被标记过,那么就对这条边进行搜索,弄出来以这个边为一边的平面区域,可以顺时针或者逆时针。将所有边挂在这条边的起点上,在所有点上按照每条边的极角排序,每次找的时候找大于(或小于)当前边的反向边的
jiangyuze831
·
2015-01-27 20:00
最小割
网络流
计算几何
bzoj
平面图转对偶图
【BZOJ
2965
】保护古迹 平面图转对偶图,暴力,网络流
#include intmain() { puts("转载请注明出处谢谢"); puts("http://blog.csdn.net/vmurder/article/details/43199045"); }题意:自己看去吧。题解:如果不考虑这道题的某些小数据范围,那么正解应该是:首先平面图转对偶图,然后扫描线处理名胜古迹过程中运用到邪恶的平衡树(就算是set也依然恶心)或者用神奇方法Ⅰ判断(ch
Vmurder
·
2015-01-27 19:00
网络流
暴力
平面图转对偶图
BZOJ2965
保护古迹
POJ
2965
The Pilots Brothers' refrigerator ACM解题报告 (递归+深搜)
本题是POJ
2965
,一道搜索题,方法比较多,但是我只会用递归搜索,题意是要把每次操作一个handle,然后一整行一整列的handle都会反过来,要求是得到4*4的矩阵中都为-时冰箱打开。
Miracle_ma
·
2014-12-21 15:00
poj
POJ -
2965
- The Pilots Brothers' refrigerator (高效贪心!!)
ThePilotsBrothers'refrigeratorTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 19356 Accepted: 7412 SpecialJudgeDescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereapla
u014355480
·
2014-12-19 10:00
Algorithm
ACM
poj
贪心
高效算法
Cookies,SSL,httpclient的多线程处理,HTTP方法
不幸的是,对如何处理cookie,有几个规范互相冲突:Netscape Cookie 草案, RFC2109, RFC
2965
,而且还有很大数量的软件商的cookie实现不遵循任何规范.
zzc1684
·
2014-12-03 12:00
ssl
Cookies
HTTP方法
poj
2965
The Pilots Brothers' refrigerator
id=
2965
poj1753扩展,dfs+枚举,不过加了一个路径。
·
2014-11-29 21:00
poj
POJ题目分类
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.
piaocoder
·
2014-11-24 16:00
poj
关于各种算法的学习
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.(poj3295) (6)模拟法.
brandohero
·
2014-11-11 14:00
【中途相遇+二进制】【NEERC 2003】Jurassic Remains
例题25 侏罗纪(JurassicRemains,NEERC2003,LA
2965
)给定n个大写字母组成的字符串。选择尽量多的串,使得每个大写字母都能出现偶数次。【输入格式】输入包含多组数据。
zy691357966
·
2014-10-30 21:00
POJ
2965
The Pilots Brothers' refrigerator
ThePilotsBrothers'refrigeratorTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 19011 Accepted: 7277 SpecialJudgeDescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereapla
u014492609
·
2014-10-22 20:00
枚举
搜索
反转
HDU2082_找单词【多重背包】
1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4138 AcceptedSubmission(s):
2965
ProblemDescription
u011676797
·
2014-10-20 10:00
POJ
2965
ThePilotsBrothers'refrigeratorTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 18941 Accepted: 7256 SpecialJudgeDescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereapla
DoJintian
·
2014-10-05 10:00
ACM
poj
2965
The Pilots Brothers' refrigerator
DescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereaplayerneedstoopenarefrigerator.Thereare16handlesontherefrigeratordoor.Everyhandlecanbeinoneoftwostates:openorclosed.There
Misdom_Tian_Ya
·
2014-09-25 19:00
浅谈 Cookie 与 Session 的区别
IETFRFC
2965
HTTPStateManagementMechanism是通用cookie规范。
xrzs
·
2014-08-20 01:00
题目分类
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.
Ash_Zheng
·
2014-08-01 16:00
题目分类
声波通信原理及源代码
声波通信原理及源代码分类: 声波通信 声音传输 android 源代码2013-10-1711:28
2965
人阅读 评论(15) 收藏 举报声波通信声音传输android源代码 目前声波通信已经在
mirkerson
·
2014-07-30 19:00
android
源代码
语音识别
声波通信
声音传输
POJ
2965
看了实在佩服[cpp] viewplaincopy/*既然说要把所有的开关变成是打开的话,那么怎么样才能做而且又不影响其他的布局呢?如果没遇到一个‘+’即关闭的开关,我们就把这个开关所在行和列包括它本身(本身只操作一次)都操作一次的话。那么可以计算它本身的状态变化次数为7,其同在一行和一列的元素则状态变化为4,余下的状态转化都是2.可以得到这个方法可以在不影响其它元素的状态下将关闭的开关打开(因为
u013570474
·
2014-07-13 14:00
poj 1753/
2965
bfs+位运算(关灯游戏/开冰箱门)
2965
:仍然是4*4的方格,对某点的操作为对该点所在行和所在列全部翻转,问最小部数并输出方案。思路:bfs+位运算。注意:棋盘一共有16个位置,每个位置最多翻转一次,所以搜索空间最大为2^16。
dumeichen
·
2014-07-10 17:00
Web存储(Web Storage)介绍
一个cookie最多可以存放4096B左右的数据(见http://www.ietf.org/rfc/rfc
2965
.txt)。每次请求时,cookie
九彩拼盘
·
2014-06-27 17:31
北大ACM题目分类
北大ACM在线评测系统(POJ)初期一、基本算法 (1)枚举(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法
日拱一卒
·
2014-05-30 11:00
ACM
北大ACM
[置顶] POJ 分类
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.
u013912596
·
2014-05-24 12:00
ACM
poj
[转]POJ题目分类
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法
fns
·
2014-05-20 22:00
poj
poj
2965
--The Pilots Brothers' refrigerator
ThePilotsBrothers'refrigeratorTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 17642 Accepted: 6685 SpecialJudgeDescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereapla
u013015642
·
2014-05-15 21:00
Poj题不完全分类
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.(poj3295) (6)模拟法.
Acidsweet
·
2014-05-05 16:00
POJ
2965
:The Pilots Brothers' refrigerator:棋盘题目2
ThePilotsBrothers'refrigeratorTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 17342 Accepted: 6557 SpecialJudgeDescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereapla
smileyk
·
2014-04-06 15:00
POJ
2965
The Pilots Brothers' refrigerator (bfs)
DescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereaplayerneedstoopenarefrigerator.Thereare16handlesontherefrigeratordoor.Everyhandlecanbeinoneoftwostates:openorclosed.There
u013013910
·
2014-03-24 22:00
编程
C语言
poj
bfs
poj分类
(poj1753,poj
2965
)(2)贪心(poj1328,poj2109,poj2586)(3)递归和分治法.(4)递推.(5)构造法.(poj3295)(6)模拟法.
www.bysocket.com
·
2014-03-18 21:00
poj分类
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法
·
2014-03-18 21:00
poj
【搜索】poj
2965
ThePilotsBrothers'refrigeratorDescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereaplayerneedstoopenarefrigerator.Thereare16handlesontherefrigeratordoor.Everyhandlecanbeinone
hetangl2
·
2014-02-23 14:00
搜索
poj
LA
2965
Jurassic Remains / 中途相遇法
求尽量多的字符串每种大写字母出现偶数次每个字符串可以看成一个长度为26出现奇数次对应位置为1偶数为0就是求一些字符串他们的异或为0n最大为242^24超时可以枚举前一半n/2所以的子集存在map里然后枚举后一半看是否有和它相同的相同的异或就为0枚举一半时间可以接受#include #include #include usingnamespacestd; constintmaxn=30; mapt
u011686226
·
2014-01-24 13:00
poj
2965
放到枚举里面了,拿位运算做比较方便。#include usingnamespacestd; #defineROW4 intmain() { boolHANDLES[ROW][ROW]={false}; charhandle; for(inti=0;i>handle; if(handle=='+') { HANDLES[i][j]=!HANDLES[i][j]; for(intk=0;k
zhengnanlee
·
2014-01-17 09:00
ACM题解报告
POJ-
2965
-The Pilots Brothers' refrigerator-2013-12-05 11:18:12
ThePilotsBrothers'refrigeratorTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 16671 Accepted: 6327 SpecialJudgeDescriptionThegame“ThePilotsBrothers:followingthestripyelephant”hasaquestwhereapla
u011676797
·
2014-01-11 22:00
【ACM训练计划】POJ 题目分类 【初级、中级、高级】
(poj1753,poj
2965
) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5
synapse7
·
2013-11-30 17:00
ACM
分类
poj
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他