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
RoPE
块状链表[ext/
rope
]
在g++头文件中,<ext/
rope
>中有成型的块状链表,在using namespace __gnu_cxx;空间中,其操作十分方便。
·
2015-10-31 10:58
ext
C/C++字符串处理
C/C++字符串处理盘点:Char*/String/StringBuilder/TextPool/
Rope
许式伟 2008-3-20 概要 在介绍StdExt的时候,我曾经提到,STL设计精良,但是以下几块仍然设计不足
·
2015-10-31 10:40
c/c++
URAL 1020
Rope
URAL_1020 实际上圆弧部分能够组成一个圆,而直线部分则分别等于各相邻两点间距离。 #include<stdio.h> #include<string.h> #include<math.h> #define MAXD 110 int N; double R; const double pi = aco
·
2015-10-31 09:16
r
STL之容器:选择时机,删除元素,迭代器失效
非标准序列容器slist和
rope
。
·
2015-10-31 08:35
STL
NYOJ_651_Cut the
rope
首先考虑,若分解成k段,则n的值至少为1+2+3+4+...+k=(k+1)*k/2 所以本题k的最大值为315 假定dp[k][n]表示为可以分成k段和为n的方案数, 情况分为两种: 1、只有一个1的,则等于dp[k-1][n-k],相当与从n里拿走k个1,可以分成k-1段的方案数 2、没有1的,则等于dp[k][n-k],相当于从n里拿走k个1,可以分成k段的方案数 所以 dp[k
·
2015-10-30 13:45
cut
【STL】list基础
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一个重型字符串。 非标准关联容器hash_set、hash_multiset
·
2015-10-27 15:04
list
STL之容器:选择时机,删除元素,迭代器失效
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是
·
2015-10-21 13:26
STL
【STL】list基础
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一个重型字符串。 非标准关联容器hash_
·
2015-10-21 13:14
list
STL容器:删除元素,迭代器失效,选择时机
非标准序列容器slist和
rope
。
·
2015-10-21 12:07
STL
[HNOI2002]营业额统计 Splay tree
functional> 2 #include <algorithm> 3 #include <iostream> 4 //#include <ext/
rope
·
2015-10-21 11:49
tree
POJ 2365
Rope
(计算几何)
Description给出多边形顶点数n,钉子直径r,求从外面围住的绳子长度。Input第一行两个整数n和r表示多边形顶点数和钉子直径,之后n行每行两个浮点数表示顶点坐标Output输出外围绳子长度SampleInput410.00.02.00.02.02.00.02.0SampleOutput14.28Solution简单几何题,看图问题转化成求多边形的周长再加上一个钉子的周长Code#incl
V5ZSQ
·
2015-08-27 09:00
NOI系列赛中 C++容器使用总结
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一“重型”string。
tham_
·
2015-08-26 10:00
C++
STL
信息学竞赛STL
C++容器使用总结
HDU4344 Mark the
Rope
pollard_rho大整数分解应用
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4344题目大意:给出一个长为n(n小于2^63)的管子,现在Eric要在管子上做标记,每隔L个长度单位做一个标记,从管子头端开始,保证最后一次标记恰好在管子的尾端。让你找出有多少个这样的L(L #include #include #include #include #definetimes10 #de
AC_Gibson
·
2015-07-20 19:00
Effective STL 条款1:仔细选择你的容器
对于容器的分类:标准STL序列容器:vector,string,deque和list标准STL关联容器:set,multiset,map和multimap非标准序列容器:slist(单向链表)和
rope
u011058765
·
2015-06-05 18:00
STL
如何选择容器类型
STL::list
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一个重型字符串。非标准关联容器hash_set、hash_multiset、hash_map和hash_multimap。
jiangqin115
·
2015-05-27 19:00
BZOJ1209【
rope
】
/*Iwillwaitforyou*/ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #definemakemake_pair #definefifirst #defines
Lethelody
·
2015-05-14 18:00
BZOJ1507【
rope
】
/*Iwillwaitforyou*/ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #definemakemake_pair #definefifirst #defines
Lethelody
·
2015-05-13 16:00
hdu 4344 Mark the
Rope
依然是pollard_rho和Miller_Rabin的模版。。。#include #include #include usingnamespacestd; constintPRIME[9]={2,3,5,7,11,13,17,19,23}; typedeflonglongLL; LLans1,ans2,tmp,n,dig[200]; intCase,cnt; LLmult(LLa,LLb,L
Zeyu_King
·
2015-04-06 21:00
Pollard_rho
Miller_Rabin
容器
1、仔细选择容器顺序容器:vector,string,deque和list关联容器:set,Multiset,map和MultiMap非标准序列容器:slist,
rope
。slist是一个单向链表。
hjing1988
·
2015-03-16 20:00
BZOJ 3678 wangxz与OJ 缩点Splay
但是后来好像被卡了,还有
rope
什么乱搞的都被卡了。
jiangyuze831
·
2015-03-06 14:00
splay
bzoj
ural 1145
Rope
in the Labyrinth 图中 bfs求树的直径
1145.RopeintheLabyrinthTimelimit:0.5secondMemorylimit:64MBAlabyrinthwithrectangularformandsize m × n isdividedintosquarecellswithsides'length1bylinesthatareparallelwiththelabyrinth'ssides.Eachcellofth
u013532224
·
2015-02-12 11:00
bfs
树的直径
POJ2365
Rope
题目链接:http://poj.org/problem?id=2365解题思路:做这题时,真是郁闷死了,明明是到水题,我还wrong了这么多次。首先,一开始我把半径定义成int型,心想后面总是会乘以一个double型pi,也会变成double型,结果就因为这,一直wrong。而且这题还有一个问题就是输出必须要%f型,不然你也会一直wrong。这题真是受够了。AC代码:#include #inclu
piaocoder
·
2014-12-08 07:00
Rope
(几何)
题目链接:ural1020.
Rope
题目大意:按照顺序给定N个点,每个点有半径R,问说用线环绕N个点所需要的长度。
u011328934
·
2014-10-24 00:00
【BZOJ】【P3678】【wangxz与OJ】【题解】【
rope
】
id=3678LZT大爷的题,怒Dwangxz……
rope
水过,出题人用的块链,还有就是此题卡内存,用short才过……Code:#include #include #include #include
u012732945
·
2014-08-13 14:00
bzoj
省选
Effective STL读书笔记
慎重选择容器类型 a.标准STL序列容器:vector、string、deque、list b.标准STL关联容器:set、multiset、map、multimap c.非标准序列容器:slist、
rope
u010110208
·
2014-08-07 10:00
C++
STL
【
Rope
大法好】【STL中丧心病狂的可持久化平衡树】
曾经我不会写平衡树……于是在STL中乱翻……学到了pb_ds库中的SXBK的斐波那契堆、支持kth的set,和……ext/
rope
先发一个官方的说明(鸣谢maoxiaohan1999):http://www.sgi.com
u012732945
·
2014-08-02 19:00
STL
省选
【BZOJ】【P3674】【可持久化并查集加强版】【题解】【可持久化数组】
id=3674可持久化并查集其实就写一个可持久化数组就可以了可持久化数组可以用可持久化线段树或可持久化平衡树……蒟蒻懒,用了
rope
:#include #include usingnamespacestd
u012732945
·
2014-08-02 16:00
bzoj
省选
【SDnoip2014夏令营】【day5】
卧槽为什么不用
rope
!!!T了2个点,160总分270,rank10总结:我是SBP.S.有关
rope
的使用我还太弱,必须加强……出一道
rope
水题&&在博客里发表
rope
使用说明
u012732945
·
2014-07-20 17:00
省选
STL中的容器
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一个重型字符串非标准关联容器hash_set、h
JXH_123
·
2014-06-14 09:00
【WikiOI】【P1743】【反转卡片】【题解】【平衡树or
rope
】
传送门:www.wikioi.com/problem/1743/康复计划第二弹,本来想练练Treap|Splay的,看到这么水的题直接
rope
秒杀Code://ID:zky #include #include
u012732945
·
2014-05-29 12:00
省选
UVA 12538 Version Controlled IDE
ext/
rope
真是持久化字符串处理神器......
u012797220
·
2014-04-26 16:00
Effective STL (1)
慎重选择容器类型 标准序列容器:vectorstringdequelist 标准关联容器:setmultisetmapmultimap 非标准序列容器:slistrope.slist是一个单向链表,
rope
Daywei0123
·
2014-04-04 21:00
迭代器失效场合
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一个重型字符串非标准关联容器hash_set、hash_m
luoluoxiaocainiao
·
2014-03-26 14:00
C++
迭代器
STL
C++ 容器使用(转载)
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一“重型”string。
besterector
·
2014-01-11 23:00
Effective stl 第一章 容器
第1条:慎重选择容器类型标准STL序列容器:vector,string,deque,list标准STL关联容器:set,multiset,map,multimap非标准序列容器slist和
rope
。
xlf13872135090
·
2014-01-08 22:00
cocos2d-x节点(b2RopeJoint.h)API
cocos2d-x节点(b2RopeJoint.h)API温馨提醒:为了大家能更好学习,强烈推荐大家看看本人的这篇博客 Cocos2d-X权威指南笔记//
Rope
(绳)joints(接头)两个bodies
runaying
·
2013-11-28 21:00
api
cocos2d
cocos2dx
cocos2d-x
cocos2d-x节点(b2
Rope
.h)API
cocos2d-x节点(b2
Rope
.h)API温馨提醒:为了大家能更好学习,强烈推荐大家看看本人的这篇博客 Cocos2d-X权威指南笔记//绳索 #ifndefB2_
ROPE
_H #defineB2
runaying
·
2013-11-28 21:00
api
cocos2d
cocos2dx
cocos2d-x
小面试题
小球从绳子的这一端移动到另一端对象:小球 、绳子分析:小球 ,移动的动作 绳子,提供一个指针,指向,方向class
Rope
{ private
u012894266
·
2013-11-20 08:00
C++容器的注意事项
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一“重型”string。
fion45
·
2013-11-01 17:00
C++
Box2D源码学习(2)-b2BlockAllocator块内存分配
Dynamics-Box2D世界,物体,形状等定义
Rope
-绳连接的定义还是一个一个攻破这些代码吧,先从通用代码common入手,其中负责内容分配的源码有以下四个文件。
chen52671
·
2013-10-13 12:00
C++
box2D
Box2D源码学习(1)-HelloWorld
包含头文件:#include #include //其中Box2D/Box2D.h实际上是包含Common、Collision、Dynamics、
Rope
的头文件。
chen52671
·
2013-10-11 22:00
C++
box2D
实用数据结构
维基百科上的一个页面列举了:常见的数据结构.除此之外的一些常用的数据结构:Tries(前缀树)Bloomfilter(布隆过滤器)
Rope
:主要用于某些文本编辑器中,可用于字符串高效地插入、删除、追加等操作
jiayichendddd
·
2013-10-09 15:00
C++ STL:vector和list
STL描述:C++标准模块库是一个提供了公共编程数据结构和函数的模板类集合,如双连接表(list),配对数组(map),可扩展数组(vector),大串的存储操作(
rope
)等。
xiaoding133
·
2013-09-19 11:00
UVA 12538 Version Controlled IDE 解题报告
题意:给三种操作1.在p位置插入一个字符串.2.从p位置开始删除长度为c的字符串3.输出第v个历史版本中从p位置开始的长度为c的字符串解法:可以用平衡树做,但是不会.后来又听说可一用一个叫
rope
的神奇的
u010638776
·
2013-08-06 00:00
STL容器总结
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一个重型字符串非标准关联容器hash_set、hash_multiset、hash_map和hash_multimap。
sharep
·
2013-08-03 23:37
迭代器
STL
失效
git与
rope
的使用说明
安装Git-Core:1 2 3 4 sudoapt-getupdate#可选步骤 sudoapt-getdist-upgrade#可选步骤 sudoapt-getinstallgit-core因为要用到Gitosis,所有,需要安装pythonsetuptools1 sudoapt-getinstallpython-setuptools安装Gitosis1 2 3 4 5 6 mkdir~/
nei504293736
·
2013-07-08 10:00
慎重选择容器类型
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一个“重型”string。(“
rope
”是
博文视点
·
2013-06-19 14:20
C++
旋转关节绳子
http://www.binarytides.com/make-
rope
-box2d-javascript/http://www.emanueleferonato.com/2009/01/05/box2d-joints-distance-joint
bytebear
·
2013-06-08 23:00
jedi实现Emacs下Python补全
Emacs下Python补全的方案有很多,网上流传最广泛的一种方案是用pymacs,
rope
,ropemacs和ropemode结合使用实现补全。
abcbc
·
2013-06-07 09:00
容器使用经验总结
非标准序列容器slist和
rope
。slist是一个单向链表,
rope
本质上是一“重型”string。
ysu108
·
2013-06-04 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
其他