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
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
HDU 4217 Data Structure?
pid=4217 View Code 1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h
·
2015-11-13 00:51
struct
HDU 1166 敌兵布阵
View Code 1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h> 4
·
2015-11-13 00:50
HDU
HDU 1754 I Hate It
View Code 1 #include <stdio.h> 2 #include <
stdlib
.h> 3 #include <string.h>
·
2015-11-13 00:49
HDU
HDU 1285 确定比赛名次
然后让跟它相连的点入度减一 View Code 1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h
·
2015-11-13 00:34
HDU
HDU 2035 人见人爱A^B
pid=2035 快速幂取模板 View Code 1 #include <stdio.h> 2 #include <
stdlib
.h> 3 int main
·
2015-11-13 00:33
HDU
URAL 1100 Final Standings
View Code 1 #include<stdio.h> 2 #include<
stdlib
.h>
·
2015-11-13 00:27
final
HDU 1241 Oil Deposits
pid=1241 最基本的图论问题 DFS 和BFS都能做 DFS View Code 1 #include <stdio.h> 2 #include <
stdlib
.h
·
2015-11-13 00:24
HDU
HDU 1028 Ignatius and the Princess III
套用组合数学母函数模板 View Code 1 #include<stdio.h> 2 #include<
stdlib
.h> 3 int main()
·
2015-11-13 00:23
HDU
POJ 3750 小孩报数问题
id=3750 用链表解决的约瑟夫问题 写的比较麻烦比较长 View Code 1 #include<stdio.h> 2 #include<
stdlib
.h>
·
2015-11-13 00:18
poj
socket编程之SCTP的实现
redHat下试验) apt-get install libsctp lksctp 服务端程序 1: #include <stdio.h> 2: #include <
stdlib
.h
·
2015-11-13 00:15
socket编程
Linux多线程的一个小例子
#include <stdio.h> #include <
stdlib
.h> #include <unistd.h> #include <pthread.h
·
2015-11-13 00:08
linux
URAL1244. Gentlemen(背包)
2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 #include<
stdlib
.h
·
2015-11-13 00:30
em
URAL1029. Ministry(DP+路径)
#include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 #include<
stdlib
.h
·
2015-11-13 00:26
ini
URAL1018. Binary Apple Tree
2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 #include<
stdlib
.h
·
2015-11-13 00:25
binary
URAL1009
2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 #include<
stdlib
.h
·
2015-11-13 00:24
r
上一页
41
42
43
44
45
46
47
48
下一页
按字母分类:
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
其他