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
1089
hdoj
1089
最大递增子序列和
SuperJumping!Jumping!Jumping!TimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):15658 AcceptedSubmission(s):6655ProblemDescriptionNowadays,akindofchessgam
y990041769
·
2013-04-05 10:00
算法
dp
iostream
ACM题库分类
1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、
1089
kay_zhyu
·
2013-03-24 20:00
九度OJ
1089
: 树查找
题目描述有一棵树,输出某一深度的所有节点,有则输出这些节点,无则输出EMPTY。该树是完全二叉树。 输入输入有多组数据。每组输入一个n(1 #include #include intmain() { intn,d,i,index; intarray[1001]; //freopen("C:\\Users\\SJF\\Desktop\\acm.txt","r",stdin); while(scan
SJF0115
·
2013-02-11 21:00
北邮
[silicy line]
1089
. Farey Sequence
ConstraintsTimeLimit:1secs,MemoryLimit:32MBDescriptionTheFareySequenceFn foranyintegernwithn>=2isthesetofirreduciblerationalnumbersa/bwith0 #include #include #include #include #include #include #inclu
qiuchenl
·
2012-12-07 22:00
网站统计中的数据收集原理及实现
http://www.admin10000.com/document/
1089
.html 网站数据统计分析工具是网站站长和运营人员经常使用的一种工具,比较常用的有谷歌分析、百度统计和腾讯分析等等。
zhibin07
·
2012-11-15 09:00
数据
网站统计中的数据收集原理及实现
[url]http://www.admin10000.com/document/
1089
.html[/url]网站统计中的数据收集原理及实现 网站数据统计分析工具是网站站长和运营人员经常使用的一种工具
zhibin07
·
2012-11-12 09:00
数据
性价比更高的一套电脑配置
宝、某东,还有各个论坛,像zol、pceva呀,包括一些游戏论坛,收集各种电脑方面的信息,这也算是我的一个爱好吧,呵呵2012年10月24日,更新配置如下: CPU: 酷睿i5-3470(¥
1089
qqli
·
2012-10-24 19:00
cpu
电脑
攒机
线段拼接问题
id=
1089
题目等价意思:给定数轴上一组线段,线段可能会相交。如果相交,则将两线段拼接起来。如[1,3][24],则拼接之后得到的线段为[1,4]。以升序输出经过这些拼接操作之后得到的线段。
Nathan_wz
·
2012-10-16 16:00
struct
LOJ
1089
题意: Thefunction SOD(n) (sumofdivisors)isdefinedasthesummationofalltheactualdivisorsofanintegernumber n.Forexample, SOD(24) =2+3+4+6+8+12=35.给出一个n,让求csod(n),n的范围在2*10^9;思路:这道题主要的思想是枚举除数,很显然在n的范围内除数可以出现
Gu Feiyang
·
2012-10-15 15:00
简单输入输出
hdu
1089
#includevoidmain(){inta,b;while(scanf("%d%d",&a,&b)!
yadong_zhao
·
2012-08-19 13:00
UVa 10148 - Advertisement
option=com_onlinejudge&Itemid=8&category=113&page=show_problem&problem=
1089
【原题】TheDepartmentofRecreationhasdecidedthatitmustbemoreprofitable
leili
·
2012-08-18 14:00
UVA_OJ
UVa 10148 - Advertisement
option=com_onlinejudge&Itemid=8&category=113&page=show_problem&problem=
1089
【原题】TheDepartmentofRecreationhasdecidedthatitmustbemoreprofitable
shuangde800
·
2012-08-18 00:00
HD 1090
真暴力啊,cd上运行不完全正确~~~~~竟AC啦跟
1089
类似,只是加了层循环#include usingnamespacestd; #include intmain() { inta,b,n; charc
hedafighter2011
·
2012-08-17 20:00
HD
1089
这个题该注意的是:空格,空字符C语言中空格,空字符详解#include usingnamespacestd; #include intmain() { inta,b; charc; while((cin>>a,c=getchar(),cin>>b)&&c=='') cout<<a+b<<endl; return0; }
hedafighter2011
·
2012-08-17 19:00
CSU
1089
羊吃草
很不错的优先队列题。有N只羊,他们要吃草料,商店有M种草料,每种草料只能给一只羊吃。草料有价格price和质量score两种特性,每只羊对两种特性都有最低要求。要求在满足质量,每只羊都能吃到的前提下,求出最小总价;思路:先把草料和羊按质量从大到小排序,遍历羊,将大于羊要求的质量(即符合要求的草料入队),在队列中按价格从小到大排列,然后找到价格恰满足此羊的草料,出队,加入总价。//Memory:42
winkloud
·
2012-08-07 21:00
struct
iterator
ini
杭电acm题目分类版本2
1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、
1089
zhouhong1026
·
2012-07-31 20:00
深入理解JavaScript定时机制
本文地址:http://www.laruence.com/2009/09/23/
1089
.html转载文章转帖地址:http://www.9demo.com/archives/341容易欺骗别人感情的JavaScript
iwebcode
·
2012-07-31 16:00
JavaScript
1089
-1096:A+B for Input-Output Practice
A+BforInput-OutputPractice(I)ProblemDescriptionYourtaskistoCalculatea+b.Tooeasy?!Ofcourse!Ispeciallydesignedtheproblemforacmbeginners. Youmusthavefoundthatsomeproblemshavethesametitleswiththisone,yes,
xiaofei2010
·
2012-07-22 08:00
Integer
input
each
output
pair
hdu
1089
Robotic Sort
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1890题目思路:splay,区间反转。#include #include #include #include #include #include #include #include #include #include #include usingnamespacestd; #defineinf0x3f3
Wings_of_Liberty
·
2012-07-16 23:00
iis7配置zend framework的地址重写规则[url_rewrite]
iis7配置zendframework的地址重写规则[url_rewrite]发表时间:2011-06-11内容来源:《第一php网》收集整理点击数:
1089
一、从以下地址下载IIS7的URL重写模块并安装
冯京宝
·
2012-07-06 13:00
Flex中TypeError: Error #
1089
: Assignment to lists with more than one item is not supported.
学习过程中发现了一个bug:TypeError:Error#
1089
:Assignmenttolistswithmorethanoneitemisnotsupported. atAccessRight/
xiaofeixia22222
·
2012-07-05 13:00
[线段树+离散化]LightOJ
1089
- Points in Segments (II)
题目描述: Givennsegments (1 dimensional) andqpoints, for each point you have to find the number of segments which contain that point. A pointpiwill lie in a segmentA BifA ≤ pi≤ B. For example, if the se
Coco_young
·
2012-06-22 10:00
poi
子集树--组合问题(ZOJ
1089
Lotto)
子集树--组合问题(ZOJ
1089
Lotto)与排列相比,组合是不区分元素顺序的,为了消去相同元素不同顺序的干扰项,在选取每一个组合项的元素时使该元素的位序大于已选好元素的位序即可。
HooLee
·
2012-05-27 10:00
ZOJ
1089
模拟题
ViewCode1#include 2#include 3 4intmain() 5{ 6inti,last=0,num[14],n; 7inta,b,c,d,e,f; 8 9while(scanf("%d",&n)&&n) 10{ 11if(last)printf("\n"); 12for(i=0;i
·
2012-05-24 15:00
ZOJ
浅谈CSRF
博客已搬家至360converter博客平台,此文链接:http://blog.360converter.com/archives/
1089
huangxiansheng1980
·
2012-05-06 11:00
session
浏览器
action
token
CSRF
zoj
1089
Lotto
#include"iostream" #include"cstdio" usingnamespacestd; intmain() { intnum[14],n,i,a,b,c,d,e,f,flag=0; while(cin>>n&&n) { if(flag!=0) cout>num[i]; for(a=0;a
yzl_rex
·
2012-04-25 23:00
hdu题目分类
1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、
1089
hedafighter2011
·
2012-04-06 12:00
[ACM_ZJUT_
1089
]Ugly Numbers
Ugly Numbers Time Limit:1000MS Memory Limit:32768K Description: Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, ... shows the
txf2004
·
2012-04-03 21:00
number
HDU 题目分类
1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、
1089
ssun125
·
2012-03-14 00:00
HDU 分类
HDU分类1.1基本输入输出:LCY的A+B8题(
1089
~1096)1.2C语言基础:基础入门题(2104,2088,1076,2095,1061,1170,3361,1197)1.3排序,贪心:1052
默、
·
2012-03-07 18:00
ACM NOTE01
参见:HDOJ_
1089
#include intmain() { inta,b; while(scanf("%d%d",&a,&b)!
xiaofei2010
·
2012-02-29 16:00
POJ 2823 Sliding Window 单调队列+输入输出外挂
题解:来自http://hi.baidu.com/wzyjerry/blog/item/3838f48af40e40cafd1f
1089
.html题目大意:给你一个长度为n的数组,求从左到右的每个相邻的长度为
sdj222555
·
2012-01-23 15:00
数据结构
c
杭电ACM
1089
(A+B for Input-Output Practice (I))
#include usingnamespacestd; intmain() { inta,b; while(cin>>a>>b) { cout<<a+b<<"\n"; } return0; }
hjl243632044
·
2012-01-21 19:00
hdu 题目分类(详细不详细!)
1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、
1089
acmmsdn
·
2012-01-12 15:00
HDU题目分类
1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、
1089
touchinsert
·
2012-01-10 18:00
HDU
杭电
1089
/******************************** * 日期:2011-2-8 * 作者:SJF * 题号:杭电
1089
* 题目:A+B for Input-Output Practice
com_xpp
·
2011-11-17 15:00
杭电
zoj
1089
lotto (DFS )
题意: 给出k个数,要求在这k个数中选取6个数进行递增排列,列出所有情况。 分析: 全排列问题,简单的dfs,要搞清楚的有一点:要取值的第i个数的取值范围。比如71234567那么第1个数可以在1和2之间选择。第二个数可以在2,3,之间选择…… 因为k很小而且也只需要6个数,所以直接暴力也是可以的,将暴力进行到底啊。 至于dfs,之前想太多要设置标记数组,实际都不必要。简单的在dfs里加个循环搜索
cqlf__
·
2011-11-15 00:00
joj
1089
&&zoj 1060&&poj 1094 以及wa的分析和数据
这道题着实让无数人纠结,wa了n次n天,poj的discuss有大量的数据,wa的同学可以试一试。结果我把数据都过了还是wa,后来在discuss的帮助下终于ac了,判断是否有环要最先判断,例如如下的数据:44A#include#includeusingnamespacestd;intmap[27][27];intrudu[27];intr_mark[27];intfff; //一个分量中如度为0
qiankun1993
·
2011-11-11 20:00
joj 1171
水题,做
1089
太郁闷了所以刷了到水题,代码很笨,基本没有参考价值,只为看一眼快把我折磨死的气球。。。。。。。。。。。
qiankun1993
·
2011-11-06 18:00
HDU OJ 题目分类
1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、
1089
ju136
·
2011-10-12 20:40
ACM
HDU OJ 题目分类
1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1061、1070、1076、
1089
ju136
·
2011-10-12 20:00
数据结构
算法
calendar
Numbers
Allocation
combinations
《编程之美: 求二叉树中节点的最大距离》的另一个解法
120(请您对文章做出评价)SpigaPosts-23,Articles-0,Comments-
1089
CnblogsDashboardLoginHomeContactGalleryRSSMilo的游戏开发
slmmlk2011_2
·
2011-10-11 19:13
编程
2010
graph
算法
数据结构
null
杭电 数论题
1164 1211 1215 1222 1286 1299 数学题:Math_基础题:1000、1037、
1089
、1090、1091、1095、1170、1283、Math
wmn_wmn
·
2011-09-12 10:00
ZOJ-
1089
* 组合
1089
:在一串升序的数里选6个数,打印所有的选法。生成组合问题。用1~N生成组合数,对应到读入数据的下标打印即可。参考代码。递归方法实现。dummy函数是对一种组合结果的处理函数。
linest
·
2011-07-12 20:00
ZOJ
JOJ
1089
& ZOJ 1060 & poj 1094 Sorting It All Out (邻接表的栈拓扑排序模板)
DescriptionAnascendingsortedsequenceofdistinctvaluesisoneinwhichsomeformofaless-thanoperatorisusedtoordertheelementsfromsmallesttolargest.Forexample,thesortedsequenceA,B,C,DimpliesthatA#includeconstin
jxy859
·
2011-07-08 20:00
list
struct
null
input
character
sorting
数字遗传
能表示成两个素数平方之和的两个自然数的积同样能表示成两个素数平方之和 【举例】 26=1+25=1^2+5^2 53=4+49=2^2+7^2 26*53=1378=9+1369=3^2+37^2 or 26*53=1378=289+
1089
OpenSpirit
·
2011-04-19 13:00
spring 中的远程调用-RMI
http://hi.baidu.com/wingis/blog/item/b12e538baa13f4d8fd1f
1089
.html/cmtid/792663112267db73cb80c433Spring
gflei
·
2011-04-08 11:00
java
spring
bean
xml
防火墙
创建并部署一个连接SQLAzure的WindowsAzure应用遇到的问题及解决办法
FamilyID=7a
1089
b6-4050-4307-86c4-9dadaa5ed01
zztfj
·
2011-04-06 17:00
sql
数据库
windows
server
防火墙
工具
IIS
创建并部署一个连接SQLAzure的WindowsAzure应用遇到的问题及解决办法
FamilyID=7a
1089
b6-4050-4307-86c4-
lovnet
·
2011-04-06 17:00
windows
创建并部署一个连接SQLAzure的WindowsAzure应用遇到的问题及解决办法
FamilyID=7a
1089
b6-4050-4307-86c4-
lovnet
·
2011-04-06 17:00
windows
上一页
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
其他