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
Structures
Redis配置文件详解
值存储(key-valuestore),和memcached类似,redis常被称作是一款key-value内存存储系统或者内存数据库,同时由于它支持丰富的数据结构,又被称为一种数据结构服务器(data
structures
erver
ssc76109360
·
2016-09-22 10:23
redis
redis.conf
redis配置文件
Database
DotNet 资源大全中文版(Awesome最新版)
算法与数据结构(AlgorithmsandData
structures
)Algorithmia-Algorithmanddata-structurelibraryfor.NET3.5andup.Algorithmia
张果
·
2016-09-20 08:00
spoj MKTHNUM - K-th Number(动态查询区间第k小)
DescriptionYouareworkingforMacrohardcompanyindata
structures
department.Afterfailingyourprevioustaskaboutkeyinsertionyouwereaskedtowriteanewdatastructurethatwouldbeabletoreturnquicklyk-thorderstatistics
爱我俊杰
·
2016-09-09 11:19
【HDFS】NameNode 元数据内存计算
I’vedonesomeestimatesonhowmuchspaceourdata
structures
takeonthename-nodeperblock,fileanddirectory.Briefoverviewofthedata
structures
Evennn
·
2016-09-07 14:40
逗B勇闯Java
SICP Python 描述 3.3 递归数据结构
3.3递归数据结构来源:3.3RecursiveData
Structures
译者:飞龙协议:CCBY-NC-SA4.0在第二章中,我们引入了偶对的概念,作为一种将两个对象结合为一个对象的机制。
飞龙
·
2016-09-06 00:00
sicp
python
Data
Structures
- Binary Index Tree
这应该是我碰到过的最复杂的数据结构。。完全摸不着头脑,看了这篇文章,有了一些的认识。https://www.hackerearth.com/notes/binary-indexed-tree-made-easy-2/看完这个后再看这篇文章:http://www.geeksforgeeks.org/binary-indexed-tree-or-fenwick-tree-2/segmenttree:线
Richardo92
·
2016-09-05 06:29
Python科学计算——Data
Structures
TheZenofPython为什么选择Python作为科学计算语言?有关于Matlab和Python哪个更适合作为科学计算语言的争论已久,之所以选择Python作为首选的科学计算语言,不仅仅是因为它免费,开源,有很多优秀的库和社区,基于C和Fortran开发有更好的表现,我想更多的是Python作为一种编程语言的简洁优雅深深吸引了我。Python的设计原则有着禅宗的意味,输入importthis就
Lovingmylove521
·
2016-08-20 17:26
1057. Stack (30)-PAT甲级真题(树状数组)
Stackisoneofthemostfundamentaldata
structures
,whichisbasedontheprincipleofLastInFirstOut(LIFO).ThebasicoperationsincludePush
柳婼
·
2016-08-17 15:03
PAT
iptables Linux防火墙配置工具
iptablesLinux防火墙配置工具iptables是一个配置Linux内核防火墙的命令行工具基础架构请看http://lesca.me/archives/iptables-tutorial-
structures
-configuratios-examples.html
gamelife1314
·
2016-08-12 00:26
Linux
设计模式之组合模式---Composite Pattern
模式的定义组合模式(CompositePattern)定义如下:Composeobjectsintotree
structures
torepresentpart-wholehierarchies.Compositeletsclientstreatindividualobjectsandcompositionsofobjectsuniformly
hfreeman2008
·
2016-08-05 14:00
设计模式
Pattern
组合模式
composite
3-Sockets Introduction
blog.csdn.net/gaoxiangnumber1Welcometomygithub:https://github.com/gaoxiangnumber13.1IntroductionSocketaddress
structures
canbepassedintwodirections
gaoxiangnumber1
·
2016-08-05 13:00
github
socket
索引节点 inode & cp、mv、rm
inode原理解析文件系统除了文件内容(file content)之外,还依赖于描述这些文件的数据结构(data
structures
),即元数据metadata。
非鱼反想
·
2016-08-01 07:16
inode
rm
block
叨叨茶道
霜霜最先说到,根据WALS(TheWorldAtlasofLanguage
Structures
Online)的介绍,茶在全世界范围内根据传入途径不同,有2种主要发音。
王茯苓
·
2016-07-07 03:04
Redis学习一:Redis初步
空格分隔):Redis一,edis是什么:Redisisanopensource,BSDlicensed,advancedkey-valuestore.Itisoftenreferredtoasadata
structures
erversincekeyscancontainstrings
youfashion
·
2016-07-05 10:00
redis
Using Recursive Common table expressions to represent Tree
structures
www.postgresonline.com/journal/archives/131-Using-Recursive-Common-table-expressions-to-represent-Tree-
structures
.html
功夫 熊猫
·
2016-06-29 09:00
c链表(创建、显示、释放)
:#define_CRT_SECURE_NO_WARNINGS/*binary.c--printsintegerinbinaryform*//*films2.c--usingalinkedlistof
structures
DrStream
·
2016-06-24 09:10
C/C++
lsd-slam源码解读第二篇:Data
Structures
lsd-slam源码解读第二篇:Data
Structures
第一篇:lsd-slam源码解读第一篇:Sophus/sophus在进入具体算法之前,我觉得有必要先明白内部数据是怎样储存的,所以第一篇之后的内容自然是数据结构
lancelot_vim
·
2016-06-19 01:21
c-c++
slam
slam
iOS学习之——NSValue
它可以保存任意类型的数据,比如int,float,char,当然也可以是指pointers,
structures
,andobjectids。
yxys01
·
2016-06-15 11:00
ios
NSValue
栈的数组实现与链表实现
下面是push和pop的过程图片来自《Data
Structures
andProgramDesignInC++》数组实现数组实现的思想很简单。利用一个
扭轱辘旋转
·
2016-06-07 13:02
数据结构与算法
120 - Stacks of Flapjacks
StacksofFlapjacksBackgroundStacksandQueuesareoftenconsideredthebreadandbutterofdata
structures
andfinduseinarchitecture
q547550831
·
2016-06-05 16:00
ACM
uva
uva120
近似最近邻搜索程序代码 ANN: A Library for Approximate Nearest Neighbor Searching
ANNisalibrarywritteninC++,whichsupportsdata
structures
andalgorithmsforbothexactanda
garfielder007
·
2016-05-27 19:49
近似最近邻
程序
代码
ANN
搜索
Codes/Projects
二叉树的链式存储实现
https://github.com/liutianshx2012/Algorithms-Data_
structures
/tree/master/Data_
structures
/src2// //BiTree.h
liutianshx2012
·
2016-05-25 17:00
<5>Queue队列 链式存储实现
https://github.com/liutianshx2012/Algorithms-Data_
structures
/tree/master/Data_
structures
/src2// //Queue.h
liutianshx2012
·
2016-05-25 16:00
<4>Stack栈 链式存储 实现
// //Stack.h //Algorithms&Data_
structures
// //CreatedbyTTcon15-2-2.
liutianshx2012
·
2016-05-25 16:00
Clist循环链表的实现
https://github.com/liutianshx2012/Algorithms-Data_
structures
/tree/master/Data_
structures
/src2// //Clist.h
liutianshx2012
·
2016-05-25 16:00
DList双向链表
// //DList.h //Algorithms&Data_
structures
// //CreatedbyTTcon15-2-2.
liutianshx2012
·
2016-05-25 16:00
List单链表实现
https://github.com/liutianshx2012/Algorithms-Data_
structures
/tree/master/Data_
structures
/src2// //List.h
liutianshx2012
·
2016-05-25 16:00
(十六)swift 类和结构体(Classes and
Structures
)
importFoundation//类和结构体对比//Swift中类和结构体有很多共同点。共同处在于://•定义属性用于存储值//•定义方法用于提供功能//•定义附属脚本用于访问值//•定义构造器用于生成初始化值//•通过扩展以增加默认实现的功能•实现协议以提供某种标准功能////与结构体相比,类还有如下的附加功能://•继承允许一个类继承另一个类的特征//•类型转换允许在运行时检查和解释一个类实
guiguihao
·
2016-05-24 15:00
ios
struct
结构
C++ 控制结构和函数(一) —— 控制结构
因此C++提供一些控制结构语句(control
structures
)来实现这些执行顺序。为了介绍程序的执行顺序,我们需要先介绍一个新概念:语句块(blockofinstructions)。
zqixiao_09
·
2016-05-22 12:00
C++
控制结构
Swift学习第三枪
类和结构体(Classesand
Structures
)1.Swift中类和结构体有很多共同点。
u010046908
·
2016-05-18 15:00
swift
Clojure 学习笔记 :2 你好,集合
Clojure零基础学习笔记数据结构集合Itisbettertohave100functionsoperateononedatastructurethan10functionson10data
structures
BlindingDark
·
2016-05-18 13:30
poj2104K-th Number (主席树)
65536KTotalSubmissions:46886 Accepted:15682CaseTimeLimit:2000MSDescriptionYouareworkingforMacrohardcompanyindata
structures
department.Afterfailingyourprevioustas
su20145104009
·
2016-05-17 20:00
poj
poj2104
主席树
可持久化线段树
2104
python中list列表的高级函数
此文章为python英文文档的翻译版本,你也可以查看英文版:https://docs.python.org/2/tutorial/data
structures
.htmlusealistasastack:
Winterto1990
·
2016-05-17 14:15
论文理解(一)树形lstm
LongShort-TermMemoryOverTree
Structures
树结构的lstm中的记忆细胞可以通过递归的过程反映多个孩子及后代的历史信息。孩子节点之间是否有交互(图一)?
rageidencenovy
·
2016-05-13 20:48
论文阅读:Poselet-Based Contextual Rescoring for Human Pose Estimation
followcvpr2013的文章,Pishchulin,L.,Andriluka,M.,Gehler,P.,&Schiele,B.(2013a).Poselet conditionedpictorial
structures
.In
xizero00
·
2016-05-12 18:00
Model
structure
DPM
part-based
poselets
关节提取
pictorial
第8章:
structures
, unions, and enumerations
这一章主要讲了关于
structures
,unions,和enumerations的一些知识。
weishenmetlc
·
2016-05-10 10:00
Swift-类和结构体(Class and
Structures
)(八)
前言与其他编程语言不通,Swift并不要求我们为自定义的类和结构体去创建独立的接口和实现文件。我们所要做的就是在一个单一文件中定义一个类或者结构体,系统将会自动生成面向其他代码的外部接口。小节包含内内容:列表内容类和结构体的对比结构体和枚举是值类型类是引用类型类和结构体的选择字符串、数组、字典类型的赋值与复制行为分条详述类和结构体对比首先,Swift中类和结构体有很多共同点,共同之处在于(PS:关
xxh0307
·
2016-05-10 09:00
类
Class
swift
结构体
structure
用C++语言写游戏——打飞机
我也希望大家多多捧场哦~~~#include#include#include#include#includeusingnamespacestd;/*===============allthe
structures
cnyali_ljf
·
2016-05-07 22:13
用C++语言写游戏——打飞机
我也希望大家多多捧场哦~~~#include #include #include #include #include usingnamespacestd; /*===============allthe
structures
cnyali_ljf
·
2016-05-07 22:00
K-th Number【POJ2104】——主席树
TimeLimit:20000MSMemoryLimit:65536KCaseTimeLimit:2000MSDescriptionYouareworkingforMacrohardcompanyindata
structures
department.Afterfailingyourprevioustaskaboutkeyinsertionyouwereaskedtowriteanewdatastr
huayunhualuo
·
2016-05-05 21:00
Programming Clojure笔记之四——函数式编程
PersistentData
Structures
数据结构不可变是Clojure实现函数式编程和并发的关键。
cwt8805
·
2016-05-05 16:00
函数式编程
clojure
redis入门笔记(1)
它常被称作是一款数据结构服务器(data
structures
erver)。
引鸩怼孑
·
2016-05-04 23:00
TimesTen索引的概念与日常操作
TimesTen中的索引和其它数据库一样,都是为了加速查询Indexesareauxiliarydata
structures
thatgreatlyimprovetheperformanceoftablesearches.Indexesareusedautomaticallybythequeryoptimizertospeeduptheexecutionofaquery
stevensxiao
·
2016-05-03 19:00
索引
bitmap
hash
range
timesten
POJ 2104 K-th Number (线段树)
65536KTotalSubmissions: 46589 Accepted: 15553CaseTimeLimit: 2000MSDescriptionYouareworkingforMacrohardcompanyindata
structures
department.Afterfailingyourprevio
a2459956664
·
2016-05-03 10:00
2016年云安全领域分类&厂商大全--你身边有几个?
内容包括:-基础设施安全(Infra
structureS
ecurity)-终端安全(EndpointSecurity)-消息安全(MessagingSecurity)-应用安全(ApplicationSecurity
QXK2001
·
2016-05-03 09:00
网络安全
物联网安全
云安全
应用安全
安全厂商
redis安装
1.什么是redisredis是一个开源的,内存数据结构存储(in-memorydata
structures
tore),可以用作:databasecachemessagebroker(消息总线/代理)既然是数据结构存储
u010297957
·
2016-05-02 15:00
redis
2016 UESTC Training for Data
Structures
R - Japan CDOJ 383 树状数组 逆序对
R-Japan坐标有n个城市,右边有m个城市,城市都是按序号排序的,然后有K条连线,然后问连线的交点有多少个也是类似于逆序数,不过跟E题不同的是不用考虑在左端点或者右端点的交点,只考虑交在中间的,也不用离散化首先我们把每条线段按左端点升序排序,左端点相同按右端点升序排序然后因为我们只数交点在中间的,所以我们首先找到同一个左端点的序号范围,假设当前为[i,j),序号编号是从0开始,所以前面有i条直线
code12hour
·
2016-05-01 14:00
2016 UESTC Training for Data
Structures
Q - 昊昊爱运动 II CDOJ 1259 线段树+bitset
Q-昊昊爱运动II题意,区间长度N,N为1e5,运动种数为M,M #include usingnamespacestd; #definemaxn100005 #definelid(id'9'){ch=getchar();} while(ch>='0'&&ch50) tr[id].num[1]=1ll>1; bulid(lid,l,mid); bulid(rid,mid+1,r); tr[id].n
code12hour
·
2016-05-01 14:00
2016 UESTC Training for Data
Structures
P - 浑身难受 CDOJ 1276 树状数组
P-浑身难受maya,camp上搬来的神题,作为一名智障一共二十四种情况,然后每种倒序一下可以得到另外一种,所以可以简化成12种,然后我这个智障就写了十二种,首先分为3类,1, 1和4不相连,就n^2枚举2和3的位置,然后1和4的所在的区间用按值树状数组维护,1那里就是查询区间有多少比个比2小的值,4那里就是查询有多少个比3大的值(总点数减去 #include #include #include
code12hour
·
2016-05-01 14:00
2016 UESTC Training for Data
Structures
O - 卿学姐种美丽的花 CDOJ 1344 线段树/树状数组
O-卿学姐种美丽的花给一个区间,等差数列更新,单点查询我们可以开一个线段树记录这个点被更新的次数,然后因为是区间更新,所以我们需要一个lazy,lazy表示这个区间的被更新的数列的首项是多少,还有一个cnt,表示公差,因为两个数列加和到一起时,公差也会相加,所以就是这样了,然后lazy下放的时候,也是计算下两个子区间的首端点的位置是多少,相当于把这个数列分为两个子数列然后我们就可以发现,叶子节点的
code12hour
·
2016-05-01 14:00
上一页
38
39
40
41
42
43
44
45
下一页
按字母分类:
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
其他