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
string.h
zoj 1284||poj 1528||hdu 1323(筛选法求因子和)
不包括本身,所以,1的应该等于0#include"stdio.h" #include"
string.h
" #include"algorithm" usingnamespacestd; #defineN60001
yyf573462811
·
2013-08-19 19:00
数学
ZOJ
zoj 2286(因子和,筛选法)
#include"stdio.h" #include"
string.h
" #include"algorithm" usingnamespacestd; #defineN1000001 intA[N];
yyf573462811
·
2013-08-19 19:00
数学
ZOJ
hdu 2182(dp)
dp[l][i]=max(dp[j][i-1]+aa[l])注意不要忘了aa[1];#include"stdio.h" #include"
string.h
" #definemax(x,y)x>y?
yyf573462811
·
2013-08-19 16:00
dp
HDU
hdu 4324(拓扑排序)
#include"stdio.h" #include"
string.h
" charmap[2001][2001]; intoutdegree[2001]; inttopsort(intn) { inti
yyf573462811
·
2013-08-19 16:00
拓扑
HDU
hdu 4255(模拟+bfs)
#include"stdio.h" #include"
string.h
" #include"stdlib.h" #include"queue" usingnamespacestd; #defineN400
yyf573462811
·
2013-08-19 16:00
HDU
bfs
hdu335(最小覆盖)
#include"stdio.h" #include"
string.h
" #include"algorithm" usingnamespacestd; #defineN1005 typedef__int64LL
yyf573462811
·
2013-08-19 15:00
HDU
最小覆盖
poj 3267(dp)
#include"stdio.h" #include"
string.h
" #defineN302 intdp[N]; charstr[N]; charword[N*2][N/10]; in
yyf573462811
·
2013-08-19 14:00
dp
poj
n阶奇数幻方
code“#include"stdio.h" #include"
string.h
" #defineN105 intA[N][N]; voidcreat(intn) { intt=1; introw,
yyf573462811
·
2013-08-17 19:00
幻方
hdu 3927 (反幻方)
规律:n=412313 456147891510111216先填后n-1列,再添第n列#include"stdio.h" #include"
string.h
" #defineN205 intmain()
yyf573462811
·
2013-08-17 17:00
数学
HDU
strcmp函数的使用的一个坑
根据百度百科的:http://baike.baidu.com/view/1026924.htm函数简介原型:externintstrcmp(constchar*s1,constchar*s2);所在头文件:
string.h
fox1987
·
2013-08-17 07:54
C
C++
hdu1565(状态压缩dp)
#include"stdio.h" #include"
string.h
" #defineN21 intstate[1y?
yyf573462811
·
2013-08-16 09:00
HDU
状态压缩dp
hdu 4681(多校联赛8 最长公共子序列)
#include"stdio.h" #include"
string.h
" #defineN1005 intdp1[N][N]; intdp2[N][N]; chara[N],b[N],c[
yyf573462811
·
2013-08-15 19:00
HDU
最长公共子序列
多校联赛8
poj 2155(树状数组)
#include"stdio.h" #include"
string.h
" #defineN1005 intC[N][N]; intn; intbit(intx) { returnx
yyf573462811
·
2013-08-14 20:00
poj
树状数组
sgu 180(树状数组)
#include"stdio.h" #include"
string.h
" #include"algorithm" usingnamespacestd; #defineN65555 typedef__int64LL
yyf573462811
·
2013-08-14 19:00
树状数组
sgu
poj 2029(树状数组)
#include"stdio.h" #include"
string.h
" #include"algorithm" usingnamespacestd; #defineN505 intC[N][N]; str
yyf573462811
·
2013-08-14 16:00
poj
树状数组
poj 3067(树状数组)
这样ans用int64,还有k最大为1000*1000#include"stdio.h" #include"
string.h
" #include"algorithm" usingn
yyf573462811
·
2013-08-14 14:00
poj
树状数组
poj 2481(树状数组)
#include"stdio.h" #include"
string.h
" #incl
yyf573462811
·
2013-08-13 16:00
poj
树状数组
poj 1195(树状数组)
#include"stdio.h" #include"
string.h
" #include"algorithm" usingnamespacestd; #defineN1025 intA[N][N];
yyf573462811
·
2013-08-12 16:00
字符串处理
100],st2[100],st[100] //就下面这一个简单的小程序,就直接把一句很长的字符串分割成一个个的单词了,很棒,很实用哦 intmain() { gets(st); //strtok,包含在
string.h
u011345461
·
2013-08-12 14:00
hdu4858 (2013杭州邀请赛)
#include"stdio.h" #include"
string.h
" #include"algorithm" usingnamespac
yyf573462811
·
2013-08-10 17:00
HDU
二分
2013杭州邀请赛
hdu4584 (2013杭州邀请赛)
#include"stdio.h" #include"
string.h
" #include"algorithm" #include"math.h" usingnamespacestd; #defineN41
yyf573462811
·
2013-08-10 17:00
HDU
2013杭州邀请赛
hdu 4576(2013杭州邀请赛)
#include"stdio.h" #include"
string.h
" #defineN205 intmain() { intt; intl,r; intn,m; inti,j; doub
yyf573462811
·
2013-08-10 17:00
HDU
2013杭州邀请赛
hdu 2614(dfs)
#include"stdio.h" #include"
string.h
" #defineN15 intn; intans; intmap[N][N]; intmark[N]; //该做a题,a
yyf573462811
·
2013-08-09 14:00
DFS
HDU
hdu 2617(水)
#include"stdio.h" #include"
string.h
" #defineN10005 intmin(int
yyf573462811
·
2013-08-09 14:00
HDU
水
hdu 2609(字符串最小表示法)
#include"stdio.h" #include"
string.h
" #include"algorithm" usingnamespacestd; #defineN10005 structnode
yyf573462811
·
2013-08-09 11:00
数学
HDU
字符串最小表示法
hdu 2608(数论)
#include"stdio.h" #include"
string.h
" #include"a
yyf573462811
·
2013-08-09 09:00
数学
hdu 2612(dfs)
#include"stdio.h" #include"
string.h
" #defineN10 intmark[N]; intn,m; structnode { inta,m; }A[N]; intmin
yyf573462811
·
2013-08-09 08:00
HDU
DFS
hdu4665(dfs)
#include"stdio.h" #include"
string.h
" #defineN2005 intmark[N]; intn; intA[N]; //dfs(i,j,k)表示第一个串从j开始找
yyf573462811
·
2013-08-08 19:00
DFS
HDU
多校联赛6
hdu4662(水)
=0;注意判断M#include"stdio.h" #include"
string.h
" #defineN1000006 intmain() {
yyf573462811
·
2013-08-08 19:00
hdu 4643 (分治+递归)
题解说是什么什么图,其实啊按照代码来看就是一个分治加递归#include"stdio.h" #include"
string.h
" #include"math.h" #defineN51 structnode
yyf573462811
·
2013-08-07 15:00
dp
HDU
多校联赛5
分治+递归
hdu 4651(求整数的组合数,五边形定理)
#include"stdio.h" #include"
string.h
"
yyf573462811
·
2013-08-07 14:00
n的所有组合数
poj 3311 (状态压缩dp)
#include"stdio.h" #include"
string.h
" #defineinf100000000 intmin(intx,inty) { returnx
yyf573462811
·
2013-08-05 16:00
poj
状态压缩dp
hdu 1185(状态压缩dp)
#include"stdio.h" #include"
string.h
" #defineN110 intn,m; intcnt; intcur[N]; intstate[70]; intdp[N][70
yyf573462811
·
2013-08-05 13:00
poj
状态压缩dp
poj 3254(状态压缩dp专题)
#include"stdio.h" #include"
string.h
" #definemod100000000 intn,m; intto
yyf573462811
·
2013-08-05 10:00
dp
状态压缩dp
省赛选拔之愚人节专题
点击打开链接明天就愚人了,学长在开玩笑啊A水#include"stdio.h" #include"
string.h
" #include"stdlib.h" structnode { inta; }aa[
yyf573462811
·
2013-08-03 18:00
字符串
水
poj 2909(哥德巴赫猜想)
#include"stdio.h" #include"
string.h
" #defineN33000 intisPrime[N]; voidfun() { inti,j; memset(isPrime,
yyf573462811
·
2013-08-02 19:00
数学
哥德巴赫猜想
hdu 1573(中国剩余定理)
个数的最小公倍数lcm,然后判断m%lcm到m%lcm+lcm中是否有满足情况的有的话,说明m%lcm有m/lcm个满足情况,完后再判断1-m%lcm#include"stdio.h" #include"
string.h
yyf573462811
·
2013-08-02 19:00
HDU
中国剩余定理
hdu 3579(中国剩余定理)
点击打开链接题意:给你n组线型方程x%ai=ri,求x,x必须为正数因为x必须为正,所以WA了一次#include"stdio.h" #include"
string.h
" #defineN8 typedef
yyf573462811
·
2013-08-02 17:00
数学
中国
HDU
中国剩余定理
hdu 1370(中国剩余定理)
#include"stdio.h" #include"
string.h
" #defineN4 i
yyf573462811
·
2013-08-02 16:00
数学
HDU
中国剩余定理
hdu 2897 (博弈)
#include"stdio.h" #include"
string.h
" intmain() { intn,p,q; while(scanf("%d%d%d",&n,&p,&q)!
yyf573462811
·
2013-08-02 16:00
博弈
X
hdu 4639(dp[i]=dp[i-1]+dp[i-2])
可以发现一个he有一个意思,2个he有2个,3个he有3个,4个he有5个,5个有8个,2>3>5>8,很显然出来了#include"stdio.h" #include"
string.h
" #defineN5100
yyf573462811
·
2013-08-01 19:00
dp
多校联赛4
poj3181 (dp种类数+大数加法)
dp[j]=dp[j]+dp[j-i];注意要用大数#include"stdio.h" #include"
string.h
" #defineN1005 intdp[N][N]; intlen[N]; voidadd
yyf573462811
·
2013-08-01 11:00
dp
大数
hdu 状态压缩dp小集(中低难度)
#include"stdio.h"#include"
string.h
"#include"stdlib.h"intn,base[20];structnode{charname[111];intdead,cost
ice_crazy
·
2013-08-01 09:09
递推
DP
hdu 状态压缩dp小集(中低难度)
#include"stdio.h" #include"
string.h
" #include"stdlib.h" intn,base[20]; structnode { charname[111]; intdead
Ice_Crazy
·
2013-08-01 09:00
strstr函数
包含文件:
string.h
函数名:strstr函数原型:externchar*strstr(char*str1,char*str2);功能:从字符串str1中查找是否有字符串str2,如果有,从str1
u010779194
·
2013-07-31 11:00
大数加法,可调用
#include"stdio.h" #include"
string.h
" /* name:大数加法 author:YouRmyDream */ voidsup_addition(chara[],charb
u011042188
·
2013-07-29 16:00
Openssl建立SSL双向认证连接源码
#include"stdio.h"#include"
string.h
"#include"openssl/ssl.h"#include"openssl/bio.h"#include"openssl/err.h
ly131420
·
2013-07-22 10:00
计算CRC32的C模块
#include"
string.h
" staticunsignedintCRC32[256]; staticintnIsInit=0; staticvoidinit_table() {
tanaya
·
2013-07-18 23:00
随机生成100万个数,排序后保存在文件中
(一)使用STL中的qsort函数进行操作:#include"stdio.h" #include"
string.h
" #include"stdlib.h" #include"time.h" inta[1000000
DLUTBruceZhang
·
2013-07-14 20:00
C++
c
头文件string与
string.h
的区别
在C++中,#include与#include的区别,前者要使用更新的编译器(其实大部分编译器多比较前卫了,出了有些搞嵌入式的用变态的编译器)。喔,原来iostream是C++的头文件,iostream.h是C的头文件,即标准的C++头文件没有.h扩展名,将以前的C的头文件转化为C++的头文件后,有时加上c的前缀表示来自于c,例如cmath就是由math.h变来的。usingnamespacest
liuhui_8989
·
2013-07-13 11:00
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他