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
POJ2201+RMQ
1 /* 2 RMQ 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:48
poj
POJ2200+全排列模拟
手动的实现全排列 1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h>
·
2015-11-13 00:47
poj
HDU4527+BFS
1 /* 2 模拟搜索过程 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h> 6 #include<string.h
·
2015-11-13 00:46
HDU
HDU4519
一种比较挫的写法 1 /* 2 模拟 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:43
HDU
HDU3362+状态压缩
; 4 由i-j的状态转到i的状态 5 */ 6 #include<stdio.h> 7 #include<string.h> 8 #include<
stdlib
.h
·
2015-11-13 00:40
HDU
HDU2874+LCA+tarjan
2 lca+tarjan 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:39
tar
PKU1986+LCA
1 /* 2 LCA 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:38
pku
PKU1470+LCA
1 /* 2 LCA 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:37
pku
PKU1330+LCA
1 /* 2 LCA 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:36
pku
HDU4547+LCA
1 #include<stdio.h> 2 #include<string> 3 #include<map> 4 #include<
stdlib
.h
·
2015-11-13 00:36
HDU
HDU1060
n ) ); View Code 1 /* 2 n^n 的最高位 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h
·
2015-11-13 00:32
HDU
HDU1061
规律题 View Code 1 /* 2 n^n 个位 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h>
·
2015-11-13 00:31
HDU
HDU1114+完全背包
View Code 1 /* 2 完全背包 变形 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h&
·
2015-11-13 00:30
HDU
HDU1059+多重背包
View Code 1 /* 2 多重背包 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h> 6 #include
·
2015-11-13 00:29
HDU
HDU1312
从一个点出发最多能走多少步 3 用bfs较为麻烦 4 */ 5 #include<stdio.h> 6 #include<string.h> 7 #include<
stdlib
.h
·
2015-11-13 00:28
HDU
HDU1247
strncpy函数 字典树标记了单词的结尾 View Code 1 /* 2 字典树 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h
·
2015-11-13 00:27
HDU
HDU1057
mat[i][j]+i,j其他四个方向的值 5 */ 6 #include<stdio.h> 7 #include<string.h> 8 #include<
stdlib
.h
·
2015-11-13 00:27
HDU
HDU1050
View Code 1 /* 2 贪心 排序 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h> 6 #include
·
2015-11-13 00:26
HDU
HDU1049
View Code 1 /* 2 蜗牛从井底爬出来的时间,模拟 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h>
·
2015-11-13 00:24
HDU
HDU1054+最小顶点覆盖
View Code /* 最小顶点覆盖:选出最少的点,这些点的关联的边都被覆盖 最小顶点覆盖等于最大匹配 */ #include<stdio.h> #include<
stdlib
.h
·
2015-11-13 00:24
HDU
HDU1048
字符串处理的简单题 View Code 1 /* 2 字符串处理 简单 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h
·
2015-11-13 00:23
HDU
HDU2713
View Code 1 /* 2 DP 3 n个数,奇数步相加,偶数步相减 4 */ 5 #include<stdio.h> 6 #include<
stdlib
.h
·
2015-11-13 00:22
HDU
HDU1084
3,当只有一个时,除100,50以外,输出90,80,70,60等等之类的 View Code 1 #include<stdio.h> 2 #include<
stdlib
.h
·
2015-11-13 00:22
HDU
hdu1016
产生一个素数换 DFS View Code 1 /* 2 DFS, 形成素数环 3 */ 4 #include<stdio.h> 5 #include<
stdlib
.h
·
2015-11-13 00:20
HDU
HDU1231
6 /* 7 //TLE 只适合处理小型数据 8 #include<stdio.h> 9 #include<string.h> 10 #include<
stdlib
.h
·
2015-11-13 00:20
HDU
堆排序
View Code 1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h> 4
·
2015-11-13 00:14
堆排序
POJ1195
View Code 1 #include<stdio.h> 2 #include<
stdlib
.h> 3 #include<string.h> 4
·
2015-11-13 00:13
poj
POJ2155
View Code 1 #include<stdio.h> 2 #include<
stdlib
.h> 3 #include<string.h> 4
·
2015-11-13 00:12
poj
POJ3461
#include<stdio.h> #include<
stdlib
.h> #include<string.h> #define N 1000005 int next
·
2015-11-13 00:08
poj
HDU2570
#include<stdio.h> #include<
stdlib
.h> int cmp( const void *a , const void *b ) { return
·
2015-11-13 00:07
HDU
poj3194
#include<stdio.h> #include<string.h> #include<
stdlib
.h> #define N 1005 int map[
·
2015-11-13 00:06
poj
poj1328
#include<stdio.h> #include<
stdlib
.h> #include<math.h> struct g{ double l,r; }
·
2015-11-13 00:05
poj
hdu1251
#include<stdio.h> #include<string.h> #include<
stdlib
.h> struct tree{ int lev;
·
2015-11-13 00:04
HDU
poj2362
#include<stdio.h> #include<string.h> #include<
stdlib
.h> int n,side;//num int stick
·
2015-11-13 00:53
poj
poj1323
再看看剩下的牌中有没有比它大的,有的话就ans+1,也就是输了一局; AC代码: #include<stdio.h> #include<string.h> #include<
stdlib
.h
·
2015-11-13 00:51
poj
poj2488DFS
#include<stdio.h> #include<string.h> #include<
stdlib
.h> #define MAX 30 struct g
·
2015-11-13 00:48
poj
Poj1065
#include<stdio.h> #include<
stdlib
.h> struct g { int l; int w; bool t; }sticks
·
2015-11-13 00:46
poj
ECNU2939
(先对数字排序,再对字符排序) View Code 1 #include<stdio.h> 2 #include<
stdlib
.h> 3 #include&
·
2015-11-13 00:41
c
2012年 浙工大考研计算机专业课试题C++(学硕)
// #include "StdAfx.h" #include "
stdlib
.h "
·
2015-11-13 00:38
2012
bithrtree
#include "stdio.h" #include "
stdlib
.h" #define OK 1 #define ERROR 0 typedef
·
2015-11-13 00:18
tree
C++程序原码
直接插入排序基本算法 #include<iostream.h> #include<
stdlib
.h> #include<time.h> const int n
·
2015-11-13 00:54
C++
2013=字符串
#include <stdio.h> #include <
stdlib
.h> #define ERROR -1 #define OK 1 typedef struct
·
2015-11-13 00:31
字符串
链表
#include"stdio.h" #include"
stdlib
.h" #define ERROR 0 #define OK 1 typedef
·
2015-11-13 00:22
链表
数制转化2
#include <
stdlib
.h> #include <stdio.h> #define stackinitsize 20 #define stackincrement
·
2015-11-13 00:20
转化
小括号匹配
#include <
stdlib
.h> #include <stdio.h> #include "G:\JS\mystack.h" int main
·
2015-11-13 00:19
匹配
数制转化
#include <
stdlib
.h> #include <stdio.h> #include "G:\JS\mystack.h" int main()
·
2015-11-13 00:19
转化
迷宫 maze
1 #include <
stdlib
.h> 2 #include <stdio.h> 3 4 #define stackinitsize 50 5 #define
·
2015-11-13 00:17
迷宫
HDU 1086 You can Solve a Geometry Problem too HDU 1147 Pick-up sticks
pid=1086 View Code 1 #include<stdio.h> 2 #include<
stdlib
.h> 3 struct node 4
·
2015-11-13 00:56
HDU
SDUT 1500 Message Flood
problemid=1500 View Code 1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h
·
2015-11-13 00:54
message
HDU 1247 Hat’s Words
pid=1247 View Code 1 #include <stdio.h> 2 #include <string.h> 3 #include <
stdlib
.h
·
2015-11-13 00:53
word
上一页
40
41
42
43
44
45
46
47
下一页
按字母分类:
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
其他