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
Oracle体系结构及备份(六)——sga-shared_pool
ThesharedpoolportionoftheSGAcontainsthelibrarycache,thedictionarycache,theresultcache,buffersforparallelexecutionmessages,andcontrol
structures
Wentasy
·
2013-06-07 17:00
六
Oracle体系结构及备份
sga-shared_pool
c# - P/Invoke, DllImport, Marshal
Structures
and Type conversions
P/Invoke as in the following quote provides basically the way to calls into the unmanaged DLLs. the quote is as follow. MSDN 写道 P/Invoke is short for Platform Invoke and provides the function
joe.bq.wang
·
2013-06-05 15:00
C#
程序员能力矩阵(Programmer Competency Matrix)
ComputerScience 2n (Level0)n2 (Level1)n (Level2)log(n) (Level3)Commentsdata
structures
Doesn’tknowthedifferencebetweenArrayandLinkedListAbletoexplainanduseArrays
GreatElite
·
2013-06-03 23:00
深入探讨:oracle中方案的概念以及方案与数据库的关系
先来看一下他们的定义:复制代码代码如下:Aschemaisacollectionofdatabaseobjects(usedbyauser.).Schemaobjectsarethelogical
structures
thatdirectlyrefertothedatabase'sdata.Auserisanamedefinedinthedatab
·
2013-05-30 18:14
Oracle的SGA
Thedatabasehaslogical
structures
andphysical
structures
.Becausethephysicaland logical
structures
areseparate
snoopy93
·
2013-05-25 16:00
oracle
数据库
存储
实例
学习 严蔚敏讲数据结构笔记01
主讲人:严蔚敏 第一章绪论1.1数据结构讨论的范畴1.2基本概念1.3算法及其量度 1.1数据结构讨论的范畴NiklausWirthAlgorithm+Data
Structures
=Programs程序设计
coperator
·
2013-05-25 14:00
通过python-libvirt管理KVM虚拟机-2
Workwithvirtualmachinesmanagedbylibvirt :depends:libvirtPythonmodule ''' #SpecialThankstoMichaelDehann,manyoftheconcepts,andafew
structures
China_OS
·
2013-05-18 11:00
libvirt
总帐接口表gl_interface的详细说明
日历和科目表信息的主表包括:•FND_CURRENCIES•GL_PERIOD_SETS•GL_PERIODS•GL_PERIOD_STATUSES•GL_PERIOD_TYPE•FND_ID_FLEX_
STRUCTURES
lutaotony
·
2013-05-17 09:00
ORACLE 中SCHEMA的概念以及数据库,表空间,数据文件等的区别(转)
我们先来看一下他们的定义:Aschemaisacollectionofdatabaseobjects(usedbyauser.).Schemaobjectsarethelogical
structures
thatdirectlyrefertothedatabase
aaa1117a8w5s6d
·
2013-05-13 21:00
erlang学习笔记(顺序程序设计)
sequential_programming.html Numbers Integers Floats Atoms Tuples Lists Variables Complex Data
Structures
ciaos
·
2013-05-12 17:00
erlang
DX 骨骼动画
第一,了解骨骼结构(Skeletal
Structures
)和骨层级(BoneHierarchies):骨骼结构就是连续很多的骨头(Bone)相结合,形成的骨层级。
BoYueJiang
·
2013-05-10 00:00
Data
Structures
& Algorithms in Java ---- Arrays
1、Summary• ArraysinJavaareobjects,createdwiththenew operator. • Unorderedarraysofferfastinsertionbutslowsearchinganddeletion. • Wrappinganarrayinaclassprotectsthearrayfrombeinginadvertentlyaltered.
NMS312
·
2013-05-06 22:00
ANN: A Library for Approximate Nearest Neighbor Searching
ANNisalibrarywritteninC++,whichsupportsdata
structures
andalgorithmsforbothexactandapproximatenearestneighborsearchinginarbitrarilyhighdimensions.Inthenearestneighborproblemasetofdatapointsind
luckyboy101
·
2013-05-03 18:00
Mark-and-Sweep Garbage Collection
garbagecollectionalgorithm.Themark-and-sweepalgorithmwasthefirstgarbagecollectionalgorithmtobedevelopedthatisabletoreclaimcyclicdata
structures
HorkyChen
·
2013-05-01 21:00
算法
每个程序员都应该知道的14个数字(关于算法运行时间的)
maximumncomplexityalgorithmsdata
structures
1,000,000,000andhigherlogn,sqrtnbinarysearch,ternarysearch,
·
2013-05-01 14:00
程序员
【设计模式】10. 组合模式
需要某种树形结构来容纳菜单、子菜单、菜单项;并能在每个菜单的每个项之间游走;定义CompositePattern(又叫部分-整体模式,Part-Whole),compositeobjectsintotree
structures
torepresentpart-wholehierarchies.Compositeletsclientstreatindividualobjectsa
vking_wang
·
2013-04-29 18:00
设计模式
【工程】二叉树已知前序/中序的顺序,构造树的递归等实现
文章中的二叉树原型为《Data
Structures
,Algorithms,&ApplicationsinC++》,1ndEdition中的树类。
mig_davidli
·
2013-04-27 19:00
iOS最佳实践:视图生命周期该干什么
1、initAllocatingcriticaldata
structures
requiredbyyourviewcontroller不要出现创建view的代码。
t_eel
·
2013-04-25 17:00
[Python-*-算法]希尔排序
希尔排序#引用书籍以及地址 SolvingwithAlgorithmsandData
Structures
原文中有在线调试的功能,很好用简要说明: 希尔排序,有时也叫做“最小增量排序”,通过把原始的序列分解成几个子序列来提高效率
·
2013-04-22 20:00
python
[Python-*-算法]希尔排序
希尔排序#引用书籍以及地址 SolvingwithAlgorithmsandData
Structures
原文中有在线调试的功能,很好用简要说明: 希尔排序,有时也叫做“最小增量排序”,通过把原始的序列分解成几个子序列来提高效率
lzz957748332
·
2013-04-22 14:00
算法
排序
python
希尔排序
UMN UAV Flight Code
UMNUAVFlightCodeMain PageModulesData
Structures
FilesUMNUAVFlightCodeTableofContentsModulesNavigationGuidanceControlFaultsSystemIDSensorsActuatorsAircraftConfigurationDataLoggingTelemetrySchedulingData
linuxarmsummary
·
2013-04-21 20:00
haskell - types and typeclasses - Recursive Data
Structures
we can make types whose constructors have fields that are of the same type! such as the trees where left child and right child are also a tree. We are going to inspect one type which re
joe.bq.wang
·
2013-04-20 09:00
haskell
Codeforecs 69E. Subsegments STL/线段树
E.Subsegmentstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputProgrammerSashahasrecentlybeguntostudydata
structures
.HiscoachStastoldhimtosolvetheproblemoffind
cyendra
·
2013-04-19 17:00
题解
Python算法学习计划
以WelcometoProblemSolvingwithAlgorithmsandData
Structures
为原本,每次学习一个小结或者半个小结,每次都要留下学习笔记,每一段时间都要有反思笔记学习数据结构和算法加上自己的英文水平的提高作为练习
lzz957748332
·
2013-04-17 12:00
数据结构
算法
python
careercup top 150判断字符串中字符是否唯一(字符不重复)
Implementanalgorithmtodetermineifastringhasalluniquecharacters.Whatifyoucannotuseadditionaldata
structures
zhanglei0107
·
2013-04-12 19:00
opencv-视频输出
#include//forstandardI/O #include//forstrings #include//BasicOpenCV
structures
(cv::Mat) #include//Videowrite
tianzhaixing
·
2013-04-12 09:00
opencv
poj2104——K-th Number(划分树)
65536KTotalSubmissions:30986Accepted:9501CaseTimeLimit:2000MSDescriptionYouareworkingforMacrohardcompanyindata
structures
department.Afterfailingyourprevioustaskab
神牛jianing
·
2013-04-10 14:00
数据结构
数据挖掘之模式挖掘(频繁模式挖掘与Apriori算法)
1、频繁模式(Frequentpattern)1.1定义Frequentpattern:apattern(asetofitems,subsequences,sub
structures
,etc.)thatoccursfrequentlyinadataset
xia7139
·
2013-04-09 21:00
数据挖掘
关联规则
Apriori
频繁模式挖掘
模式挖掘
opencv-视频PSNR SSIM对比
forcontrollingfloatprintprecision #include//stringtonumberconversion #include//GaussianBlur #include//BasicOpenCV
structures
tianzhaixing
·
2013-04-08 19:00
视频
opencv
二叉树
packagewxhua.data.
structures
.tree;/** *二叉树 * 优点: 能够快速的插入删除读取 * 但是,如果插入的是有序数据,或者是倒序数据...结果二叉树就失去了它的作用此时称为不平衡树
王小华
·
2013-04-08 00:00
二叉树
WAVEFORMATEX 格式说明
原文是从MSDN看到的过来的,大意如下:WAVEFORMATEXTheWAVEFORMATEX
structures
pecifiesthedataformatofawaveaudiostream.WAVEFORMATEX
H_O_W_E
·
2013-04-07 07:00
linux下Redis编译安装
它常被称作是一款数据结构服务器(data
structures
erver)。
ssxxjjii
·
2013-04-03 14:00
linux
Perl基础教程:复杂数据结构
PerlData
Structures
CookbookPerl数据结构百科一、描述ThesinglefeaturemostsorelylackinginthePerlprogramminglanguagepriortoits5.0
fireroll
·
2013-04-02 12:00
Perl 哈希嵌套
.#3.如果需要继续嵌套数组,记得使用中括号来表示数组[]9.4.HashesofHashesAmultidimensionalhashisthemostflexibleofPerl'snested
structures
.It'slikebuildingupareco
weiyangcau
·
2013-04-01 17:00
Data
Structures
: Objects and Arrays
1. Every string has a property called length, which refers to an integer, the amount of characters in that string. 2. Properties can be accessed in two ways, either with brackets or u
leonzhx
·
2013-04-01 15:00
JavaScript
array
Objects
arguments
for in loop
通过位操作判断字符串中是否存在重复字符
an algorithm to determine if a string has all unique characters What if youcannotuseadditionaldata
structures
xiaofei2010
·
2013-03-31 21:00
教你透彻了解红黑树
推荐阅读:Left-LeaningRed-BlackTrees, DagstuhlWorkshoponData
Structures
,Wadern,Germany,February,2008.
sustliangbo
·
2013-03-30 22:00
1057. Stack (30) (浙大13年机试题)
Stackisoneofthemostfundamentaldata
structures
,whichisbasedontheprincipleofLastInFirstOut(LIFO).ThebasicoperationsincludePush
AC_Von
·
2013-03-27 18:00
OCM 考试大纲
ServerConfigurationCreatethedatabaseDetermineandsetsizingparametersfordatabase
structures
Createandmanagetemporary
rainzl
·
2013-03-27 14:24
set
database
Access
multiple
permanent
Streams.js说明(英文原版)
Streamsareaneasytousedata
structures
imilartoarraysandlinkedlists,butwithsome extraordinary capabilities.What'ssospecialaboutthem
陈子傲
·
2013-03-25 11:00
CrackCode 题目整理 (第一章)
*Whatifyoucannotuseaddtionaldata
structures
?*实现一个算法用于判断一个字符串所包含的所有字符是各不相同的。*尽量不使用额外空间*/#inclu
糖拌咸鱼
·
2013-03-24 19:00
First 5 Minutes Troubleshooting A Server
optimizationandscalabilityatourpreviouscompany,wehadourfairshareoftroubleshootingpoorlyperformingapplicationsandinfra
structures
ofvarioussizes
c__ilikeyouma
·
2013-03-22 09:00
linux
故障排错
省赛热身赛之A Stack or A Queue?
They'rebothimportantdata
structures
.Astackisa"firstinlastout"(FILO)datastructureandaqueueisa"firstinfirstout
bingsanchun
·
2013-03-21 23:00
java
开发技术
从B树、B+树、B*树谈到R 树
从B树、B+树、B*树谈到R树分类: 24.data
structures
2011-06-0717:52 102865人阅读 评论(261) 收藏 举报磁盘数据结构存储tree数据库insert从B 树
pi9nc
·
2013-03-19 17:00
从Trie树(字典树)谈到后缀树(10.28修订)
从Trie树(字典树)谈到后缀树(10.28修订)分类: 24.data
structures
16.TAOPPtree2011-10-2220:34 47348人阅读 评论(57) 收藏 举报算法数据结构
pi9nc
·
2013-03-19 17:00
tree
structures
24.data
16.TAOPP
iOS最佳实践:视图生命周期该干什么
1、initAllocatingcriticaldata
structures
requiredbyyourviewcontroller不要出现创建view的代码。
yangxt
·
2013-03-19 11:00
Redis源码学习之【链表】
/*Node,List,andIteratoraretheonlydata
structures
usedcurrently.*/ /* *链表
qqyanchong
·
2013-03-16 10:00
redis
libevent源码浅析: 主要的结构体
http://godorz.info/2011/02/the-annotated-libevent-sources-about-
structures
/Aboutlibevent是一个开源的跨平台网络库,
ywh147
·
2013-03-11 17:00
oracle schema
Schema objects are the logical
structures
th
xueqibuildxue
·
2013-03-11 15:00
oracle
【原创】MySQL Proxy - 内部结构
【15.7.4.2.Internal
Structures
】 在MySQLProxy的脚本元素中有一些基本的内部结构需要知道。
摩云飞
·
2013-03-05 13:00
mysql
proxy
上一页
57
58
59
60
61
62
63
64
下一页
按字母分类:
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
其他