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
stars
关于Python数据分析与机器学习的一些资源
l=Python&o=desc&q=python&s=
stars
&type=Repositories&utf8=%E2%9C%93https://github.com/vinta/awesome-pythonhttps
花儿笑弯了腰
·
2016-04-15 14:00
序列化.to_sym
defshowable_paths { #Filter:cibn_filterlists_path, Video:videos_path, Subject:cibn_special_subjects_path, Star:
stars
_path
shiralwz
·
2016-04-14 16:00
算法源码
o=desc&q=algorithm&ref=searchresults&s=
stars
&type=Repositories&utf8=?
zhangyulin311
·
2016-04-14 11:00
iOS源码地址
o=desc&q=iOS&s=
stars
&type=Repositories&utf8=?
zhangyulin311
·
2016-04-14 11:00
POJ_2352_
Stars
#include #include #include #include #include #include #pragmawarning(disable:4996) usingstd::cin; usingstd::cout; usingstd::endl; usingstd::vector; usingstd::map; classBIT { private: vectortree; publi
cxy7tv
·
2016-04-06 20:00
tree
poj
segment
迷路的星星 Lost
Stars
纯音乐的魅力是,每个人都能从中听出属于自己的故事,而不为歌词所左右。但是,要达到这种感悟并不容易。歌曲有歌词,它们的指向明确,但如果它所诉说的情感是我们所共有的,那么它就有直接动人心魄的力量,而没有纯音乐那么婉转。但是,每次被音乐打动,都是听出了自己的故事吗?有时候,只是单纯地被旋律或歌词打动了,这是一种共鸣。但共鸣这个词太含混了,如果打动的原因就是共鸣,似乎这个回答并没有解释什么。如果不想止步于
浮云笑此生
·
2016-04-06 09:56
【poj 2352】
Stars
题意&题解&代码(C++)
题目链接:http://poj.org/problem?id=2352题意:在坐标上有n个星星,如果某个星星坐标为(x,y),它的左下位置为:(x0,y0),x0#include#include#include#definemaxn(15005)usingnamespacestd;intn,m,num[32005],vis[15005];intlowbit(intx){returnx&(-x);}
deritt
·
2016-04-06 08:18
oi之路
poj
DERIT的博客专栏
【poj 2352】
Stars
题意&题解&代码(C++)
题目链接:http://poj.org/problem?id=2352题意:在坐标上有n个星星,如果某个星星坐标为(x,y),它的左下位置为:(x0,y0),x0 #include #include #include #definemaxn(15005) usingnamespacestd; intn,m,num[32005],vis[15005]; intlowbit(intx) { retur
DERITt
·
2016-04-06 08:00
poj
树状数组
[poj 2352]
Stars
树状数组
StarsTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:40003Accepted:17365DescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthele
ALPS233
·
2016-04-06 08:00
poj
Android 自定义RatingBar
默认为5stepSize步长,一般设为0.5或1.0isIndicator是否可以设置,默认为false,可以设置定义xml 定义style @drawable/comment_rating_
stars
nalw2012
·
2016-03-25 13:00
RatingBar
u-boot分析 四 (程序入口start.S)
本文内容:了解以
stars
.S为开始的ARM汇编程序部分。回顾前几篇博文,咱们见识过了u-boot的目录结构,另外简要分析了u-boot.lds脚本文件的link原理。
itxiebo
·
2016-03-21 22:00
汇编
ARM
u-boot
start-S
hdoj--2352--Stras(树状数组)
Stars
TimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K
qq_29963431
·
2016-03-19 09:00
POJ 2352 HDOJ 1541
Stars
(树状数组)
StarsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 39895 Accepted: 17312DescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Le
zwj1452267376
·
2016-03-17 20:00
POJ 2482
Stars
in Your Window 线段树+扫描线
妈个鸡,要不是队友提醒,我能把题面上的那封情书读完,读了一半多了都然后题意就是,在一个平面直角坐标系上,有一些点,每个点有一个权值,用一个矩形框去框住他们,问怎么才能使框住的所有点的权值和最大,边界上的点不算。边界上的点不算,我之前只做到过一次边界上的点算的啊,怎么办,把长和宽都各自-1就好啦。处理之后,设长为w,宽为h。大概就是,把一个点沿一个方向,假如说是x轴,沿x轴向正方向延长w个长度,然后
code12hour
·
2016-03-17 19:00
Poj 2482
Stars
in Your Window
线段树+扫描线+离散化给出星空中的一些星星的位置以及亮度,求放置一个给定的矩形使得矩形框住的星星的亮度最大位置 #include #include #include #include usingnamespacestd; constintmaxn=112345; #definelsono<<1,l,m #definersono<<1|1,m+1,r #defineroot1,1,maxn*2 #
a1s4z5
·
2016-03-15 19:00
poj2352
Stars
【线段树单点更新区间求和】
StarsTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:39832 Accepted:17283DescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthe
zhou_yujia
·
2016-03-15 16:00
线段树
poj
POJ 2352
Stars
(树状数组)
这道题的意思就是在笛卡尔坐标系上给你n个点,每个点有等级,等级表示的是在这个点的左下有多少个点。让你按顺序把所有的等级的个数输出。思路:这题的输入是按照从·左向右从上向下的顺序的,所以直接用二维数组就好了AC代码:/************************************************ Author:yzkAccepted CreatedTime:2016/3/411:0
sinat_30126425
·
2016-03-04 19:00
树状数组
hdu 1541
Stars
【思维】
StarsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):7246 AcceptedSubmission(s):2840ProblemDescriptionAstronomersoftenexaminestarmapswherestarsarerepre
mengxiang000000
·
2016-03-01 12:00
HDU
杭电
1541
1541
HDU 5533 Dancing
Stars
on Me
题意给N个格点,问能否组成正多边形算法格点正多边形形只能是正方形格点百度百科既然如此,N!=4就直接再见然后6条边长度必定是4条相等,另外两条根号2,排序,判断一下就是了代码#include #include #include usingnamespacestd; structP { intx,y; }; doubledist(constP&a,constP&b) { returnpow(a.x-
YYecust
·
2016-02-28 18:00
HDU1541
Stars
(树状数组)
StarsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):7209 AcceptedSubmission(s):2830ProblemDescriptionAstronomersoftenexaminestarmapswherestarsarerepre
d_x_d
·
2016-02-28 13:00
树状数组
【POJ 2482】
Stars
in Your Window(线段树+离散化+扫描线)
【POJ2482】StarsinYourWindow(线段树+离散化+扫描线)TimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:11294 Accepted:3091DescriptionFleetingtimedoesnotblurmymemoryofyou.Canitreallybe4yearssinceIfirstsawyou?Istil
ChallengerRumble
·
2016-02-26 11:00
【POJ 2482】
Stars
in Your Window(线段树+离散化+扫描线)
【POJ2482】StarsinYourWindow(线段树+离散化+扫描线)TimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:11294 Accepted:3091DescriptionFleetingtimedoesnotblurmymemoryofyou.Canitreallybe4yearssinceIfirstsawyou?Istil
ChallengerRumble
·
2016-02-26 11:00
poj 2352
Stars
DescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthelevelofastarbeanamountofthestarsthatarenothigherandnottotherightofthegivensta
LeeHolmes
·
2016-02-17 14:00
线段树
poj
POJ 2482
Stars
in Your Window
题目大意:在一个二维平面上有好多点,给点加权,给定矩形长宽,放置该矩形使得矩形内(不含边框)中点的权值和最大。题目没什么特别的,大概就是把每个点都变成矩形(和给定矩形等大),然后求一个点使得覆盖它的矩形的权值和最大,线段树+离散化+扫描线就可以解决了。但是但是但是大家看下题目……卧槽简直是英文表白范文啊,我已经醉的嫑嫑的了。#include #include #include #include #
nlj1999
·
2016-02-15 12:00
HDU 1541
Stars
树状数组
ProblemDescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthelevelofastarbeanamountofthestarsthatarenothigherandnottotherightoftheg
♕Heart-broken
·
2016-02-05 11:00
hdu 1541
Stars
(树状数组)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1541StarsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):7144 AcceptedSubmission(s):2802ProblemDescripti
qiqi_skystar
·
2016-02-01 11:00
算法
C语言
图片坐标的两种写法
this.starSprite1=newcc.Sprite(res.
Stars
02_png);//写法1this.starSprite1.attr({x:975,y:size.height-27,});
fenr9
·
2016-01-28 17:00
cocos 2dx 通过循环实现界面图形的摆放
this.starSprites=newArray();然后知道星星的间距和坐标后通过如下代码实现位置的摆放for(vari=0;i<6;i++){this.starSprites[i]=newcc.Sprite(res.
Stars
02
fenr9
·
2016-01-28 17:00
poj2352
stars
【treap树水题】
又是审题!虽说好多网友都被坑在这里了==说题意:给出的这些坐标只考虑小于等于自身横纵坐标的个数(不包括自己)分别有多少点的这种个数是在0~n-1范围内的裸的treap不解释/**************** poj2352 2016.1.26 1040K469MSG++1648B ****************/ #include #include #include #include #incl
zhou_yujia
·
2016-01-26 22:00
数据结构
poj
poj-2352 && HDU-1541 --
Stars
(树状数组)
DescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthelevelofastarbeanamountofthestarsthatarenothigherandnottotherightofthegivensta
qq_21120027
·
2016-01-26 18:00
2015 年开源前端框架盘点 TOP 20
1、名称:Bootstrap类别/语言:HTML、CSS、JavaScript创建者:Twitter人气:在Github上有91007
stars
描述:主流框架中毋庸置疑的老大,Bootstrap是基于HTML
DavidZang
·
2016-01-13 15:00
2016展望
nodejses2015expresskoa2.dbredis3.frontendreactreactnativehtml,css,less,sass4.docker二、物质目标1.MBP三、精神目标1.写一个github得到100
stars
SinalVee
·
2016-01-04 17:45
使用web ssh 登陆设备---gateone开发之旅
目前这个项目在github有3614个
stars
,439个fork,26个贡献者,可见其受欢迎程度。
hackstoic
·
2015-12-26 22:38
Python
DevOps
前端开发
使用web ssh 登陆设备---gateone开发之旅
目前这个项目在github有3614个
stars
,439个fork,26个贡献者,可见其受欢迎程度。
hackstoic
·
2015-12-26 22:00
js
Web
开发
python
ssh
gateone
HDU 5533:Dancing
Stars
on Me【数学】
DancingStarsonMeTimeLimit:2000/1000MS(Java/Others) MemoryLimit:262144/262144K(Java/Others)TotalSubmission(s):634 AcceptedSubmission(s):336ProblemDescriptionTheskywasbrushedcleanbythewindandthest
lin14543
·
2015-12-13 19:00
数学
HDU
细心
hdoj 5533 Dancing
Stars
on Me【数学】
DancingStarsonMeTimeLimit:2000/1000MS(Java/Others) MemoryLimit:262144/262144K(Java/Others)TotalSubmission(s):588 AcceptedSubmission(s):312ProblemDescriptionTheskywasbrushedcleanbythewindandthest
liu6886
·
2015-12-06 19:00
HDOJ 5533 Dancing
Stars
on Me
DancingStarsonMeTimeLimit:2000/1000MS(Java/Others) MemoryLimit:262144/262144K(Java/Others)TotalSubmission(s):586 AcceptedSubmission(s):310ProblemDescriptionTheskywasbrushedcleanbythewindandthe
zwj1452267376
·
2015-12-06 16:00
hdoj--5333--Dancing
Stars
on Me(水题)
DancingStarsonMeTimeLimit:2000/1000MS(Java/Others) MemoryLimit:262144/262144K(Java/Others)TotalSubmission(s):582 AcceptedSubmission(s):308ProblemDescriptionTheskywasbrushedcleanbythewindandthest
qq_29963431
·
2015-12-06 14:00
HDU-5533-Dancing
Stars
on Me【2015长春赛区】
HDU-5533-DancingStarsonMe【2015长春赛区】TimeLimit:2000/1000MS(Java/Others)MemoryLimit:262144/262144K(Java/Others) ProblemDescriptionTheskywasbrushedcleanbythewindandthestarswerecoldinablacksky.Whatawonderf
loy_184548
·
2015-12-05 12:00
几何
HDU-5533
POJ 2352
Stars
(区间建树,单点更新)
思路:刚开始自己没有想到建图的方式,参考了他人的方法明白过来,将x轴当做区间,一边查找一边更新。更新的话就是将当前的数加入到合适位置的和中去,即可。#include #include #include #include #include #include #defineLLlonglong #defineinf0x3f3f3f3f #definelsl,mid,rt>1; if(x=a&&r>1;
Grit_ICPC
·
2015-12-04 21:00
线段树
Machine Learning week 9 quiz: Recommender Systems
RecommenderSystems5试题1.Supposeyourunabookstore,andhaveratings(1to5
stars
)ofbooks.Yourcollaborativefilteringalgorithmhaslearnedaparametervectorθ
garfielder007
·
2015-12-03 08:30
机器学习
Machine Learning week 9 quiz: Recommender Systems
Supposeyourunabookstore,andhaveratings(1to5
stars
)ofbooks.Yourcollaborativefilteringalgorithmhaslearnedaparametervector
GarfieldEr007
·
2015-12-03 08:00
NG
learning
machine
recommender
Andrew
Systems
Coursera
quiz
poj 2352
Stars
(树状数组)
http://poj.org/problem?id=2352StarsDescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthelevelofastarbeanamountofthestarsthatarenot
w144215160044
·
2015-11-24 17:00
Bootstrap 3 加半星 Star rating with half-
stars
全星,零星 15reviews 2.全星,半星,零星 3.全星,半星,零星,可点击 Youcandisplayhalfstarswhilemouse-overworkingwithwholestarsasexpected! Mouseovertoseethefunction
天梯梦
·
2015-11-19 07:00
PUOJ_
Stars
StarsDescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Letthelevelofastar
eagle_or_snail
·
2015-11-18 19:00
poj2352
Stars
StarsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 38791 Accepted: 16880DescriptionAstronomersoftenexaminestarmapswherestarsarerepresentedbypointsonaplaneandeachstarhasCartesiancoordinates.Le
AaronGZK
·
2015-11-14 00:00
poj
POJ 2352
Stars
线段树 数星星
题意:已知n个星星的坐标。每个星星都有一个等级,数值等于坐标系内纵坐标和横坐标皆不大于它的星星的个数。星星的坐标按照纵坐标从小到大的顺序给出,纵坐标相同时则按照横坐标从小到大输出。 (0 <= x, y <= 32000) 要求输出等级0到n-1之间各等级的星星个数。详细信息点击进入传送门。 思路:这个题目数据的输出顺序给了很大的便利。由于是按照纵坐标从小到大输入,因此先输入的星星一
·
2015-11-13 17:18
tar
POJ 2482
Stars
in Your Window 离散化+扫描法 线段树应用
遇见poj上最浪漫的题目。。题目里图片以上几百词为一篇模板级英文情书。这情感和细腻的文笔深深地打动了我。。不会写情书的童鞋速度进来学习。传送门 题意:坐标系内有n个星星,每个星星都有一个亮度c (1<= c <= 100),坐标和亮度都已给出。 有一个矩形的窗户(就是个理想化的矩形),四条边与x轴或y轴平行。矩形可以在坐标系内平移,但不可以进行旋转操作。求这个矩形可以框住的星星的亮度
·
2015-11-13 17:18
window
POJ 2352 && HDU 1541
Stars
(树状数组)
一開始想,总感觉是DP,但是最后什么都没想到。还暴力的交了一发。 然后開始写线段树,结果超时。感觉自己线段树的写法有问题。改天再写。先把树状数组的写法贴出来吧。 ~~~~~~~~~~~~~~~~~~~~~~~~ 树状数组不懂的去看刘汝佳的大白书,那个图画得非常清楚。 题目大意:星星的坐标以y递增的顺序给出,这些点的左下方的点数代表这个点的级数,问0~N-1的级数有多少个?事实上y根本木实用
·
2015-11-13 17:27
树状数组
poj2352
stars
树状数组
找某颗星的左下角有几颗星。输出有多少颗星左下角拥有0颗星,有多少颗左下角拥有1颗星……一直到n-1 。因为输入时是按y值是递增的,所以直接用x(x也是递增的)来构建树状数组,接下来其实就是统计x 前面有多少个比它少的数。树状数组参考:http://zxj015.blog.163.com/blog/static/170613730201136105251115/#include<iostrea
·
2015-11-13 16:57
树状数组
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他