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
杭电1480
杭电
分类
抄袭,有木有~~呵呵~~ 注:网上搜的 第一篇 1001 这个就不用说了吧 1002 简单的大数 1003 DP经典问题,最大连续子段和 1004 简单题 1005 找规律(循环点) 1006 感觉有点BT的题,我到现在还没过 1007 经典问题,最近点对问题,用分治 1008 简单题 1009 贪心 1010 搜索题,剪枝很关键 1011&nbs
·
2015-11-11 03:31
杭电
杭电
1171 Big Event in HDU(母函数+多重背包解法)
Big Event in HDU Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 23728 Accepted Submission(s): 836
·
2015-11-11 03:29
event
在CentOS6.5上安装Oracle12C(字符界面)
1.硬件和系统配置 CPU 双核 内存
1480
M swap 4G /u01 16G 核心版本 2.6.32-431.29.2.el6.x86_64  
·
2015-11-11 02:25
centos6
杭电
1213--How Many Tables(并查集)
How Many Tables Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 18006 Accepted Submission(s): 8856
·
2015-11-11 02:00
table
高校俱乐部(-3+1)题解
最近好久没做高校俱乐部了,今天
杭电
在比赛,又不想刷其他了,就随便看看。 看到一个三星题目,-3+1,第一个反应就是3n+1啦,之后暴力什么的涌现眼前。
·
2015-11-11 02:48
题解
栈的运用! 表达式求值。
pid=1237 拿
杭电
的这个初级版本练练手!
·
2015-11-11 02:55
表达式
杭电
1316
How Many Fibs? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3804 Accepted Submission(s): 1498
·
2015-11-11 01:23
杭电
从修复 testerhome(rubychina)网站的一个 bug 学习 ruby&rails on ruby
前言 testerhome: http://testerhome.com/topics/
1480
对于一个差点脱离前沿技术人,想要学习ruby,就意味着要放弃熟悉的操作系统windows,熟悉的ide-eclipse
·
2015-11-11 00:13
Rails
杭电
2896题 AC自动机模板题
AC自动机的一个常见的例子就是给出n个单词,再给出一段包含m个字符的文章,让你找出有多少个单词在文章里出现过。这题一定要注意建树时为128叉树:#include #include #include #include usingnamespacestd; charnumber[1000005]; structTrie { intNext[100010][128],Fail[100010],End
dtwd886
·
2015-11-10 21:00
AC自动机
九度OJ
1480
最大上升子序列和 -- 动态规划
pid=
1480
题目描述: 一个数的序列bi,当b1 < b2 < ... < bS的时候,我们称这个序列是上升的。
·
2015-11-10 21:16
动态规划
进位转换(
杭电
2031)
/*进制转换 Problem Description 输入一个十进制数N,将它转换成R进制数输出。 Input 输入数据包括多个測试实例,每一个測试实例包括两个整数N(32位整数)和R(2<=R<=16, R<>10)。 Output 为每一个測试实例输出转换后的数,每一个输出占一行。假设R大于10,则相应的数字规则參考16进制(比方,10
·
2015-11-10 21:08
转换
Java中next()和nextLine()区别及用法
今天在项目之余,到
杭电
上刷了一道题,那道题是1062题,程序本身不是难,但是在里面实现过程中,突然发现用的Scanner类进行输入的,用到了next和nextLine这两个方法,在输入过程中也遇到一些问题
Cansluck
·
2015-11-10 14:41
个人总结
JAVA开发
技术指导
算法
杭电
1213How Many Tables与
杭电
1232大同小异
HowManyTablesTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):19540 AcceptedSubmission(s):9716ProblemDescriptionTodayisIgnatius'birthday.Heinvitesalotof
yangyuhang11
·
2015-11-09 20:00
杭电
ACM1114(完全背包)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1114题目大意:有一个存钱罐,给出它的重量和装满硬币的重量,然后给出里面装的硬币的种类数,并给出每种硬币的面值和重量,求在给定重量的条件下硬币的最小价值。解题思路:完全背包。根据《背包九讲》,这道题目相当于要求必须装满给出的重量,因此要使dp[0]=0,同时因为求的是最小值,因此其他位置应该是正无穷。A
Runner__1
·
2015-11-09 20:00
dp
ACM
杭电
cin,cout,printf,scanf效率对比
From:http://www.cnblogs.com/killerlegend/p/3918452.html Author:KillerLegend Date:2014.8.17
杭电
OJ之3233
·
2015-11-09 14:14
printf
杭电
1.3.6考试排名
1 /*
杭电
1.3.6考试排名*/ 2 #include <stdio.h> 3 #include <string.h> 4 #include <stdlib.h
·
2015-11-09 14:07
杭电
杭电
题目分类(1)
HDOJ 题目分类2012-05-19 9:40 模拟题, 枚举1002 1004 1013 1015 1017 1020 1022 1029 1031 1033 1034 1035 1036 1037 1039 1042 1047 1048 1049 1050 1057 1062 1063 1064 1070 1073 1075 1082 1083 1084 1088 1106 1107 11
·
2015-11-09 14:07
杭电
HDU 1176 免费馅饼
pid=1176 中文题,问题很简单,就是求他最多能接到多少个馅饼 这个题如果打出二维时间位置表很容易看出来和
杭电
2084数塔 一样,都可以从最下面开始往上推
·
2015-11-09 14:08
HDU
杭电
1548 A strange lift(广搜)
http://acm.hdu.edu.cn/showproblem.php?pid=1548 A strange lift Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 11341&nb
·
2015-11-09 13:02
if
杭电
2120--Ice_cream's world I(并查集)
Ice_cream's world I Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 758 Accepted Submission(s): 442
·
2015-11-09 13:25
并查集
HDU 2068 RPG的错排
(Java/Others) Total Submission(s): 5536 Accepted Submission(s): 2269 Problem Description 今年暑假
杭电
·
2015-11-09 13:23
HDU
hdu1165 规律递推
并不知道为什么被
杭电
分类塞进了dp专题,但是我一开始显然看到这个题就觉得给那个公式用函数递归一下答案肯定能出来了,只不过既然放在了dp专题里面估计这样暴力求解会TLE的吧(是的当时我还天真的以为真的是dp
·
2015-11-09 12:59
HDU
SG函数资料(入门必备)
首先来玩个游戏,引用
杭电
课件上的: (1
·
2015-11-09 12:27
函数
清仓大甩卖!锤子手机T1宣布降价:暴降1000元
京东今宣布,从11月10日0点起,锤子手机T1将降价至
1480
元进行销售,相比此前2480元的价格暴降1000元,相比刚上市时候近3500元的价格来说更是便宜了接近2000元。
TechWeb
·
2015-11-09 00:00
杭电
1232畅通工程
畅通工程TimeLimit:4000/2000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):39663 AcceptedSubmission(s):21050ProblemDescription某省调查城镇交通状况,得到现有城镇道路统计表,表中列出了每条道路直接连通的城镇。省政府“畅通工程
yangyuhang11
·
2015-11-08 22:00
杭电
find the night
findthenightTimeLimit:1000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):9729 AcceptedSubmission(s):2830ProblemDescription假设:S1=1S2=12S3=123S4=1234.........S9=12345
yangyuhang11
·
2015-11-08 20:00
杭电
2028
#include<stdio.h> #include<malloc.h> int main() { int n,i,j; __int64 *p; __int64 min,max; while(scanf("%d",&n)!=EOF) { p=(__int64*)malloc
·
2015-11-08 16:25
杭电
杭电
2029
#include<stdio.h> int main() { int n,i,a[100][100],j; while(scanf("%d",&n)!=EOF) { for(i=0;i<n;i++) { a[i][0]=1; a[i
·
2015-11-08 16:25
杭电
杭电
2024
#include<stdio.h> int main() { int n; char a[100]; int i,j,first; scanf("%d\n",&n); for(i=0;i<n;i++) { first=1; gets(a);
·
2015-11-08 16:24
杭电
杭电
2025
#include<stdio.h> int main() { char a[100]; char max; int i; while(gets(a)) { max=a[0]; for(i=0;a[i]!='\0';i++) { if(max<=a[
·
2015-11-08 16:23
杭电
杭电
2023
#include<stdio.h> int main() { int m,n,i,j,sum,first,num=0; int a[51][6]; double aven[51],avem[6]; while(scanf("%d%d",&n,&m)!=EOF) { for(i=0
·
2015-11-08 16:23
杭电
杭电
2022
#include<stdio.h> #include<malloc.h> #include<math.h> int main() { int m,n,i,j,a,b; int **p; int max; while(scanf("%d%d",&m,&n)!=EOF)
·
2015-11-08 16:22
杭电
POJ 3211 Washing Clothes【01背包】
且同种颜色的衣服不能同时洗,也不能两个人同时洗一件衣服,问洗完这m件衣服至少需要的时间 先考虑怎样才能让时间最少的方案,肯定是dearboy和他的妹纸各洗一半的时间,这样消耗的时间最少, 这样可以联想到
杭电
那一道
·
2015-11-08 15:06
poj
UVa 136 Ugly Numbers【优先队列】
和
杭电
的那一题丑数一样--这里学的紫书上的用优先队列来做。
·
2015-11-08 15:51
number
HDU 1558
同时,又受到了
杭电
的输出大坑(between和fllowed两种不同!!) #include<iostream> #incl
·
2015-11-08 15:19
HDU
HDU--
杭电
--1501--Zipper--深搜、DP都好
Zipper Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5807 Accepted Submission(s): 2086
·
2015-11-08 14:52
zip
杭电
汉诺塔问题总结
看了一下
杭电
的各种汉诺塔问题,遇到些奇奇葩葩的小问题,也有很多很好的思想,比如最后一题,来来回回的颠倒很有意思。
·
2015-11-08 14:01
总结
HDU 2066 一个人的旅行(最短路)
一个人的旅行 Problem Description 虽然草儿是个路痴(就是在
杭电
待了一年多,居然还会在校园里迷路的人,汗~),但是草儿仍然很喜欢旅行
·
2015-11-08 11:32
HDU
PKU 1840 Eqs
与
杭电
1496类似,都是通过hash+枚举做的。
·
2015-11-08 11:30
pku
杭电
2075
#include<stdio.h> int main() { int a,b; int i,n; scanf("%d",&n); for(i=0;i<n;i++) { scanf("%d%d",&a,&b); if(a%b==0
·
2015-11-07 14:05
杭电
杭电
2043
#include<stdio.h> int main() { int m,i,j,count1,count2,count3,count4,count5; char a[50]; while(scanf("%d",&m)!=EOF) { for(i=0;i&l
·
2015-11-07 14:04
杭电
杭电
2042
#include<stdio.h> int main() { int sf; int i,n,j,m; scanf("%d",&n); for(i=0;i<n;i++) { m=3; scanf("%d",&sf);
·
2015-11-07 14:04
杭电
杭电
2041
#include<stdio.h> int main() { int a[41]; int i,n,m,j; scanf("%d",&n); for(i=0;i<n;i++) { a[1]=0; a[2]=1; a[3]=2;
·
2015-11-07 14:03
杭电
杭电
2037贪心法
#include<stdio.h> int main() { int n; int a[110],b[110],temp,temp1,count,time; int i,j; while(scanf("%d",&n)!=EOF&&n!=0) { count=0;
·
2015-11-07 14:02
杭电
杭电
2040
#include<stdio.h> int main() { int m; int a,b,i,sum; scanf("%d",&m); while(m--) { sum=0; scanf("%d%d",&a,&b);
·
2015-11-07 14:02
杭电
杭电
2033
#include<stdio.h> int main() { int ah,am,as,bh,bm,bs,e,f,g; int m; scanf("%d",&m); while(m--) { scanf("%d%d%d%d%d%d",&ah,&am,&
·
2015-11-07 14:01
杭电
杭电
2032
#include<stdio.h> int main() { int n,i,a[100][100],j; while(scanf("%d",&n)!=EOF) { for(i=0;i<n;i++) { a[i][0]=1; a[i
·
2015-11-07 14:00
杭电
iterator排序STL ---Map hdu1004,1075,1263
nbsp; map 的应用 注意first 为key值 second 是value值 然后就是在
杭电
上头文件对于
·
2015-11-07 14:27
iterator
UVa 536 Tree Recovery
题意:给出一颗二叉树的前序遍历和中序遍历,输出其后序遍历 用
杭电
1710的代码改一点,就可以了。
·
2015-11-07 14:13
tree
杭电
2639 Bone Collector II【01背包第k优解】
解题思路:对于01背包的状态转移方程式f[v]=max(f[v],f[v-c[i]+w[i]]);其实01背包记录了每一个装法的背包值,但是在01背包中我们通常求的是最优解, 即为取的是f[v],f[v-c[i]]+w[i]中的最大值,但是现在要求第k大的值,我们就分别用两个数组保留f[v]的前k个值,f[v-c[i]]+w[i]的前k个值,再将这两个数组合并,取第k名。 即f的数组会增加一维
·
2015-11-07 14:46
Collector
上一页
77
78
79
80
81
82
83
84
下一页
按字母分类:
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
其他