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
10010
urllib2 get post
阅读更多pythonpost,get的方法post#参数有data就是post,没有data是get1url="https://api.ext.m-m
10010
.com/open/unicom/BatchQueryTerminal"data
jacklin2015
·
2016-10-13 11:00
python
双亲委派模型与类的生命周期
至于叫双亲委派,其实是不对的,不像数据结构中树的双亲那样含义明确;不过叫法就无所谓了,看它的作用吧,它的示意图如下(来自http://blog.csdn.net/p
10010
/article/details
Jintao_Ma
·
2016-10-10 23:01
JVM
51nod1100斜率最大
include#include#include#include#includeusingnamespacestd;typedeflonglongll;structnode{intx,y,no;};nodea[
10010
CoderFly
·
2016-09-13 22:50
题解
hdu1005(水题)
#include#include#include#include#include#includeusingnamespacestd;intf[
10010
];intmain(){inta,b,n;f[1]
Bubblegz
·
2016-09-12 20:53
leetCode No.221 Maximal Square
findthelargestsquarecontainingonly1’sandreturnitsarea.Forexample,giventhefollowingmatrix:10100 10111 11111
10010
Andy_Shan
·
2016-08-30 23:00
LeetCode
一个无脑的FLOYD代码。。。。
#include#include#include#includeintdp[
10010
][
10010
];usingnamespacestd;intmain(){inti,j,k,m,n,so,to;scanf
Free__Life
·
2016-08-26 21:54
最小生成树-两种算法复杂度比较 poj-1258,2485
#include#include#definen
10010
#defineinf100010inta[n][n],ans;boolvis[n],t;intdis[n];boolprim(){memset(
思考熊
·
2016-08-20 11:47
图论
线段树区间交-杭电1255
#include#include#include#includeusingnamespacestd;#definemaxn
10010
structnode{doublex1,x2,y;intcover;node
dtwd886
·
2016-08-16 16:36
杭电1255
线段树
Ford-Fulkerson 标号法求网络最大流
①c、f初始化为INF表示该边不存在#include#include#include#include#include#include#include#definemaxn
10010
#defineINF0xfffffffusingnamespacestd
kewlgrl
·
2016-08-13 21:44
POJ
初级计划
ACM_图论
HDU 1711 KMP算法入门
AC代码ViewSourceOnGitHub#include#include#include#includeusingnamespacestd;#defineMAXA1000005#defineMAXN
10010
Kiritow
·
2016-08-13 12:27
日常训练
HDOJ
洛克王国灾炎技能表 种族值 进化图一览
洛克王国灾炎种族值宠物名精力攻击防御速度魔攻魔抗总和灾炎143120118130140129780能力极限值4273032993253473232024去计算宠物能力值洛克王国灾炎技能表技能等级属性类型目标威力PP效果深红龙息初始龙系魔法敌方
10010
佚名
·
2016-08-11 15:30
每日一练——求一个只包含0、1的矩阵中只包含1的最大子矩阵大小
例如给定如下矩阵:10100 10111 11111
10010
Return4intmax_square(vector>&matrix){ introw=matrix.size(); intcol=matrix
a987073381
·
2016-08-03 22:00
【高精度算法】A/B 高精度除以低精度 保留小数
#include#include#include#includechars[
10010
];inta[50001],sth[50001],p[10];longlongb,c;intmain(){gets(
CM_yali
·
2016-07-22 11:50
高精度
【高精度算法】A/B 高精度除以低精度 保留小数
#include#include#include#includechars[
10010
];inta[50001],sth[50001],p[10];longlongb,c;intmain(){gets(
CM_yali
·
2016-07-22 11:50
高精度
【高精度算法】A+B
#include#include#include#includechars[
10010
];inta[
10010
],b[
10010
],c[
10010
];intmain(){inti,j,k,m,n,alen
CM_yali
·
2016-07-22 11:50
高精度
【高精度算法】A+B
#include#include#include#includechars[
10010
];inta[
10010
],b[
10010
],c[
10010
];intmain(){inti,j,k,m,n,alen
CM_yali
·
2016-07-22 11:50
高精度
【高精度算法】A+B 加强版
#include#include#include#includechars[
10010
];inta[
10010
],b[
10010
],c[
10010
];intx[
10010
],y[
10010
],z[
10010
CM_yali
·
2016-07-22 11:07
高精度
博弈论初探----DAG上的NIM
代码#include#include#include#include#include#definemaxn
10010
#definemaxm
10010
usingnamespacestd;structEdge
G_congratulation
·
2016-07-17 23:28
博弈论
tarjan算法----求强连通分量
扔上带注释的代码回去慢慢补==#include#include#include#include#include#definemax_edge
10010
#definemax_node
10010
usingnamespacestd
G_congratulation
·
2016-07-16 19:12
数据结构
图论
NOIP2011铺地毯题解
NOIP2011铺地毯博主第一眼,好坑,10000*10000,时间不说,空间就MLE了,于是我写下了以下代码#includeusingnamespacestd;intn,i,ans,x1[
10010
]
hh_cnyali
·
2016-07-14 14:58
题解
noip
Maximal Square
findthelargestsquarecontainingall1'sandreturnitsarea.Forexample,giventhefollowingmatrix:10100 10111 11111
10010
yeshiwu
·
2016-06-22 20:00
java
LeetCode
动态规划
Square
并查集加拓扑排序
题目:点击打开链接代码:#include//#include#include#include#includeusingnamespacestd;vectorq[
10010
];queueq5;intf[
10010
dongdongdong122
·
2016-06-20 17:44
并查集加拓扑排序
iOS学习笔记——打电话、发短信
[[UIApplicationsharedApplication]openURL:[NSURLURLWithString:@"tel://
10010
"]];//打电话使用openURL这个API打电话结束后
翘楚iOS9
·
2016-05-26 12:01
多重部分和问题
#include #include #include #include usingnamespacestd; #defineMAXN
10010
intn,K,a[MAXN],m[MAXN]; booldp
MIKASA3
·
2016-05-21 20:00
C++
多重部分和
单调递增最长子序列
描述求一个字符串的最长递增子序列的长度如:dabdbf最长递增子序列就是abdf,长度为4输入第一行一个整数0 #include #include #include usingnamespacestd; intdp[
10010
Xwxcy
·
2016-05-14 11:00
leetcode.221. Maximal Square
findthelargestsquarecontainingall1'sandreturnitsarea.Forexample,giventhefollowingmatrix:10100 10111 11111
10010
happyxuma1991
·
2016-05-10 21:00
LeetCode-221.Maximal Square
findthelargestsquarecontainingall1'sandreturnitsarea.Forexample,giventhefollowingmatrix:10100 10111 11111
10010
zmq570235977
·
2016-05-08 21:00
LeetCode
dp
HDU 1392 Surround the Trees(凸包)
AC代码】#include #include #include #include #include #include #include usingnamespacestd; constintmaxn=
10010
just_sort
·
2016-05-08 20:00
HDU 5112 A Curious Matt
思路:水题#include usingnamespacestd; typedeflonglongLL; constintN=
10010
; constintINF=0x3f3f3f3f; intcas=1
qq_21057881
·
2016-05-07 21:00
HDU 1711 Number Sequence (KMP)
ProblemDescriptionGiventwosequencesofnumbers:a[1],a[2],......,a[N],andb[1],b[2],......,b[M](1 #include usingnamespacestd; intnextt[
10010
hellohelloC
·
2016-05-07 17:00
[Java]命令行模拟TCP客户端与服务端的简单小程序遇到的问题(基础不牢!扎实和亲手实践比什么都重要!)
classTcpClient1 { publicstaticvoidmain(String[]args)throwsException { Sockets=newSocket("127.0.0.1",
10010
ghbfgb
·
2016-05-07 10:00
动态规划
10010
题目:ProblemDescription有一楼梯共M级,刚开始时你在第一级,若每次只能跨上一级或二级,要走上第M级,共有多少种走法? Input输入数据首先包含一个整数N,表示测试实例的个数,然后是N行数据,每行包含一个整数M(1usingnamespacestd;intmain(){ints[41];intn,x,i;cin>>n;s[1]=s[2]=1;for(i=3;i0){cin>>x;
wangran1111
·
2016-05-06 21:00
C++第四次实验
问题及代码/* *文件名称:Ex1.7pp *作者:刘旭 *完成日期:2016年4月22日 *版本号:v1.0 *对任务及求解方法的描述部分:学生类输出学生的基本信息 *输入描述:StuDetails(
10010
qq_34143020
·
2016-05-06 11:00
最短路径(dijkstra算法)
单源最短路径问题,但不能处理带负权边的图 最短路:dijkstra算法算法的实现模板:#defineMaxN
10010
//MaxN是点的个数 #defineMaxInt200000000//MabInt
liangzhaoyang1
·
2016-05-05 23:00
最短路径
dijkstra算法
NYOJ 860 又见01背包
b:a;} intmain(){ intn,w; intvi[105],wi[105],dp[
10010
]; int
mr_fan_123
·
2016-05-05 20:00
POJ2631-Roads in the North(树的最长路径)
#include #include #include #include #definemaxn
10010
usingnamespacestd; typedeflonglongll; structNode
qq_26122039
·
2016-05-05 13:00
POJKMP算法题目解析
我们先给出KMP算法最基本的代码:#include #include #include usingnamespacestd; intNext[
10010
]; charPattern[
10010
],Text
qq_32400847
·
2016-05-05 11:00
图论 邻接矩阵
//测试数据550 /*12 13 34 24 25*/ //输出: /*A 01100 B 10011 C
10010
D 01100 E 01000*/ #include #include #defineMAX10
qq_33901573
·
2016-05-04 21:00
nyoj_17 单调递增最长子序列
内存限制:65535KB难度:4描述求一个字符串的最长递增子序列的长度如:dabdbf最长递增子序列就是abdf,长度为4输入第一行一个整数0#includeintmain(){intN;chars[
10010
F010011100000
·
2016-05-03 16:18
动态规划
nyoj708
| 内存限制:65535 KB难度:3描述GivenapositiveintegerN(0 #include #include #include usingnamespacestd; intdp[
10010
wuxiushu
·
2016-05-03 09:00
dp
ACM
nyoj
poj2135 最小费用最大流模板
点击打开链接#include #include #include #include #include #include #include usingnamespacestd; #defineV
10010
qq_31138083
·
2016-05-02 11:00
usaco光纤通信(并查集)
农民John想要用光纤连通他的N(1 #include #include #include #include #include #include #definemaxn
10010
usingnamespacestd
zhhx2001
·
2016-05-01 20:00
HdU 2544 最短路
usingnamespacestd; structsb { intx; intt; sb(inta,intb) { x=a; t=b; } booloperatorwakaka.t; } }; vectorbian[
10010
qq_32995183
·
2016-04-30 23:00
HDU
BZOJ4518 [Sdoi2016]征途
#include #include #include #include #include #include usingnamespacestd; #defineMAXN3010 #defineMAXM
10010
neither_nor
·
2016-04-30 13:00
【模板】Lucas定理
p,m/p)%p)%p#include #include #include #defineMo10007 #definelllonglong usingnamespacestd; constintN=
10010
yxr0105
·
2016-04-30 12:00
模板
Lucas定理
poj 2185 Milking Grid
#include #include #include #include usingnamespacestd; constintmaxn=
10010
; chara[maxn][80]; charb[80]
qq_32995183
·
2016-04-29 19:00
KMP
poj
uva 11100 The Trip, 2007
usingnamespacestd; intmain() { #ifdefT freopen("in.txt","r",stdin); freopen("out.txt","w",stdout); #endif//T inta[
10010
xf_zhen
·
2016-04-27 23:00
iOS开发:调用相关设备
一、调用电话-(IBAction)callPhone:(id)sender{ #if0 //tel://打电话 NSURL*url=[NSURLURLWithString:@"tel://
10010
"
gongwutianya
·
2016-04-27 07:00
ios开发
POJ 2739 Sum of Consecutive Prime Numbers(Two pointers)
【AC代码】#include #include #include #include usingnamespacestd; constintmaxn=
10010
; boolis[maxn]; inta[maxn
just_sort
·
2016-04-26 19:00
win7 Ghost系统使用迅雷下载文件提示"被封杀"的原因及解决方法
从而显示被封杀;2、卸载当前版本的迅雷,再重新安装最新版的迅雷7,再尝试一下,看是否还存在被封杀的情况;3、使用迅雷7自带的故障修复,看能否解决网络被封杀的情况;4、如果还是不行,你可以致电10086电信或网通
10010
佚名
·
2016-04-26 11:51
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他