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
二茶树
二叉树有关算法*************** */ #include "stdio.h" #include "conio.h" #include "
stdlib
.h
·
2015-11-13 02:24
树
二叉树
#include "stdio.h" #include "
stdlib
.h" #define OVERFLOW -1 #define ERROR -1
·
2015-11-13 02:22
二叉树
词索引表
#include <stdio.h>#include <
stdlib
.h>#include <string.h> #define ERROR -
·
2015-11-13 02:11
索引
堆排序的实现
堆排序的实现: 在顺序结构上完成,先建堆然后重建堆,最后实现全部排序 (个人作法,仅供参考) #include<stdio.h> #include<
stdlib
.h
·
2015-11-13 02:10
堆排序
物流追踪 - -GPS和GPRS应用
源码1: #include<stdio.h> #include<
stdlib
.h> #include<string.h> #include<termios.h
·
2015-11-13 02:27
gps
HDU4648+Easy
/* Easy */ #include<stdio.h> #include<string.h> #include<
stdlib
.h> #include
·
2015-11-13 02:14
HDU
C++边边角角(一)
#include <stdio.h> #include <
stdlib
.h> struct A { int a;  
·
2015-11-13 02:21
C++
poj 1250 Tanning Salon
c-'A' 将A~Z映射到数组的下标0~25 这个是很久以前写的 #include<stdio.h> #include<string.h> #include<
stdlib
.h
·
2015-11-13 02:41
poj
linux下GCC 编译sqlite 调用sqliteAPI编写程序
先看对数据库进行操作的代码 #include <stdio.h> #include <
stdlib
.h> #include "sqlite3.h"
·
2015-11-13 02:59
sqlite
函数指针声明时的形参列表可以没有
#include <stdio.h> #include <
stdlib
.h> typedef void (* PF)(); void add(int a,int b
·
2015-11-13 02:25
函数指针
USACO 3.1.2 Score Inflation 题解
Code 1 /* 2 ID: wsc5001 3 LANG: C 4 TASK: inflate 5 */ 6 #include <stdio.h> 7 #include <
stdlib
.h
·
2015-11-13 02:31
USACO
windows平台的内存泄漏检查
c: 1 #define _CRTDBG_MAP_ALLOC 2 #include <
stdlib
.h >
·
2015-11-13 02:04
windows
HDU4731+找规律
* */ #include<algorithm> #include<iostream> #include<string.h> #include<
stdlib
.h
·
2015-11-13 02:05
HDU
convert.cpp
// #include " stdafx.h " #include <
stdlib
.h > #include < string
·
2015-11-13 02:49
convert
signal
#include<iostream.h>#include <iomanip.h>#include <signal.h>#include <
stdlib
.h>
·
2015-11-13 02:30
Signal
测试intel 8.0
#include <stdio.h>#include <
stdlib
.h> #define myMax(...)
·
2015-11-13 02:28
int
AOJ-579-期末考试之考试传纸条
#include<stdio.h> #include<string.h> #include<
stdlib
.h> int n,m; char map[1
·
2015-11-13 01:08
OJ
Linux下共享内存+信号量实现
quot;unistd.h" 2 #include"string.h" 3 #include"stdio.h" 4 #include"
stdlib
.h
·
2015-11-13 01:42
linux
LRU算法
#include <stdio.h>#include <
stdlib
.h> #define mSIZE 3#define pSIZE 8 static int
·
2015-11-13 01:16
LRU
题目: 从键盘输入若干个正整数, 按从小到大的顺序输出. 输入负数表示输入结束. 用链表实现.
#include<stdio.h> #include<
stdlib
.h> #define null 0 struct Node { &
·
2015-11-13 01:51
链表
HDU 1157 Who's in the Middle
~~·~洪水 #include <stdio.h> #include <
stdlib
.h> int data[10005]; int comp(const
·
2015-11-13 01:38
HDU
ZJU Least Common Multiple
#include<
stdlib
.h> #include<stdio.h> int *data; int main() { void lcm(int n); int m; int
·
2015-11-13 01:31
com
NYOJ 28 大数阶乘
#include <stdio.h> #include <string.h> #include <
stdlib
.h> int ans[20000];
·
2015-11-13 01:29
阶乘
hdu 1421
#include"stdio.h" #include"
stdlib
.h" #include"string.h" int a[2005
·
2015-11-13 01:46
HDU
hdu 1785
pid=1785 代码如下: #include"stdio.h" #include"math.h" #include"
stdlib
.h"
·
2015-11-13 01:44
HDU
二叉排序树
Binary Search Tree #ifndef BSTSEARCH_H #define BSTSEARCH_H #include <stdio.h> #include <
stdlib
.h
·
2015-11-13 01:38
二叉排序树
UVA 437 - The Tower of Babylon
#include<stdio.h>#include<
stdlib
.h>#define MAXD 100typedef struct a{ int
·
2015-11-13 01:51
uva
CSUOJ 1215: 稳定排序
不是稳定排序,但是我 用的是结构体,然后加上了一个标记,所以也符合题目要求第一关键值相同情况下不改变原数组次序 #include<stdio.h>#include<
stdlib
.h
·
2015-11-13 01:49
排序
CSUOJ 1219: 建食堂
#include<stdio.h>#include<
stdlib
.h>#defi
·
2015-11-13 01:48
OJ
CSUOJ 1212: 中位数
#include<stdio.h>#include<
stdlib
.h>#define MAXD 100005int s[M
·
2015-11-13 01:47
OJ
UVA 10034 - Freckles
这道题和连接校园一样都是求最小生成树,用kruskal算法做,点的坐标要用double型 #include<stdio.h>#include<
stdlib
.h>#include
·
2015-11-13 01:40
uva
UVA 10026 - Shoemaker's Problem
#include<stdio.h>#include<
stdlib
.h>#define MAXD 1010double t[MAXD], s[MAXD], w[MAXD];int
·
2015-11-13 01:37
Make
UVA 10397 - Connect the Campus
#include<stdio.h>#include<
stdlib
.h>#include<string.h>#include<math.h>#define
·
2015-11-13 01:36
connect
UVA 10041 - Vito's Family
#include<cstdio>#include<
stdlib
.h>#include<algorithm>#define MAXD 505using namespace
·
2015-11-13 01:31
uva
UVA 10420 - List of Conquests
#include<stdio.h>#include<string.h>#include<
stdlib
.h>char ct[2005][80], s[80];int cmp
·
2015-11-13 01:28
list
UVA 10905 - Children's Game
#include<stdio.h>#include<
stdlib
.h>#inc
·
2015-11-13 01:21
children
UVA 494(Kindergarten Counting Game)
#include<stdio.h>#include<
stdlib
.h>#include<ctype.h>#include<string.h>char ch
·
2015-11-13 01:16
count
UVA 445(Marvelous Mazes)
#include<stdio.h>#include<string.h>#include<
stdlib
.h>char ch[150];int main(){ int
·
2015-11-13 01:16
uva
Linux 简单socket实现UDP通信
服务器端 #include <stdio.h> #include <
stdlib
.h> #include <sys/types.h> #include <
·
2015-11-13 01:23
socket
Linux 简单socket实现TCP通信
服务器端代码 #include <stdio.h> #include <
stdlib
.h> #include <errno.h> #include <
·
2015-11-13 01:22
socket
calloc(), malloc(), realloc(), free(),alloca()
使用这些函数需要包含头文件
stdlib
.h。 四个函数之间的有区别,也有联
·
2015-11-13 01:06
malloc
QQ通讯协议里的TEA加解密算法
#include <stdio.h> #include <
stdlib
.h> #include 
·
2015-11-13 00:43
算法
POJ3714+最近点对
特判标记即可 1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h> 4
·
2015-11-13 00:00
poj
POJ2302
1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h> 4 #include<algorithm
·
2015-11-13 00:59
poj
HDU1632+半平面交
1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h> 4 #include<
·
2015-11-13 00:58
HDU
POJ2299+逆序数
#include<stdio.h> 5 #include<string.h> 6 #include<algorithm> 7 #include<
stdlib
.h
·
2015-11-13 00:56
poj
POJ2222+暴力搜索
2 2^15 states 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:53
poj
POJ2220+DFS
1 /* 2 搜索+枚举 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:52
poj
POJ1269+直线相交
2 线段相交模板:判相交、求交点 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:51
poj
POJ2225+BFS
1 /* 2 从起点到终点 3 */ 4 #include<stdio.h> 5 #include<string.h> 6 #include<
stdlib
.h
·
2015-11-13 00:49
poj
上一页
39
40
41
42
43
44
45
46
下一页
按字母分类:
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
其他