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
0x7fffffff
最大流模板【sap+gap优化,邻接矩正,O(mn^2)】
时间复杂度:O(mn^2)*/#include#includeusing namespace std;const int msize=205; //最大顶点数const int inf=
0x7fffffff
寒月
·
2011-05-10 13:00
最大流模板【EdmondsKarp算法,O(m^2n)】
**//* EdmondsKarp算法,O(m^2n)*/#include#includeusing namespace std;const int maxn=205;const int inf=
0x7fffffff
寒月
·
2011-05-10 13:00
最大流模板【dinic算法,边表存储(仿指针),实用于稀疏图,O(mn^2)】
)*/#includeusing namespace std;const int maxn=205; //最大定点数const int maxm=205; //最大边数const int inf=
0x7fffffff
寒月
·
2011-05-10 13:00
最大流模板【dinic算法,邻接矩正,O(mn^2)】
dinic算法,邻接矩正,O(mn^2)*/#include#include#includeusing namespace std;const int maxnode=205;const int inf=
0x7fffffff
寒月
·
2011-05-10 13:00
hdu 1569 方格取数(2)//最小割
#include#includeconstintMAXN=10010;constintMAXM=100000;constintINF=
0x7fffffff
;structEdge{intst,ed,next
hqd_acm
·
2011-04-28 20:00
水题四道 3-30
id=2833大意::n个数,去掉最大的n1个和最小的n2个数,(n1+n2#include const int INF =
0x7fffffff
;templateclass MaxHeap{private
Gotta Write A Code
·
2011-03-31 00:00
USACO 5.5.2 Hidden Passwords (后缀数组)
include #include #include using namespace std;const int MAXN = 200010;const int K = 356;const int INF =
0x7FFFFFFF
小阮的菜田
·
2011-02-17 17:00
USACO 5.1.3 Musical Theme ( 最长重复子序列)
ID: loreleiTASK: themeLANG: C++*/#include using namespace std;const int MAXN = 5005;const int INF =
0x7FFFFFFF
小阮的菜田
·
2011-02-08 19:00
14.VC(custom)-原码、补码、反码、INFINITE解释和怎么WaitForSingleObject超时大于
0x7FFFFFFF
原码:原码表示法在数值前面增加了一位符号位(即最高位为符号位),该位为0表示正数,该位为1表示负数,其余位表示数值的绝对值大小。反码: 正数的反码与其原码相同,负数的反码是对其原码逐位取反,但符号位除外。补码: 正数的补码与其原码相同,负数的补码是在其反码的末位加1。例如,我们用8位二进制表示一个数,+11的原码反码补码都为00001011,-11的原码就是10001011,反码是11110100
hgy413
·
2010-12-07 15:00
OSPF区域与LSA详解
一台路由器始发一个LSA,之后每产生一个该LSA的拷贝就在序列号上加1,序列号从Ox80000001到
0X7fffffff
(不用考虑8和7的大小),数值越打视为越新。
iambaoquan
·
2010-11-09 22:23
职场
ospf
LSA
POJ_1274
#include #include using namespace std;const int MAXN = 500;const int INF =
0x7fffffff
;int n,m;int p,s
beloved_ACM
·
2010-10-02 22:00
2010哈尔滨区域赛H题
#includeusingnamespacestd;#include#includeusingnamespacestd;constintINF=
0x7fffffff
;constintMAXN=10001
beloved_ACM
·
2010-09-30 20:00
POJ_2455_二分 + 最大流
#include#include#includeusingnamespacestd;constintINF=
0x7fffffff
;constintEMAXN=40001;constintVMAXN=201
beloved_ACM
·
2010-09-30 19:00
宽搜 --- 流星雨题解
#includeusingnamespacestd;constint_DEF_MAXNUM=
0x7fffffff
;stru
code_beauty
·
2010-09-08 06:00
搜索
PKU 1260 Pearls
id=1260思路:简单DP,但是就是想不到...代码: 1 #include 2 #include 3 #include 4 #define MAX_LEN 101 5 #define INF
0x7FFFFFFF
A Za, A Za, Fighting...
·
2010-08-18 09:00
pku2908
#include#includeusing namespace std;const int inf=
0x7fffffff
;int n,l,nop,nw,s,d;char oper[35][25];int
寒月
·
2010-08-17 17:00
c语言学习2 指针
在上一章,我以及使用了&输出指针的地址 int i=
0X7FFFFFFF
; int *ci;  
zuoge85
·
2010-06-21 01:00
C++
c
C#
pku + 2387
1 #include 2 #include 3 #include 4 using namespace std; 5 #define MAX
0x7fffffff
6 7 bool flag[20
我要一步一步往上爬!~~加油~加油~加油!
·
2010-06-15 15:00
pku 1716(差分约束)
includeusingnamespacestd;/*传入源点s,numv存储点的个数,用dis数组存下最短路径值edge[]为其邻接表*/classnode{public:intv,w;node*next;};constintinf=-
0x7fffffff
liaojinyu282
·
2010-05-08 09:00
OSPF中的LSA序列号
如果真的到了
0x7FFFFFFF
,就发送一个AGE标记为60MIN的LSA,通告出去,邻居收到后会把这个LSA从DATABASE里删除,然后序列号又会从0x80000001开始.
weiyuhu
·
2010-03-10 15:00
OS
CCNP BSCI ospf序列号
OSPF序列号,是从0x80000001 开始一直递增到 0xFFFFFFFF 0x00000000最后到
0x7FFFFFFF
这是最后1个序列号.如果当序列号真的到达这个最大值时
keithlau
·
2010-03-10 14:44
序列
休闲
ospf
ccnp
BSCI
CCNP BSCI ospf序列号
OSPF序列号,是从0x80000001 开始一直递增到 0xFFFFFFFF 0x00000000最后到
0x7FFFFFFF
这是最后1个序列号.如果当序列号真的到达这个最大值时
keithlau
·
2010-03-10 14:44
序列
休闲
ospf
ccnp
BSCI
POJ 2038
=0){_min=
0x7fffffff
;F(i,1,n)cin>>a[i];dfs(1,"");printf("%sisthemedianrankingwithvalue%d.
AllenLSY
·
2010-02-11 20:00
c
String
BI
include
SPFA算法模版+邻接表
(转)SPFA算法模版+邻接表#include #include using namespace std;const long MAXN=10000;const long lmax=
0x7FFFFFFF
misschuer
·
2010-01-11 20:00
计算机日期
#include#include#includeintmain(){ system("color4f"); time_tbiggest=
0x7FFFFFFF
; printf("biggest=%s/n"
typename
·
2009-11-18 22:00
System
P3481
include //#include using namespace std;//ifstream fin("t3481.in");const int MAXN=100000;const int INF=
0x7fffffff
巢穴
·
2009-10-13 16:00
P1258 By kruskal
/**//*Kruskal*/#include using namespace std;const int MAXN=101;const int INF=
0x7fffffff
;int n;struct
巢穴
·
2009-10-07 15:00
P1258
#include using namespace std;const int MAXN=101;const int INF=
0x7fffffff
;int n;int edge[MAXN][MAXN];bool
巢穴
·
2009-10-06 16:00
计数排序 实现
#include #include const int _ =
0x7fffffff
;int a[100], n, out[100];int c[100];int main(){ freopen(
MemoryGarden's Blog
·
2009-09-29 13:00
merge sort 实现
1 #include 2 #include 3 int a[100], left[100], right[100], nil =
0x7fffffff
, n; 4 //left 为扣着的左边的牌
MemoryGarden's Blog
·
2009-09-27 11:00
让32位应用程序不再为2G内存限制苦恼
试过很多办法,包括文件内存映射等,效率不高,而且由于32位应用程序的限制,可用的内存地址最高只能到
0x7FFFFFFF
,能调用的内存到2G就是极限了。
jerjupiter
·
2009-09-21 17:00
VC++
xp下用户程序空间分配(1):大致框架
核心编程》告诉我们,对于每个应用程序的4G虚拟空间可以分为4个大块:0x00000000~0x0000ffff:空指针赋值分区0x00010000~0x7ffeffff:用户模式分区0x7fff0000~
0x7fffffff
xiaoer_1982
·
2009-08-26 09:00
编程
.net
框架
windows
XP
vijos 1235 天堂的馈赠
vijos1235天堂的馈赠#include#include#include#includeusingnamespacestd;constintINF=-
0x7FFFFFFF
;intW,H,P,N,T;
xfstart07
·
2009-08-12 20:00
voj 1590 笨笨的洪水堵截(赛)
voj1590笨笨的洪水堵截(赛)#include#includeusing namespace std;const int INF=
0x7FFFFFFF
;int N,M;int ans;int pre
xfstart07
·
2009-08-11 08:00
pku 2394
最短路题目分析与算法原型 其他没什么,就是需要注意重边的处理,Dijkastra就行了Code: 1#include 2#include 3#define len 505 4#define max
0x7fffffff
蜗牛の狂奔笔记
·
2009-07-25 10:00
一个高精度乘法的例子
查看原文请访问www.cppblog.com/schindlerlee转载请保留此信息,本人保留关于本文的一切信息const int PRECISION = 525;const int SENTINAL =
0x7fffffff
Why so serious? --[NKU]schindlerlee
·
2009-05-28 11:00
hdu1233_还是畅通工程
#include #define DEBUG 1const int N=101 ;const int Max =
0x7fffffff
;int n, map[N][N], dis[N], used[N
sunkehappy
·
2009-05-05 01:00
在看ConcurrentHashMap的杂记
staticfinalintMAXIMUM_CAPACITY=1<<30;//32位的int最大值+1的一半//(107374182401000000000000000000000000000000)最大值MAX_VALUE=
0x7fffffff
mooncui
·
2009-04-27 10:00
PHP
BBS
C
C++
C#
ZOJ 1406 解题报告
ZOJ1406解题报告Prim算法.Code 1#include 2using namespace std; 3 4const int N = 28; 5const int UNLINK =
0x7fffffff
C++心路历程
·
2009-04-10 22:00
pku 2195 Going Home 标准的二分图带权匹配 KM算法
标准的二分图带权匹配KM算法BFS实现,O(n^3) 1 #include 2 using namespace std; 3 const int SIZE=110; 4 const int INF=
0x7fffffff
wolf5x@bupt
·
2009-02-15 22:00
ospf序列号等问题
OSPF使用的是顺序序列号,不是循环的,范围是0X80000000到
0X7FFFFFFF
第一个8是负的,第一个LSA的序列号是0X80000001,然后累加到0,在从0到
0X7FFFFFFF
如果真的到了
寒旋
·
2009-02-07 20:24
职场
进程
序列号
休闲
LSA
逆序数的两种求法--------归并排序,树状数组
merge(int a[],int p,int q,int z){ int l[1000],r[1000]; l[0]=q-p+1; r[0]=z-q; l[l[0]+1]=
0x7fffffff
Headacher
·
2009-01-26 14:00
[语法分析]算符优先分析的实现及独立测试
// 实现为 opana->opStack->push(opana->opStack, newOperator(LPARENT,
0x7fffffff
NeuronR
·
2009-01-23 21:00
数据结构
C++
c
C#
位运算在算法编程中的使用技巧
求浮点数的绝对值doubleabs(doubley){ doublex=y; *(((int*)&x)+1)&=
0x7fffffff
; returnx;} 整数的
fisher_jiang
·
2008-10-07 12:00
编程
算法
优化
POJ 1511(spfa)
1511两个图,spfa正向求一次,反向求一次#include#include#includeusing namespace std;const int Nmax=1000001;const int oo=
0x7fffffff
T9的空间
·
2008-09-12 11:00
HUST1175(多边形相交模板)
贴上去当作模板吧 1#include 2#include 3#include 4using namespace std; 5 6const int oo=
0x7fffffff
; 7const
T9的空间
·
2008-09-07 12:00
OSPF Area & LSA详解
一台路由器始发一个LSA,之后每产生一个该LSA的拷贝就在序列号上加1,序列号从Ox80000001到
0X7fffffff
(不用考虑8和7的大小),数值越打视为越新。
server_why
·
2008-07-21 14:34
职场
OSPF
休闲
Switch&Route
OSPF Area & LSA详解
一台路由器始发一个LSA,之后每产生一个该LSA的拷贝就在序列号上加1,序列号从0x80000001到
0x7fffffff
(不用考虑8和7的大小),数值越大视为越新。
Steven.Q
·
2008-07-18 17:09
职场
OSPF
Lsa
路由技术
pku-3159
效果会相当会//堆优化的最短路径不知道什么原因的AC#include const int MAX_N = 30005;const int MAX_M = 150005;const int MAX =
0x7fffffff
算法与程序--游戏与玩乐
·
2008-07-13 13:00
pku-2955
#include #include const int LEN = 105;const int MAX =
0x7fffffff
;int dp[LEN][LEN];int cup ( char str[
算法与程序--游戏与玩乐
·
2008-06-09 12:00
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他