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
LMT
hdu 1255 覆盖的面积 扫描线
#include #include #include #defineeps1e8 #defineleftl,m,xb.tag; } }e[
LMT
]; intcov[
LMT
>1; if(Lm)update
cqlf__
·
2013-03-13 23:00
ZOJ 2744 Palindromes 区间DP
b[i][j]=(b[i+1][j-1])&(str[i]==str[j])#include #include constintLMT=5005; booldp[
LMT
][
LMT
]; intans; voidinit
cqlf__
·
2013-03-13 23:00
ZOJ 1700 Falling Leaves 树形结构
#include #include constintLMT=30; inthead,cnt,tr,lev; structnode { intl,r,data; }nod[
LMT
]; charans[
LMT
cqlf__
·
2013-03-13 23:00
ZOJ 3156 Taxi 二分图+二分查找
#include #include #include #include usingnamespacestd; constintLMT=102; doublegra[
LMT
][
LMT
],chose[
LMT
cqlf__
·
2013-03-13 23:00
ZOJ 1721 The Doors dijstra+计算几何
#include #include #defineeps1e8 constintLMT=102; intwn,n; doublegra[
LMT
][
LMT
]; structwall { doubley1,
cqlf__
·
2013-03-06 20:00
ZOJ 1985 Largest Rectangle in a Histogram 迭代... 贪心
这些矩阵里面有一个传递关系,如果a可以到达b,那么a可以到达b可以到达的所有地方#include #include #defineLLlonglong constintLMT=100005; inth[
LMT
cqlf__
·
2013-03-06 20:00
fzu 2112 Tickets 图论
#include #include #include constintLMT=100003; usingnamespacestd; intdu[
LMT
]; intmain() { intT,n,m; scanf
cqlf__
·
2013-02-28 21:00
fzu 2111 Min Number 贪心
可以用贪心,每次交换都把最小的换到前面,记得第一位不可以为0#include #include #include usingnamespacestd; constintLMT=1003; charsec[
LMT
cqlf__
·
2013-02-28 21:00
Codeforces Round #160 (Div. 1), problem: (B) Maxim and Restaurant DP+组合数学
#include #include #defineLMT55 //先把总的情况的个数算出来,然后再除以总情况 usingnamespacestd; doubledp[
LMT
cqlf__
·
2013-02-25 21:00
Codeforces Beta Round #77 (Div. 1 Only), problem: (B) Lucky Numbers 数位DP+剪枝DFS+贪心
而且可以有明显剪枝地方的题,要记得用DFS#include #include /******* 抽时间要细想想DFS啊 *****/ constintLMT=100005; intlen; charnum[
LMT
cqlf__
·
2013-02-25 20:00
Codeforces Beta Round #29 (Div. 2, Codeforces format), problem: (C) Mail Stamps 图论
#include #include #include usingnamespacestd; mapnode; constintLMT=100003; intmp[
LMT
][3],see[
LMT
],du[
cqlf__
·
2013-02-25 13:00
Codeforces Round #149 (Div. 2), problem: (D) Dispute DFS
只有贪心一下,每次只给与ai相等的点按一下就好了#include #include #defineLMT100005 boolvis[
LMT
]; structline { intu,v,next; }e
cqlf__
·
2013-02-25 13:00
Beta Round #43 (ACM-ICPC Rules), problem: (E) Comb 优先队列+晦涩题意
include #include #include #defineLLlonglong #defineeps-1e17 usingnamespacestd; constintLMT=1502; LLdp[2][
LMT
cqlf__
·
2013-02-25 13:00
Codeforces Round #168 (Div. 1), problem: (B) Zero Tree, DFS
#include #include #include #include #defineLLlonglong usingnamespacestd; constintLMT=100004; LLelem[
LMT
cqlf__
·
2013-02-25 13:00
contest: Codeforces Round #161 (Div. 2), problem: (D) Cycle in Graph 图论
看他们之间的深度差是否不小于K,然后记录符合条件的情况#include #include #include #include #defineLMT100003 usingnamespacestd; intcnt,k,lev[
LMT
cqlf__
·
2013-02-18 22:00
Codeforces Round #144 (Div. 1), problem: (B) Table DP 组合数学
我就不多说了#include #include #definemod1000000007 #defineLLlonglong constintLMT=102; usingnamespacestd; LLc[
LMT
cqlf__
·
2013-02-18 21:00
Codeforces Beta Round #9 (Div. 2 Only), problem: (D) How many trees? DP
然后再枚举左右子树的深度节点数即可#include #include #include #defineLLlonglong constintLMT=40; usingnamespacestd; intn,h; LLdp[
LMT
cqlf__
·
2013-02-18 21:00
Codeforces Beta Round #35 (Div. 2), problem: (D) Animals DP
DP,求出留下n只动物的最少消耗即可#include #include #include #defineeps1e8 constintLMT=102; usingnamespacestd; intdp[
LMT
cqlf__
·
2013-02-18 21:00
ABBYY Cup 2.0 - Easy, problem: (C1) Party 并查集水题
include #include #include #include constintLMT=100003; usingnamespacestd; structline { intu,v,next; }e[
LMT
cqlf__
·
2013-02-18 21:00
Oracle 10g大文件表空间
只有自动段空间管理的
LMT
(Locally Managed Tablespaces ) 支持 BIGFILE 表空间。
andyniu
·
2013-02-16 15:00
oracle
CF 79CBeaver DP 字符串
8038328 #include #include #include #include #defineeps1e8 #defineLMT100003 usingnamespacestd; charstr[
LMT
cqlf__
·
2012-12-30 15:00
codefroces 33C Wonderful Randomized Sum DP
怎么说呢,具体看程序吧,一开始少考虑了留出一段不进行操作的情况#include #include #include #defineLMT100003 usingnamespacestd; intpre[
LMT
cqlf__
·
2012-12-26 13:00
codeforces 120F Spiders 树形DP
基本树形DP‘#include #include #include #include #include #include #defineLMT102 usingnamespacestd; boolgra[
LMT
cqlf__
·
2012-12-25 13:00
codeforces 148D Bag of mice DP 概率
#include #include #defineLMT2004//老错误了,
LMT
错误,RE了一次 usingnamespacestd; doublenv[
LMT
][
LMT
],dra[
LMT
][
LMT
cqlf__
·
2012-12-23 11:00
codeforcres 5C Longest Regular Bracket Sequence 队列优化 栈
#include #include #include #include #defineLMT1000003 usingnamespacestd; intlen,ans; charbra[
LMT
]; intl
cqlf__
·
2012-12-19 23:00
大文件表空间的一些知识点
只有自动段空间管理的
LMT
(Locally Managed Tablespaces ) 支持 BIGFILE 表空间。 大文件表空间只能包含一个文件,但是文件可以
wsql
·
2012-12-13 22:00
表空间
poj 1635 树同构 记录成长历程
主要算法来自于杨弋的论文1,原始暴力代码,直接TLE#include #include #include #defineLMT3003 usingnamespacestd; //方法有问题,TLE charstr1[
LMT
cqlf__
·
2012-12-11 20:00
codeforces 148E Porcelain 多重背包
#include #defineLMT10005 intget[103][103],s[103],rget[103][103]; intdp[103][
LMT
]; intmain(void) { intn
cqlf__
·
2012-12-09 22:00
codeforces 173C Spiral Maximum
那么,就以建立一个数组alget[
LMT
]
cqlf__
·
2012-12-07 22:00
codeforces 245H Queries for Number of Palindromes 区间DP
#include #include #include #defineLMT5002 usingnamespacestd; boolis[
LMT
][
LMT
]; intget[
LMT
][
LMT
]; charstr
cqlf__
·
2012-12-07 22:00
codeforces 174B File List 字符串 trick
代码敲的千疮百孔,其实题目不难#include #include #include #defineLMT400005 usingnamespacestd; charstr[
LMT
]; dequepo;
cqlf__
·
2012-12-05 12:00
DMT、
LMT
、MSSM、ASSM
dmt,
lmt
是管理segment中的extent的,而mssm和assm是管理extent中的block的。
guogang83
·
2012-12-03 08:00
C2. Party
#include #defineLMT2002 usingnamespacestd; intget[
LMT
],fs,father[
LMT
]; intwork(intu) { intx=u; while(
cqlf__
·
2012-11-27 23:00
11.14号-----本地管理表空间
本地管理表空间(Locally Managed Tablespace 简称
LMT
)------8i以后出现的一种新的表空间的管理模式,通过本地图来管理表空间的空间使用。
wsql
·
2012-11-14 17:00
表空间
codeforces D. Distance in Tree
#include #include #include #defineLLlonglong #defineLMT50003 usingnamespacestd; LLdis[
LMT
][505];//SB,
cqlf__
·
2012-11-10 20:00
codeforces Another Problem on Strings 记录一个不慎
#include #include #defineLMT1000003 //要有一个变大 usingnamespacestd; longlongq[
LMT
],k; inthead,tail; intmain
cqlf__
·
2012-11-10 10:00
这几天做的题,DP虽然可能较水
//你要先选择一个正数的起点,然后会有各种消耗,算消耗是可以用DP inttemp[
LMT
],dp[
LMT
],rdp[
LMT
]; intmain(void)
cqlf__
·
2012-10-31 23:00
sgu 194 上下界最大流 此代码SGU瞬间过,ZOJ瞬间WA
#include #include #defineLMT205 #defineeps3e8 typedefstruct { intu,v; }line; linee[
LMT
*
LMT
]; intmat[
LMT
cqlf__
·
2012-09-22 19:00
SGU 176 上下界最小流
#include #include #defineLMT200 #defineeps2e9 typedefstruct { intu,v; }line; linee[
LMT
*
LMT
]; intmat[
LMT
cqlf__
·
2012-09-22 15:00
centos 5.8 eth0 无法显示
技嘉主板集成网卡无法使用解决方法lspci技嘉GA-78
LMT
-S2P,集成网卡是AtherosAR8151PCI-EGigabitEthernetController,系统装完后,网卡无法使用,使用
某某大人
·
2012-09-05 11:06
Atheros
ethernet
AR8151
PCI-E
Gigabit
centos 5.8 eth0 无法显示
技嘉主板集成网卡无法使用解决方法lspci技嘉GA-78
LMT
-S2P,集成网卡是AtherosAR8151PCI-EGigabitEthernetController,系统装完后,网卡无法使用,使用lspci
某某大人
·
2012-09-05 11:06
Atheros
AR8151
PCI-E
ZOJ 3201 Tree of Tree 大水树形背包
#include #include #defineLMT105 intget[
LMT
][
LMT
],dp[
LMT
][
LMT
],wei[
LMT
],next[
LMT
]; typedefstruct { intu
cqlf__
·
2012-08-31 13:00
表空间的管理-字典和本地管理
Oracle主要的空间管理方式有两种,一种是Oracle8i以前的字典管理表空间(DMT)技术,一种就是Oracle8i以后的本地管理表空间(
LMT
)技术。
jojo52013145
·
2012-08-30 16:00
oracle
sql
数据库
File
header
Dictionary
解决Centos5.5无法识别Atheros AR8151网卡的问题
这台电脑的主板是技嘉GA-78
LMT
-S2P,集成的网卡是
vbbb625
·
2012-08-14 15:58
centos
网卡
字典管理表空间DMT和本地管理表空间
LMT
字典管理表空间是通过两个数据字典uet$和fet$管理,uet$数据字典中存储的是tablespace中已经使用extent,fet$中存储的是tablespace中空闲的extent,当segment中需要分配新的extent时,也就是需要建的segment或者一个segment需要分配新的extent时,oracle就会从fet$查找extent列表,找到的extent编号A吧用于新exten
zui019
·
2012-07-19 18:24
oracle 总结
EM启动停止:emctlstartdbconsoleemctlstopdbconsole 本地管理表空间:
LMT
EXTENTMANAGEMENTLOC
linkiang
·
2012-02-01 15:32
oracle
职场
start
知识
休闲
oracle 10g 新特性 大文件表空间
只有自动段空间管理的
LMT
(Locally Managed Tablespaces ) 支持 BIGFILE 表空间。 大文件表空间只能包含一个文件,但是文件
baobaojinjin
·
2011-11-29 23:00
oracle
oracle 10g 新特性 大文件表空间
只有自动段空间管理的
LMT
(Locally Managed Tablespaces ) 支持 BIGFILE 表空间。 大文件表空间只能包含一个文件,但是文件
baobaojinjin
·
2011-11-29 23:00
oracle
详解Oracle本地管理表空间
本地管理表空间(LocallyManagedTablespace简称
LMT
):8i以后出现的一种新的表空间的管理模式,通过本地位图来管理表空间的空间使用。
huang_xw
·
2011-11-13 22:00
oracle
sql
数据库
user
table
关于oracle 中的dmt_
lmt
_mssm_assm之间的关系
在了解dmt和
lmt
之前,先来简单的熟悉一下oracle数据库的逻辑结构,逻辑结构描速起来非常简单:表空间是由段(segment)组成的,段是由范围(extent)组成的,范围是由连续的(block)组成的
nesta2001zhang
·
2011-09-16 11:00
oracle
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他