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
STDC
BZOJ 1112: [POI2008]砖块Klo1112( BST )
A了哈哈哈 -------------------------------------------------------------------------- #include<bits/
stdc
·
2015-11-01 11:45
2008
BZOJ 1342: [Baltic2007]Sound静音问题( 单调队列 )
-------------------------------------------------------------------------------- #include<bits/
stdc
·
2015-11-01 11:44
2007
BZOJ 3357: [Usaco2004]等差数列( dp )
--------------------------------------------------------------------------------- #include<bits/
stdc
·
2015-11-01 11:43
USACO
BZOJ 1531: [POI2005]Bank notes( 背包 )
nbsp; ---------------------------------------------------------------------------- #include<bits/
stdc
·
2015-11-01 11:42
Note
BZOJ 3685: 普通van Emde Boas树( 线段树 )
--------------------------------------------------------------------------------- #include<bits/
stdc
·
2015-11-01 11:41
线段树
HDU 2544 最短路 (单源最短路,spfa,Dijkstra,Bellman-Ford)
关于SPFA的详情请戳我 1 #include <bits/
stdc
++.h> 2 using namespace std; 3 const int N=
·
2015-11-01 10:11
dijkstra
HDU 2063 过山车 (最大匹配,男女配对,二分图)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 const int N=505; 4 int mapp
·
2015-11-01 10:11
HDU
HDU 1232 畅通工程 (并查集,常规)
http://www.cnblogs.com/xcw0754/p/4607813.html 1 #include <bits/
stdc
++.h>
·
2015-11-01 10:06
HDU
UVA 568 Just the Facts (阶乘)
1 #include <bits/
stdc
++.h>
·
2015-11-01 10:01
uva
Codeforces 551E - GukiZ and GukiZiana(分块)
#include <bits/
stdc
++.h> using namespace std; typedef long lon
·
2015-11-01 09:23
codeforces
HDU5266---pog loves szh III (线段树+LCA)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 const int MAXN = 3e5+10; 4 struct
·
2015-10-31 18:13
love
BZOJ 3446: [Usaco2014 Feb]Cow Decathlon( 状压dp )
--------------------------------------------------------------------------------- #include<bits/
stdc
·
2015-10-31 11:49
USACO
BZOJ 3314: [Usaco2013 Nov]Crowded Cows( 单调队列 )
---------------------------------------------------------------------------- #include<bits/
stdc
++
·
2015-10-31 11:49
USACO
BZOJ 1179: [Apio2009]Atm( tarjan + 最短路 )
--------------------------------------------------------------------- #include<bits/
stdc
+
·
2015-10-31 11:49
api
BZOJ 3173: [Tjoi2013]最长上升子序列( BST + LIS )
OK了 O(nlogn) -------------------------------------------------------------------- #include<bits/
stdc
·
2015-10-31 11:49
BST
2783: [JLOI2012]树( dfs + BST )
-------------------------------------------------------------------------------- #include<bits/
stdc
·
2015-10-31 11:48
2012
CodeForces Round #297 Div.2 E (中途相遇法)
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 typedef long long LL;
·
2015-10-31 11:28
codeforces
CodeForces Round #301 Div.2
1 #include <bits/
stdc
++.h> 2 using namespace std; 3 4 const int maxn = 1000 + 10;
·
2015-10-31 11:27
codeforces
编译ubuntu2.3源代码
1 安装几个软件: sudo apt-get install lib64z1-dev libc6-dev-amd64 g++-multilib lib64
stdc
++6
·
2015-10-31 10:19
ubuntu
C语言工具宏的小合集(包括获取程序编译日期和时间等)
__
STDC
__ 如果当前编译器符合ISO标准, 那么该宏的值为1__
STDC
_VERSI
·
2015-10-31 09:39
C语言
Codeforces 414B
附上代码: 1 #include<cstdio> 2 #include<cstring> 3 #include<bits/
stdc
·
2015-10-31 09:25
codeforces
Codeforces Round #280 (Div. 2)
#include<bits/
stdc
++.h> #define eps 1e-9 #define FOR(i,j,k) for(int i=j;i<=k;i++) #define
·
2015-10-31 09:30
codeforces
【字符串匹配】UVALive 4670 模板题
#include<bits/
stdc
++.h> #define eps 1e-9 #define FOR(i,
·
2015-10-31 09:30
live
C++头文件#include
stdc++.h>
一句话的事,直截了当——#include<bits/
stdc
++.h>包含C++的所有头文件 参考网站(点击):http://www.tuicool.com/articles/m6neUj
·
2015-10-31 09:44
include
C的 __FILE__, __LINE__的意思
C的这些宏有什么意义呢 __LINE____FILE__ __DATE__ __TIME__ __
STDC
__ __FUNCTION__ #include
·
2015-10-31 09:50
File
delphi 获取 TreeView选中的文件路径
nbsp;Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,
StdC
·
2015-10-31 08:38
treeview
UVA 820 Internet Bandwidth 因特网宽带(无向图,最大流,常规)
1 #include <bits/
stdc
++.h> 2 #define LL long long 3
·
2015-10-31 08:30
internet
UVA 821 Page Hopping 网页跳跃(BFS,简单)
1 #include <bits/
stdc
++.h> 2 #define LL long long 3 #d
·
2015-10-31 08:29
page
HDU 5280 Senior's Array (暴力,水)
1 #include <bits/
stdc
++.h> 2 #define LL long long 3 #def
·
2015-10-31 08:26
array
HDU 1532 Drainage Ditches 排水渠(网络流,最大流,入门)
1 #include <bits/
stdc
+
·
2015-10-31 08:26
HDU
HDU 3549 Flow Problem 流问题(最大流,入门)
1 #include <bits/
stdc
++.h> 2 #define LL long long 3 #define pii pair<int,int
·
2015-10-31 08:26
HDU
UVALive Proving Equivalences (强连通分量,常规)
1 #include <bits/
stdc
++.h> 2 #define LL long long
·
2015-10-31 08:24
live
Codeforces Round #299 (Div. 1)
#include <bits/
stdc
++.h> #define LL long long using namespace std; LL A, B, n; LL l, t, m,
·
2015-10-31 08:29
codeforces
Codeforces Round #279 (Div. 2)
1 #include<bits/
stdc
++.h> 2 #define eps 1e-9 3 #define FOR(i,j,k) for(int i=j;i<=k;i++)
·
2015-10-30 18:05
codeforces
C语言的6个标准宏
_FILE__ 在源代码中插入当前源代码文件名__DATE__ 在源代码中插入当前编译日期〔注意和当前系统日期区别开来〕__TIME__ 在源代码中插入当前编译时间〔注意和当前系统时间区别开来〕 __
STDC
·
2015-10-30 15:28
C语言
在 Delphi 下使用 DirectSound (3): 播放第一个 Wave 文件
function SetCooperativeLevel( hwnd: HWND; //窗口句柄 dwLevel: DWORD //协作优先级 ): HResult;
stdc
·
2015-10-30 14:48
Delphi
2015 UESTC Training for Search Algorithm & String - J - 全都是秋实大哥 【KMP】
nbsp;i%(i-f[i])==0 此时,它的最小循环节长度就是i-f[i],f[i]是字符串的第i位的失配函数(注意是从1开始算) #include<bits/
stdc
·
2015-10-30 13:57
Algorithm
读书笔记之:C++Primer 第3版
编译C++程序时,编译器自动定义了一个预处理器名字__cplusplus.在编译标准C时,编译器自动定义宏__
STDC
__。当
·
2015-10-30 11:58
读书笔记
__FILE__ __DATE__ __TIME__ __LINE__
_ 等__LINE__:在源代码中插入当前源代码行号;__FILE__:在源文件中插入当前源文件名;__DATE__:在源文件中插入当前的编译日期__TIME__:在源文件中插入当前编译时间;__
STDC
言安阳
·
2015-10-29 17:11
宏
__FILE__
__line__
__DATE__
__TIME__
C语言中双下划线的用法__FILE__
多用于告警提示: __FILE__ 包含当前程序文件名的字符串 __LINE__ 表示当前行号的整数 __DATE__ 包含当前日期的字符串 __
STDC
__ 如果编译器遵循ANSI
·
2015-10-28 09:53
File
codevs 月赛1
题目http://pan.baidu.com/s/1gdfb4bh t1水题 1 #include<bits/
stdc
++.h> 2 #define ok(a,l,r) (
·
2015-10-28 08:24
code
sudo apt-get install lib32
stdc
++6
[2014-06-19 12:39:55 - android_marketing_zj] /home/exmyth/package/adt-bundle-linux-x86_64-20140321/sdk/build-tools/android-4.4.2/aapt: error while loading shared libraries: libstdc++.so.6: cannot open
·
2015-10-27 15:40
Install
抄写课文
#include <bits/
stdc
++.h> using namespace std; int main() { char str[201]; int
·
2015-10-27 14:33
写
求连续数的立方和
#include <bits/
stdc
++.h> using namespace std; int main(){ int T; scanf("%d"
·
2015-10-27 14:33
[状压dp]POJ1185 炮兵阵地
: 也就是状压前两行 具体与HDOJ的4539类似: 看HDOJ 4539 仅仅是共存状态的判断不同 1 //#include <bits/
stdc
·
2015-10-27 13:22
poj
bzoj2654
1 #include<bits/
stdc
++.h> 2 #define clr(a,x) memset(a,x,sizeof(a)) 3 #define rep(i,l,r) for
·
2015-10-27 12:42
ZOJ
[主席树]HDOJ3874 Necklace
将重复的元素建树即可 注意范围:$N \le 50000$ 每个值不超过1000000 也就是加起来会爆int 要用LL 1 #include <bits/
stdc
·
2015-10-27 12:18
OJ
[杂题]FZU2190 非提的救赎
1 //#include <bits/
stdc
++.h> 2 #include <cstdio> 3 #include <cstdlib&
·
2015-10-27 12:14
makefile demo
HEADERS=ZZNetLib.hsession.hServerPool.hServer.h all:ZZNetLib %.o:%.cpp$(HEADERS) g++-c$<-o$@-std=
stdc
wuna66320
·
2015-10-25 10:00
poj 3061 Subsequence(尺取法)
1 //#include <bits/
stdc
++.h> 2 #include <cstdio&g
·
2015-10-23 08:54
sequence
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他