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
3320
poj
3320
尺取法经典
点击打开链接#include#include#include#include#includeusingnamespacestd;constintM=101000;inta[M],p,n;setall;intmain(){intans=M;cin>>p;for(inti=0;i=tmapCount;//知识点->出现次数的映射while(1){while(t
Masamiiiii
·
2016-08-05 14:54
Binary
Search
&&
Greedy
Cpp环境【POJ
3320
】Jessica's Reading Problem 洁西卡的复习计划
Description【问题描述】Jessica’saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshehasspentlittletimeonit.Ifshewantstopassit,shehastomasterallideasincludedinaverythicktextboo
cqyz_Lebmond
·
2016-07-25 11:27
cpp
poj
滑动窗口
基础算法之一
查找搜索&排序
算法科技之滑动窗口
难度评级
Time
Required
MYSQL 大批量数据插入
最近在做MYSQL大批量数据的测试,就简单总结一下遇到的问题:首先我是简单的写了一个MYSQL的循环插入数据的SP,具体如下:这是插入100W数据的过程和结果,可以看到是换了55min+20S约
3320
河南骏
·
2016-05-30 15:45
mysql
cluster
MYSQL 大批量数据插入
最近在做MYSQL大批量数据的测试,就简单总结一下遇到的问题:首先我是简单的写了一个MYSQL的循环插入数据的SP,具体如下:这是插入100W数据的过程和结果,可以看到是换了55min+20S约
3320
Eason_oracle
·
2016-05-30 15:00
POJ
3320
Jessica's Reading Problem(尺取法)
题意:给你一个连续的串,找出一个连续且包含所有出现的数字的子串,求这个子串最短为多少。分析:尺取法,先得出出现的不同数字的个数np,然后从头开始先选出等于np的子序列,然后减去该子序列左边的值,减去后如果还是等于np,继续减去左边的值,如果小于np了,则向右加,直到再次达到np.类似题POJ3061-Subsequence,http://blog.csdn.net/itaskyou/article
itaskyou
·
2016-05-12 21:00
re
poj
poj
reading
pro
Jessicas
3320
Jessicas
3320
POJ
3320
Jessica's Reading Problem(尺取法)
题目描述:Jessica’sReadingProblemTimeLimit:1000MSMemoryLimit:65536KB64bitIOFormat:%I64d&%I64uDescriptionJessica’saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshehasspentl
lihongyang123
·
2016-05-05 23:00
poj
尺取法
POJ
3320
Jessica's Reading Problem(尺取法)
DescriptionJessica'saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshehasspentlittletimeonit.Ifshewantstopassit,shehastomasterallideasincludedinaverythicktextbook.Thea
ShiWaiGaoRen12345
·
2016-04-28 00:00
POJ
3320
Jessica's Reading Problem
Jessica'sReadingProblemTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 9654 Accepted: 3163DescriptionJessica'saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshe
a2459956664
·
2016-04-11 18:00
poj
3320
Jessica's Reading Problem
这道题的题意是求能够把全部知识点都覆盖的最小页数,就比如:12221只需要读前两页就能读完所有知识点,因此答案即为2.那么对于这道题的做法来说,需要选择hash表跟尺取法。我们以以下数列为例:1213151713121512 1715每一次先寻找到一个能够覆盖所有知识点的区间[s,t](t #include #include inta[1000004]; usingnamespacestd; in
q1916569889
·
2016-04-09 16:00
hash表
尺取法
语音模块LD
3320
控制LED灯
LD
3320
语音识别模块概述:采用SPI通信接口,板载咪头和有源晶振,方便在电子产品中实现语音识别、声控和人机对话等功能。
t1234xy4
·
2016-03-17 13:00
硬件
语音识别
POJ 3187 Backward Digit Sums (全排列)
BackwardDigitSumsTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:5727 Accepted:
3320
DescriptionFJandhiscowsenjoyplayingamentalgame.Theywritedownthenumbersfrom1toN
helloiamclh
·
2016-03-16 08:00
【POJ
3320
】Jessica's Reading Problemc(尺取法)
题题意P个数,求最短的一段包含P个数里所有出现过的数的区间。分析尺取法,边读边记录每个数出现次数num[d[i]],和不同数字个数n个。尺取时,l和r代表区间两边,每次r++时,d[r]知识点出现次数+1,d[l]知识点出现次数大于1时,次数--,l++,直到d[l]出现次数为1,当不同知识点数量达到n,且区间更小,就更新答案。代码#include #include usingnamespac
水郁
·
2016-02-18 09:00
POJ
3320
(尺取法 map)
Jessica'sReadingProblemTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 9293 Accepted: 3018DescriptionJessica'saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshe
morejarphone
·
2016-02-17 11:00
POJ
3320
尺取法
Jessica'sReadingProblemTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 9249 Accepted: 3001DescriptionJessica'saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshe
zcj5027
·
2016-02-10 14:00
POJ
3320
_Jessica's Reading Problem
题意:每页书都对应一个知识点,问最少看连续的多少页,才能把所有知识点都看完?分析:《挑战程序设计竞赛》介绍的尺取法,反复推进区间的开头和结尾,来求取满足条件的最小区间,先确定好一个满足条件的区间,然后不断往后移,找满足条件的区间。代码:#include #include #include #include #include #include #include usingnamespacestd;
Yukizzz
·
2016-02-09 13:00
poj
3320
Jessica's Reading Problem 尺取法初探(首尾指针法)
题意:某穷屌丝为了顺利成为白富美的备胎,准备在一串数字中找到一个最短区间,该区间包含所有出现过的数字。尺取法一般思路整个过程分为4布:1.初始化左右端点2.不断扩大右端点,直到满足条件3.如果第二步中无法满足条件(右端点超出大区间),则终止,否则更新结果4.将左端点扩大1,然后回到第二步尺取法复杂度为o(n)该题数字范围较大不能用数组判重,用map和set来代替#include #include
ctrss
·
2016-01-26 01:00
指针
poj
尺取法
poj
3320
Jessica's Reading Problem
DescriptionJessica’saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshehasspentlittletimeonit.Ifshewantstopassit,shehastomasterallideasincludedinaverythicktextbook.Thea
LeeHolmes
·
2016-01-24 13:00
poj
POJ
3320
Jessica's Reading Problem(尺取法)
Jessica'sReadingProblemTimeLimit: 1000MSMemoryLimit: 65536KTotalSubmissions: 9137Accepted: 2952DescriptionJessica'saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetsheha
zwj1452267376
·
2016-01-12 18:00
《挑战程序设计竞赛》3.2.1 常用技巧-尺取法 POJ3061
3320
2566 2739 2100(1)
POJ3061http://poj.org/problem?id=3061题意给定长度为n的整数数列以及整数S,求出总和不小于S的连续子序列的长度的最小值,如果解不存在,输出0.思路如果用二分法:先求出sum[i],从第1个数到第i个数的区间和,每次固定一个开始查找的起点sum[i],然后采用二分查找找到sum[i]+S的位置,区间长度即为(末位置-(起始位置-1)),用ans保存过程中区间的最小
thudaliangrx
·
2015-12-31 22:00
poj
尺取法
挑战程序设计竞赛
poj
3320
Jessica's Reading Problem
题意,一本书有n页,每一页有一个知识点,问最少需要连续阅读多少页,能读完所有的知识点分析,假设从l开始读,那么需要找到他的结束位置r,如果从l+1开始,那么如果l的知识点在[l,r]出现一次,那么右边界需要读取到l的知识点再次出现的位置,否则,不变,左右边界慢慢向右蠕动尺取法 #include #include #include #include #include usingnamesp
N维解析几何
·
2015-11-25 20:00
第二台黑苹果(GA-H97M-D3H,OS X EI Capitan 10.11.1)
(PX-256M6S)HDD:WD1TB(WD10EZEX)显卡:HDGraphics4600(CPU集成)网卡:RealtekGbELANchip声卡:RealtekALC892引导方式Clover
3320
UEF
欧阳蓝缺
·
2015-11-21 22:43
poj
3320
快排离散
题目要求求出包含所有ideas的最段序列,如果整数的范围很小的话就简单了,但是这个题目中idea可能很大,因此无法直接用数的大小对应下标 所以必须离散化才可以,因为数一共有1000000,所以最大编号最大为1000000,利用快排离散。 m[i]为原始数据,s[i]为压缩后每个idea对应的编号,index[i]为每个编号出现的下标,其实这个题就是之前遇到的那个求包含给定字符集的最短子串是一个
·
2015-11-12 16:12
poj
POJ
3320
(尺取法+Hash)
id=
3320
题目大意:一本书有P页,每页有个知识点,知识点可以重复。问至少连续读几页,使得覆盖全部知识点。
·
2015-11-12 13:51
hash
尺取法 POJ
3320
Jessica's Reading Problem
题目传送门 1 /* 2 尺取法:先求出不同知识点的总个数tot,然后以获得知识点的个数作为界限, 更新最小值 3 */ 4 #include <cstdio> 5 #include <cmath> 6 #include <cstring> 7 #include <algorithm> 8 #include &l
·
2015-11-11 12:03
reading
redis安装
安装过程如下 性能测试结果: SET操作每秒钟 110000 次,GET操作每秒钟 81000 次,服务器配置如下: Linux 2.6, Xeon X
3320
2.5Ghz.
·
2015-11-11 11:21
redis
[POJ]
3320
Jessica's Reading Problem (尺取法)
id=
3320
1 #include<cstdio> 2 #include<iostream> 3 #include<string.h> 4 #include
·
2015-11-11 05:32
reading
POJ
3320
Jessica's Reading Problem
Jessica's Reading Problem Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 5592 Accepted: 1646 Description Jessica's a very lovely girl wooed by lots of boys.
·
2015-11-02 17:25
reading
【MAX10评测】(二)评测环境
硬件平台: l 计算机: Thinkpad T430 处理器:Intel Core i5-
3320
M 安装内存:8.00GB 系统:Windows 7 64位 l&
·
2015-11-02 16:47
max
尺取法 poj3061 poj
3320
尺取法就是反复推进区间的开头和结尾,来求满足条件的最下区间。 poj3061 http://poj.org/problem?id=3061 给定一个都是正整数的序列,要我们求总和不小于S的连续子序列的长度的最小值 如果序列 是总和最迟大于S的连续子序列 那么 所以只有加上, 从开始的连续子序列才有可能大于S 所以从开始的总和
·
2015-11-02 13:04
poj
POJ
3320
Jessica's Reading Problem 尺取法/map
Jessica's Reading Problem Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 7467 Accepted: 2369 Description Jessica's a very lovely girl wooed by lots of boys.
·
2015-10-30 13:57
reading
解析|惊魂一跳引来多重悬念
至收盘,上证指数下跌-104点,收报
3320
点;创业板指数跌-166点,收报2344点;成指、中小板指数等悉数大跌。两市共成交11721亿元,存在放量下跌的一些特征。
钱眼
·
2015-10-21 00:00
POJ
3320
Jessica's Reading Problem 尺取法
id=
3320
题目大意:一本书上有n个知识点,这本书一共有p页,每页一个知识点(每个知识点有一个唯一的整数编号),全书中同一知识点可能会被多次提到,现在希望通过阅读其中连续的一些页码把所有的知识点都覆盖到
AC_Gibson
·
2015-10-14 14:00
POJ
3320
Jessica's Reading Problem (原来标题在这里改……)
点击就送屠龙宝刀题目大意:有个人想参加一个考试(考试……?)然后他就想看书复习,然后他懒……并且书不咋地,知识点重复且散乱,然后他就想通过看最少的连续的页数覆盖到全部的知识点(偷懒还能考好……Orz)求最少的连续的阅读页数……样例输入:518881样例输出:2(看第一页和第二页)朴素的尺取法#include#include#include#includeusingnamespacestd;cons
LOI_xczhw
·
2015-10-09 14:14
尺取法
=====小算法=====
POJ
3320
Jessica's Reading Problem (尺取法_滑动窗口,阅读最少页数)
DescriptionJessica'saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshehasspentlittletimeonit.Ifshewantstopassit,shehastomasterallideasincludedinaverythicktextbook.Thea
h1021456873
·
2015-09-26 10:25
poj
STL
滑动窗口
Java 程序优化:字符串操作、基本运算方法等优化策略(一)
由于本文所尝试的实验都是基于联想L430笔记本,i5-
3320
CPU,4GB内存基础上的,其他机器上运行代码可能结果有所不同,请以自己的实验环境为准。字符串操作优化字
Mysoft
·
2015-09-25 11:00
java
优化
String
poj
3320
Jessica's Reading(尺取法 + Hash) Problem
[TOC]@(KACMer)by题解工厂题意:给你一个数x,问他最少是由多少个细菌分裂而来的.分析:尺取法+其中要记录种类用map来类Hash维护.那么问题来了,为什么这个可以想到用尺取法呢?其核心原因是,区间的长度越大,所覆盖的页数要么增加要么不变.所以区间越大越容易满足要求,然而我们要求的就是这个满足要求的最小的区间只需要一旦区间内元素满足了,就增加尺子头以减小区间长度,不满足就增加尺子尾增大
jibancanyang
·
2015-09-18 17:00
hash
SDUT
3320
GCD问题 莫比乌斯反演
GCD问题TimeLimit:1000ms Memorylimit:65536K 有疑问?点这里^_^题目描述给出区间 [a,b] , [c,d]求有多少对数满足gcd(x,y) = k,a //莫比乌斯反演 #include #include #include #include #include #include #include usingnamespacestd; constintM
became_a_wolf
·
2015-09-16 10:00
windows7 专业版安装中文语言包
download.windowsupdate.com/msdownload/update/software/updt/2011/02/windows6.1-kb2483139-x86-zh-cn_ae61ea226215f96fc95be
3320
bogang2012
·
2015-09-13 12:00
win7
专业版
安装中文语言包
hdu 1104 Remainder(BFS+数论)
1104RemainderTimeLimit:6000/3000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):
3320
theArcticOcean
·
2015-09-04 19:00
HDU
bfs
取模
poj
3320
尺取法
id=
3320
还是运用尺取法的思路。思路:将头往前走,如果这个知识点没有出现过,将已有的知识点数量+1。如果覆盖了所有知识点,更新当前的最少页数。
liujc_
·
2015-08-06 21:00
POJ
3320
Jessica's Reading Problem(尺取)
Description某人读一本书,要看完所有的知识点,这本书共有P页,第i页恰好有一个知识点ai,(每一个知识点都有一个整数编号)。全书同一个知识点可能会被提到多次,他希望阅读其中一些连续的页把所有知识点都读到,给定每页所读到的知识点,求最少的阅读页数Input第一行一个整数为书页数P,第二行P个整数为每页的知识点,每个数字表示一个知识点Output输出最少阅读页数SampleInput5188
V5ZSQ
·
2015-07-14 08:00
poj
3320
Jessica's Reading Problem 【尺取法+STLmap set】
Jessica'sReadingProblemTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:7893Accepted:2529DescriptionJessica'saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshehass
笑着走完自己的路
·
2015-06-17 14:51
STL
尺取
poj
3320
Jessica's Reading Problem 【尺取法+STLmap set】
Jessica'sReadingProblemTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:7893 Accepted:2529DescriptionJessica'saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetsheha
chenzhenyu123456
·
2015-06-17 14:00
POJ_3061 && POJ_
3320
(尺取法)
SubsequenceTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:9587 Accepted:3855DescriptionAsequenceofNpositiveintegers(10=S时,一直去掉前面已加的项。题目链接:http://poj.org/problem?id=3061代码清单:#include #include usin
jhgkjhg_ugtdk77
·
2015-05-27 21:00
Algorithm
ACM
poj
尺取法
ZigBee语音家居控制系统设计
本文采用STC12LE5A60S2单片机、LD
3320
语音识别芯片、CC2530组成ZigBee语音识别
小鱼小王王
·
2015-05-07 22:00
POJ
3320
#include #include #include #include #include #include #include usingnamespacestd; #definemaxn1000000 intp,a[maxn]; setb; voidsolve() { for(inti=0;icnt; intres=p; for(;;) { while(t
DoJintian
·
2015-04-15 20:00
ACM
poj
POJ
3320
---Jessica's Reading Problem(尺取法)
DescriptionJessica’saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshehasspentlittletimeonit.Ifshewantstopassit,shehastomasterallideasincludedinaverythicktextbook.Thea
tokers
·
2015-03-30 21:47
POJ
之旅
算法
POJ
3320
---Jessica's Reading Problem(尺取法)
DescriptionJessica’saverylovelygirlwooedbylotsofboys.Recentlyshehasaproblem.Thefinalexamiscoming,yetshehasspentlittletimeonit.Ifshewantstopassit,shehastomasterallideasincludedinaverythicktextbook.Thea
Guard_Mine
·
2015-03-30 21:00
尺取法
基于redis的分布式锁
Linuxbox是运行Linux2.6,这是X
3320
Xeon2.5ghz。文本执行使用loopback接口(127.0.0.1)。结果:读
STG0825
·
2015-02-01 21:00
POJ
3320
Jessica's Reading Problem (尺取法)
id=
3320
题意:一本书有p页,每一页都有一个知识点ai,存在不同两页上的知识点相同的情况,求最少读连续的多少页书,能把所有的知识点全部覆盖到。
u013790563
·
2015-01-03 14:00
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
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
其他