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
stdlib
poj2509---抽k根烟就换一支,求能抽烟的总数
#include <stdio.h> #include <
stdlib
.h> int main() { int now,k; while(scanf
·
2015-11-11 19:22
poj
poj2390
#include <stdio.h> #include <
stdlib
.h> int main() { int r,m,y,i; scanf("
·
2015-11-11 19:21
poj
poj2405---体积几何
#include <stdio.h> #include <
stdlib
.h> #include<math.h> #define pi acos(-1)
·
2015-11-11 19:21
poj
poj2389---大数乘法
#include<
stdlib
.h> #include<stdio.h> #include<string.h> #define MAX 100 int main
·
2015-11-11 19:20
poj
poj2365---求多边形边长总和
#include <stdio.h> #include <
stdlib
.h> #include<math.h> #define pi acos(-1) struct
·
2015-11-11 19:19
poj
poj2388---求奇数个数字的最中间的数
#include <stdio.h> #include <
stdlib
.h> int cmp(const void *a,const void *b) { return
·
2015-11-11 19:19
poj
poj2350
#include <stdio.h> #include <
stdlib
.h> int main() { int n,graTable[1000],tim,i;
·
2015-11-11 19:18
poj
poj2328---"right on"进入下一个case的模板(while)
#include <stdio.h> #include <
stdlib
.h> #include<string.h> int main() { char
·
2015-11-11 19:17
while
poj2231---暴力
#include<stdio.h> #include<
stdlib
.h> #include<math.h> long long int a[100010];
·
2015-11-11 19:16
poj
poj2196---Specialized Four-Digit Numbers
#include <stdio.h> #include <
stdlib
.h> int main() { int i,sum,sumOfH,sumOfd,tmp1
·
2015-11-11 19:15
number
poj2163
#include <stdio.h> #include <
stdlib
.h> int main() { int m,n,k,i,j,flag=0;
·
2015-11-11 19:14
poj
poj2190
#include <stdio.h> #include <
stdlib
.h> int main() { char arr[11]; int index
·
2015-11-11 19:14
poj
poj2141---字符串转换
#include <stdio.h> #include <
stdlib
.h> int main() { char keys[27]; char tmp
·
2015-11-11 19:13
字符串
poj2136---输出特殊图形
#include <stdio.h> #include <
stdlib
.h> #include<string.h> int f[26]; int find(int
·
2015-11-11 19:12
poj
poj2140---herd sums
#include<stdio.h> #include<
stdlib
.h> int main() { int n,cnt=0,i,j; scanf(&
·
2015-11-11 19:12
poj
poj2105---用指针对数组分块操作
#include <stdio.h> #include <
stdlib
.h> int count=1; int pow1(int a,int b) { int
·
2015-11-11 19:11
poj
poj2070简单题
#include <stdio.h> #include <
stdlib
.h> int main() { float sped; int wei,sth
·
2015-11-11 19:10
poj
poj2039---写出c++reverse函数,且且依次输出每一行的第一个、第二个.....
#include <stdio.h> #include <
stdlib
.h> #include <string.h> void reverse(char *p1
·
2015-11-11 19:10
C++
poj2027简单题
#include <stdio.h> #include <
stdlib
.h> int main() { int n,x,y; scanf("
·
2015-11-11 19:09
poj
poj2013---二维数组指针使用
#include <stdio.h> #include <
stdlib
.h> #include<string.h> int main() { int
·
2015-11-11 19:08
二维数组
poj2017简单题
#include <stdio.h> #include <
stdlib
.h> int main() { int n,i; while(scanf(&
·
2015-11-11 19:08
poj
poj2000---和1969一样的模板
#include <stdio.h> #include <
stdlib
.h> int main() { int d; while(scanf("
·
2015-11-11 19:07
poj
poj1969---找规律
题意:按照s型分别给数编号,给 #include <stdio.h> #include <
stdlib
.h> int main() { int n;
·
2015-11-11 19:06
poj
poj1936---subsequence(判断子串)
#include<
stdlib
.h> #include<stdio.h> int main() { char s[100001],t[100001];
·
2015-11-11 19:05
sequence
poj1833---字典序算法
题意:给定一个序列,求它的下k个排列 #include <stdio.h> #include <
stdlib
.h> int cmp(const void *a,const
·
2015-11-11 19:04
poj
poj1665
#include <stdio.h> #include <
stdlib
.h> #define pi 3.1415926 int main() { float dia
·
2015-11-11 19:03
poj
poj1663---纯粹找规律
#include <stdio.h> #include <
stdlib
.h> int main() { int
·
2015-11-11 19:02
poj
poj1658
#include <stdio.h> #include <
stdlib
.h> int main() { int n; scanf("%d&
·
2015-11-11 19:01
poj
poj1617---columnar encryption
左边的先输出,也就是说,接下来输出第一列和第4列, 所以每一个字母都带有一个ascii值和一个序号,用结构组合起来 #include <stdio.h> #include <
stdlib
.h
·
2015-11-11 19:59
encrypt
poj1565---(数论)skew binary
0;i<len;i++) 6 sum+=a[i]*(pow(2,len-i)-1)*/ 7 8 #include <stdio.h> 9 #include <
stdlib
.h
·
2015-11-11 19:58
binary
poj1563---蜗牛爬井
#include <stdio.h> #include <
stdlib
.h> int main() { int dayTh; float Udis,
·
2015-11-11 19:57
poj
poj1552---枚举
#include <stdio.h> #include <
stdlib
.h> int main() { int numList[15],th=0,i,j;
·
2015-11-11 19:56
poj
ios获取ip地址
进来接微信支付,后台要传ip地址,so~ 首先要导这些头文件 1 #include <stdio.h> 2 #include <
stdlib
.h> 3 #include
·
2015-11-11 19:31
IP地址
usaco 2.1 sorted3
代码: #include<stdio.h>#include<
stdlib
.h>#include<string.h>#define max 1000typedef struct
·
2015-11-11 18:16
USACO
非波那切数列
原始做法---会超时 #include <stdio.h> #include <
stdlib
.h> long int fib(n) { if
·
2015-11-11 18:04
列
一个简单的红黑树C语言实现
代码如下: #include <stdio.h> #include <
stdlib
.h> #include <string.h> typedef
·
2015-11-11 18:17
C语言
使用shm_open来操作共享内存
服务端: #include <stdio.h> #include <
stdlib
.h> #include <unistd.h> #include &
·
2015-11-11 18:03
open
OpenGL 小游戏 贪吃蛇1(2D)
#include "stdafx.h" #include <GL/glut.h> #include <
stdlib
.h> #pragma
·
2015-11-11 18:06
OpenGL
C++知识点小记……
但是,大多数的编译器(如Windows上的)通常在<
stdlib
.h>头文件中包含这个函数。
·
2015-11-11 18:06
C++
C语言零移位操作
给定一个整形数组要求把其中的零元素移动到数组的末尾 非零元顺序保持不变 以下采用两种方法实现 #include <
stdlib
.h> #include <
·
2015-11-11 18:37
C语言
关于质数
S: #include<stdio.h> #include<
stdlib
.h> #include<math.h> int main() { int n
·
2015-11-11 17:14
质数
关于for,while与do while
.+19+20的结果 S:法1:for #include<stdio.h> #include<math.h> #include<
stdlib
.h> int
·
2015-11-11 17:13
while
计算机算法-C语言-统计字母数字个数解
Solve: #include<stdio.h> #include<
stdlib
.h> int main() { char c; int m=0;//字母个数
·
2015-11-11 17:12
C语言
Shortest Prefixes 字典树
virtual judge 树 A题 1 #include<stdio.h> 2 #include<
stdlib
.h> 3 #
·
2015-11-11 17:02
test
顺序栈的C语言实现
nbsp;功能描述: 置栈空、判栈空、压栈、出栈、取栈顶元素 #include < stdio.h > #include <
stdlib
.h
·
2015-11-11 17:04
C语言
poj2503 Babelfish (hash)
这是用ELFHash做的版本: Code 1 #include <stdio.h> 2 #include <
stdlib
.h
·
2015-11-11 17:15
hash
poj2965-poj2965-The Pilots Brothers' refrigerator
TLE了,以下是TLE版本: Code 1#include <stdio.h> 2#include <
stdlib
.h
·
2015-11-11 17:09
poj
《数据结构教程》(李春葆 主编)课后习题【练习题7】
【7.4】 1 #include <iostream> 2 #include <stdio.h> 3 #include <
stdlib
.h> 4 using
·
2015-11-11 17:51
数据结构
C/C++产生随机数
RAND_MAX定义在
stdlib
.h, 其值为2147483647
·
2015-11-11 17:47
c/c++
poj 2388 Who's in the Middle
1 #include<stdio.h> 2 #include<
stdlib
.h> 3 4 int n, a[11000]; 5 6 int cmp(const
·
2015-11-11 17:43
poj
上一页
53
54
55
56
57
58
59
60
下一页
按字母分类:
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
其他