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
1505
HDU 1054 Strategic Game(无向二分图的最大匹配)
凡无向图,求匹配时都要除以2 #include #include #include #include #include usingnamespacestd; constintMAXN=
1505
ATMacmer
·
2016-02-19 18:00
POJ
1505
(二分+贪心)
题意:给一些书,这些书有不同的页数,让把这些书分成k份,必须是连续的,问这些份中页数和的最大值最小是多少。解题思路:知道了页数和的范围,而且书都是连续的,要找到页数和最大值的最小值可以直接二分答案。。AC:#include #include #include usingnamespacestd; constintMAXM=505; intm,k; intbook[MAXM]; boolvis[M
hexianhao
·
2016-02-17 11:00
贪心
用R语言进行数据探索
>dim(iris)[1]
1505
>names(iris)[1]"Sepal.Length""Sepal.Width""Petal.Length""Petal.Width""Species">str(iris
EnjoySmile
·
2016-01-30 20:01
R语言
HDU-
1505
-City Game【dp】【思维】
HDU-
1505
-CityGameTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others) ProblemDescriptionBobisastrategygameprogrammingspecialist.Inhisnewcitybuildinggamethegamingenvironmentisasfollo
loy_184548
·
2016-01-28 22:00
dp
HDU-1505
串口介绍
RS232[captionid="attachment_
1505
"align="alignnone"width="252"]RS232左上角为1,右下角为9[/caption]DCD载波检测RXD接收数据
素人派surenpi
·
2016-01-19 15:00
RS232
串口
TTL
串口介绍
RS232[captionid="attachment_
1505
"align="alignnone"width="252"]RS232左上角为1,右下角为9[/caption]DCD载波检测RXD接收数据
素人派surenpi
·
2016-01-19 15:00
串口介绍
RS232[captionid="attachment_
1505
"align="alignnone"width="252"]RS232左上角为1,右下角为9[/caption]DCD载波检测RXD接收数据
素人派surenpi
·
2016-01-19 15:00
串口
RS232
TTL
openwrt 更改默认固件大小
(我的openwrt源码为ChaosCalmer
1505
)修改target/linux/ramips/image/Makefile文件查找到对应机型的定义文件然后保存退出,make即可。注意:
u011641885
·
2016-01-12 23:00
MT7620 修改 默认 ip
openwrt源码版本:ChaosCalmer
1505
(版本可以登录到luci查看)开发板型号:MT7620更改文件 package/base-files/files/lib/functions/uci-defaults.shucidef_set_interface_lan
u011641885
·
2016-01-04 10:00
诊断一次Oracle日志切换频繁的问题
SnapIdSnapTimeSessionsCursors/SessionBeginSnap:1456009-Dec-1504:00:48594.5EndSnap:1456109-Dec-
1505
:00
guogang83
·
2015-12-23 16:00
HDU2870 Largest Submatrix
题意:一个二维字符段,有wx,y,z,a,b,c,a,其中w可以变成a,b,x可以变成b,c,等..问最大相同矩阵是多大思路:所有可能变成字母有三种,a,b,c,依次求最大矩阵,hdu
1505
,hdu1506
yexiaohhjk
·
2015-12-18 11:00
hdu
1505
City Game
hdu1506加强版 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #definerep(i,a,n)for(inti=a;i=a;i--
yexiaohhjk
·
2015-12-13 21:00
dp
HDU
1505
求最大子矩阵(二维)
CityGameTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):5914 AcceptedSubmission(s):2534ProblemDescriptionBobisastrategygameprogrammingspecialist.Inhisn
became_a_wolf
·
2015-12-13 20:00
hdu
1505
City Game
pid=
1505
先处理每一行上每一个F为底往上所到达的高度,然后再左右处理。
·
2015-11-13 07:11
game
hdu2870(dp求最大子矩阵)
pid=2870 分析:分别转换成'a','b','c'三种来求,其实就跟hdu
1505
一样了。。。
·
2015-11-13 06:33
HDU
hdu
1505
(dp求最大子矩阵)
pid=
1505
分析: 这题是HDU 1506 的加强版,定义一个二维数组,d[i][j]表示第i行j列元素在前i行中的最大高度。
·
2015-11-13 06:32
HDU
“王髯御鞑唱刀环”
弘治年间(公元1488-
1505
年),鞑靼入侵宁夏,王越曾率军于贺兰山大破之。 王越能打仗,擅长诗文,有《王襄敏集》行于世。
·
2015-11-13 05:29
最小生成树 10.1.5.253
1505
poj 1258 http://poj.org/problem?id=1258
nbsp; #include <iostream>// poj 1258 10.1.5.253
1505
·
2015-11-13 00:07
最小生成树
POJ 3122, Pie
Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 3965 Accepted:
1505
 
·
2015-11-12 19:58
poj
HDU
1505
City Game【矩阵的最大面积】
Problem Description Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees,
·
2015-11-12 19:18
game
SDUT
1505
GCD(欧拉函数)
题目链接 基本上跟上个题一模一样。居然因为INT64 CE了两次,哭死。。。 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cstdlib> 5 #include <vector> 6 #include &l
·
2015-11-12 09:16
GC
配置 Struts2 Hello World
http://javaweb.group.iteye.com/group/wiki/
1505
-struts2-under-helloworld---how-to-make-the-first-of-the-running-struts2
·
2015-11-11 05:06
Hello world
HDU
1505
City Game【DP】
题意:是二维的1506,即在1506的基础上,再加一个for循环,即从第一行到最后一行再扫一遍--- 自己写的时候,输入的方法不对---发现输不出结果,后来看了别人的----@_@发现是将字母和空格当成一个字符串来输入的。 #include<iostream> #include<cstdio> #include<cstring> #inc
·
2015-11-10 23:27
game
九度OJ
1505
两个链表的第一个公共结点 【数据结构】
pid=
1505
题目描述: 输入两个链表,找出它们的第一个公共结点。 输入: 输入可能包含多个测试样例。
·
2015-11-10 21:14
数据结构
POJ
1505
:Copying Books(区间DP)
Description Before the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so called scribers. The scriber had been given a book an
·
2015-11-09 13:07
copy
csuoj
1505
: 酷酷的单词
id=
1505
1505
: 酷酷的单词 时间限制: 1 Sec 内存限制: 128 MB 提交: 340 解决: 135
·
2015-11-08 11:08
单词
整除问题
题目1104:整除问题 时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:
1505
解决:440 题目描述: 给定n,a求最大的k,使n!
·
2015-11-08 10:27
问题
hdu 4004 The Frog's Games 二分
65768/65768 K (Java/Others)Total Submission(s): 3050 Accepted Submission(s):
1505
·
2015-11-07 13:11
games
HDU 2870 Largest Submatrix
这三道题的关系是这样的,
1505
是1506的加强版,2870又是
1505
的加强版 如果按照上面由简到易的顺序来做的话,还是很简单的 这道题的思想就是 枚举+DP 因为某些字符可以变值,所以我们枚举
·
2015-11-02 11:55
Matrix
HDU
1505
City Game
这题是上一题的升级版 关键在于条形图的构造,逐行处理输入的矩阵,遇到'F'则在上一次的条形图基础上再加1,遇到'R'则置为0 然后用上一题的算法,求每行对应条形图的最大矩阵的面积。 另外:本来是debug都不用就1A的节奏。可在输入数据上,一开始我用的是scanf读入字符 和 getchar跳过无效字符,在测试数据上是没有问题的,但一交上去就WA掉了。 看到别人的代码使用c
·
2015-11-02 11:54
game
hdu 4328 Cut the cake
此题可以看着是hdu
1505
City Game 的加强版 View Code 1 # include<stdio.h> 2 # include<string.h
·
2015-11-01 14:59
HDU
POJ
1505
Copying Books
题意:按顺序给你N个数,将这N个数分成连续的M段,使得这M段每段的和中的最大值最小,输出最小值(1<=N<=100000,1<=M<=N,每个数在1到10000之间),如果有多种可能的话,尽量在前面进行划分。 思路: 1、由于函数具有单调性的特征,因此可以用二分枚举的办法去实现它,这与POJ3258有非常相似的地方,但这里不需要排序。 2、输出的时候需
·
2015-10-31 17:02
copy
POJ
1505
&&UVa714 Copying Books(DP)
Copying Books Time Limit: 3000MS Memory Limit: 10000K Total Submissions: 7109 Accepted: 2221 Description Before the invention of book-printing, it was ve
·
2015-10-31 13:44
copy
HDU
1505
& POJ 1964 City Game (递推+扫描法)
题意:一个矩阵,有些格子是F,有些是R,要你找到最大的子矩阵使得矩阵内全是F 思路:直接枚举每个子矩阵,显然复杂度是O(m^3 n^3),显然TLE。 我们可以使用扫描法:用up(i,j)表示格子(i,j)悬垂线(悬垂线就是指这个格子往上走遇到第一个R的格子之前的线段)的长度。left(i,j)表示悬垂线往左扫最左能移动到的位置(遇到R会停止),right(i,j)表示悬垂线往右扫
·
2015-10-31 10:16
game
poj
1505
题意:给出一个数列有n个数,要求用分割分把这个数列分成m段,不能改变原数列的顺序。每段至少一个数。求使得加和最大的那段的加和最小的划分方案。如果有多组解的话先要保证第一段和尽量小,若仍有多组解,要先保证第二段和尽量小,以此类推。 分析:二分+贪心。二分查找这个加和最大的段的加和最小值。在查找过程中,每次枚举这个加和,对数列从左到右看一遍,看在每段加和不超过这个枚举值的前提下最少可以将这个数列分成
·
2015-10-31 08:17
poj
Collecting Bugs(POJ 2096)
nbsp;10000MS Memory Limit: 64000K Total Submissions: 3064 Accepted:
1505
·
2015-10-30 16:37
bugs
hdu
1505
&& hdu1506 &&hdu 2830 && 2870 总结---------DP之状图选最大矩形
/* 多谢了“闭眼,睁眼” 同学给我一套dp专题,不然真是没接触过这种题型。 做个4个简单的,很高兴有所收获。 2013-08-06 /* HDU 1506 最基础的一道题目,其主要精髓就在于两个数组 l[i],r[i]; 其中,l[i]用来存储第i个矩形的左边界,r[i]存储的是第i个矩形的右边界,也就是说对于任意的 l[i]<=x<=r[i]都有a[x]&g
·
2015-10-30 14:14
HDU
剑指Offer - 九度
1505
- 两个链表的第一个公共结点
剑指Offer - 九度
1505
- 两个链表的第一个公共结点2013-11-24 20:09 题目描述: 输入两个链表,找出它们的第一个公共结点。
·
2015-10-30 13:44
链表
剑指offer面试题8——旋转数组的最小数字
题目1386:旋转数组的最小数字 时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:6708 解决:
1505
题目描述: 把一个数组最开始的若干个元素搬到数组的末尾
·
2015-10-30 13:06
面试题
hdu
1505
pid=
1505
思路:完全就是hdu 1506的加强版,只要取定第i行,这样就可以用1506的方法来做了,最后加个for循环就行了; View Code 1 #include<iostream
·
2015-10-30 10:59
HDU
1505
: 酷酷的单词
Time Limit: 1 Sec Memory Limit: 128 MB Description 输入一些仅由小写字母组成的单词。你的任务是统计有多少个单词是“酷”的,即每种字母出现的次数都不同。比如ada是酷的,因为a出现2次,d出现1次,而1和2不同。再比如,banana也是酷的,因为a出现3次,n出现2次,b出现1次。但是,bbacccd不
·
2015-10-23 08:01
单词
HDU-
1505
City Game 动态规划
pid=
1505
自己写的屌丝代码: #include <cstdlib> #include <cstring> #include <cstdio> #define
·
2015-10-23 08:44
动态规划
hdu 5502 Candy Game(dp)
代码#include #include #include #include usingnamespacestd; constintmaxn=
1505
; intN; doubleP,Q,dp[maxn
u011328934
·
2015-10-22 08:00
列车数据更新包
'5781d27e-e336-4139-8075-65624d7f0b02' 制作时间:'2005-7-19 15:46:58' 此数据更新包修改了以下车次数据: K91 K92 K93 K94
1505
·
2015-10-21 11:56
数据
linux awk、grep应用
Exception/'catalina.out.20140401|grep'error'catalina.out.20140401 服务器通过过滤命令定位问题的原因grep-a300'2014-04-
1505
zhanjie
·
2015-10-10 16:00
zoj
1505
双向bfs
#include #include #include #include #include #include #include #include #include #include #include #include #defineMID(x,y)((x+y)>>1) #defineL(x)(x=0&&x=0&&y>q; setsets,sett; set::iteratorit;//用set可以避
cacyth
·
2015-09-19 10:00
hdu
1505
city game dp
ProblemDescriptionBobisastrategygameprogrammingspecialist.Inhisnewcitybuildinggamethegamingenvironmentisasfollows:acityisbuiltupbyareas,inwhichtherearestreets,trees,factoriesandbuildings.Thereisstills
zhou_yujia
·
2015-09-17 09:00
算法
dp
HDU
预订 iPhone 6s,是怎样一种体验?
AppleStore应用差不多是
1505
才开放预订(同期网站无法打开),结果每次都提示超时让重试。试了五六次都提示失败以后我点了应用里的到店取货链接,倒是可以正常预约取货。
Logout_黄俊杰
·
2015-09-12 23:31
HDU
1505
City Game (DP,HDU1506加强版)
pid=
1505
没做过1506的建议先去做1506,我有详细解释1506链接:http://blog.csdn.net/xtttgo/article/details/48085707因为我是用1506的方法做的这题题意
xtttgo
·
2015-08-30 10:00
《动态规划》hdoj
1505
最大全零子矩阵
#include #include charstr[10];intk,i,m,j,n,t,max;intmap[1005][1005],l[1005],r[1005];intmain(){ scanf("%d",&k);while(k--){ scanf("%d%d",&m,&n); memset(map[0],0,sizeof(map[0]));for(i=1;i=1;j--){while(ma
a709743744
·
2015-08-26 20:00
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他