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<
stdlib
.h>#include<malloc.h>#define PROCESS_NAME_LEN 32 
·
2015-10-31 09:31
内存管理
简单的排序
#include<stdio.h> #include<
stdlib
.h> #define N 20 //冒泡排序 void bubble(int a[],int n)
·
2015-10-31 09:30
排序
双向循环链表的简单操作
源码如下:#include<stdio.h>#include<
stdlib
.h>#include<string.h>#
·
2015-10-31 09:30
链表
快排
#include <stdio.h>#include <
stdlib
.h>#define random(x) (rand()%x)/* * xiaoyang 2011-9-22
·
2015-10-31 09:35
Hdu5044Tree 树链剖分
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:18
tree
Problem 2082 过路费树链剖分
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:17
em
light1348Aladdin and the Return Journey树链剖分
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:17
return
1036: [ZJOI2008]树的统计Count树链剖分
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:17
count
BestCoder Round #18
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:17
round
Poj2763Housewife Wind树链剖分
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:16
poj
Hdu5087Revenge of LIS II简单dp
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:16
HDU
Poj1830开关问题,高斯消元
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:16
poj
Poj3370Halloween treats鸽巢原理
include<cstdio> #include<cstring> #include<map> #include<vector> #include<
stdlib
.h
·
2015-10-31 09:16
poj
处理命令行参数的命令
#include<
stdlib
.h> #include<stdio.h> #define TURE 1 void process_standered_input(
·
2015-10-31 09:32
命令行
大话数据结构——二叉树的建立于遍历
#include<iostream> #include<assert.h> #include<
stdlib
.h> #include <stdio.h>
·
2015-10-31 09:31
数据结构
大话数据结构——栈的顺序存储
#include<iostream> //#include<time.h> //#include <
stdlib
.h> using namespace std
·
2015-10-31 09:30
数据结构
大话数据结构——栈的链式存储结构
#include<iostream> //#include<time.h> //#include <
stdlib
.h> using namespace
·
2015-10-31 09:30
数据结构
大话数据结构——线性表-链式存储之删除整链表
#include<iostream> #include<time.h> #include <
stdlib
.h> using namespace std;
·
2015-10-31 09:29
数据结构
Linux c 共享内存
gt; #include <sys/ipc.h> #include <sys/shm.h> #include <stdio.h> #include <
stdlib
.h
·
2015-10-31 09:23
linux
随机四则运算制作
#include<stdio.h>#include<
stdlib
.h>main(){ int i,b,c,d,n; char a[4]={'+','-','*
·
2015-10-31 09:36
四则运算
方法contextOpenNI: 深度图显示方法
; 1.深度值直接赋值方法(同上一篇): 缺点:深度图层次不显著,重要由于位移操作导致 #include <
stdlib
.h
·
2015-10-31 09:16
context
hdu 2896 病毒侵袭 -- AC自动机
寻找都有哪些子串 不能保证是字母或数字,所以子节点有差不多130个 */ #include <iostream> #include<string.h> #include<
stdlib
.h
·
2015-10-31 09:12
AC自动机
【C语言】溢出的处理及大小端模式的判断
方法一: 编写如下代码测试: #include <stdio.h> #include <
stdlib
.h> int main() { char
·
2015-10-31 09:11
C语言
进制转换器(十进制转n进制)
1 #include<stdio.h> 2 #include<
stdlib
.h> 3 #define MAXSIZE 100 4 5 /*链栈类型定义
·
2015-10-31 09:55
进制转换
火车售票系统(数据结构课设)
1 #include<stdio.h> 2 #include<
stdlib
.h> 3 #include<string.h> 4 #define
·
2015-10-31 09:55
数据结构
货物管理系统(数据结构顺序表)
1 /*货物管理系统(数据结构顺序表)*/ 2 #include<string.h> 3 #include<stdio.h> 4 #include<
stdlib
.h
·
2015-10-31 09:55
数据结构
货物管理系统(数据结构链式表)
1 /*货物管理系统(数据结构链式表)*/ 2 #include<string.h> 3 #include<stdio.h> 4 #include<
stdlib
.h
·
2015-10-31 09:55
数据结构
Linux 进程学习(二)
自愿终止指的是应用程序中主动调用了执行退出过程的系统调用而终止,这个可以通过函数 exit 来做到,其 接口头文件与原型如下: #include <
stdlib
.h>
·
2015-10-31 09:26
linux
time
/////////////显示当前时间 #include<stdio.h> #include<
stdlib
.h> #include<time.h> int
·
2015-10-31 09:18
time
GNU_linux编程指南读书笔记6--内存管理
一 c内存管理回顾 malloc calloc realloc free 1 malloc函数的使用 #include<
stdlib
.h> void *malloc(size_t size
·
2015-10-31 09:16
linux
数值转换
1 atof(将字符串转换成浮点型数) #include<
stdlib
.h> int atoi(const char *nptr);  
·
2015-10-31 09:16
转换
emacs 根据文件名自动加载内容
c-new-buffer-template '( ; "#include <stdio.h>\n" ; "#include <
stdlib
.h
·
2015-10-31 09:04
emacs
C读txt到二维数组
1 #include<stdio.h> 2 #include<
stdlib
.h> 3 4 5 #define maxn 200 6 void main(
·
2015-10-31 09:40
二维数组
poj 1595 Prime Cuts
大一刚搞的时候敲的 1 #include "stdio.h" 2 #include "
stdlib
.h" 3 #include "math.h
·
2015-10-31 09:18
Prim
栈之多进制输出
#include <iostream.h> #include <
stdlib
.h> const int MaxStackSize = 50; typedef int DataType
·
2015-10-31 09:12
进制
优先队列
#include <iostream.h> #include <
stdlib
.h> const int MaxPQSize = 50; typedef int DataType
·
2015-10-31 09:12
优先队列
顺序表(数组实现)
#include <iostream.h> #include <
stdlib
.h> const int MaxListSize = 50; typedef int DataType
·
2015-10-31 09:12
数组
队列
#include <iostream.h> #include <
stdlib
.h> typedef int DataType; const int MaxQSize = 50;
·
2015-10-31 09:12
队列
栈之后缀计算器
#include <iostream.h> #include <
stdlib
.h> const int MaxStackSize = 50; typedef double DataType
·
2015-10-31 09:12
计算器
随机数函数rand()
(1)使用该函数首先应在开头包含头文件
stdlib
.h #include<
stdlib
.h>(C++建议
·
2015-10-31 09:32
随机数
使用Microsoft Visual C++来检测和隔离内存泄漏
为了使用调试堆函数,在你的程序中你必须含有下面的说明: #define _CRTDBG_MAP_ALLOC #include<
stdlib
.h
·
2015-10-31 09:20
Microsoft
数据结构 队列 c
#include<stdio.h>#include<
stdlib
.h>#include<string.h> #define QUEUELEN
·
2015-10-31 09:52
数据结构
二叉树 c实现
#include<stdio.h>#include<
stdlib
.h> #define MAXLen 100 //最大节点数typedef char DATA
·
2015-10-31 09:52
二叉树
栈结构 c
#include <
stdlib
.h>#include <stdio.h> #define MAXLEN 50 typedef struct{ 
·
2015-10-31 09:52
c
数据结构 链表 c实现
#include <stdio.h>#include <string.h>#include <
stdlib
.h> typedef struct{ 
·
2015-10-31 09:51
数据结构
生产者消费者问题Semaphore
include < windows.h > #include < stdio.h > #include <
stdlib
.h
·
2015-10-31 09:20
Semaphore
URAL 1019 Line Painting
#include<stdio.h> #include<string.h> #include<
stdlib
.h> #define MAXD 10010 int
·
2015-10-31 09:16
paint
URAL 1026 Questions and Answers
#include<stdio.h> #include<string.h> #include<
stdlib
.h> #define MAXD 100010 int
·
2015-10-31 09:16
IO
URAL 1025 Democracy in Danger
#include<stdio.h> #include<string.h> #include<
stdlib
.h> #define MAXD 110 int K,
·
2015-10-31 09:16
demo
URAL 1005 Stone Pile
#include<stdio.h> #include<string.h> #include<
stdlib
.h> #define MAXD 30 int N,
·
2015-10-31 09:14
one
上一页
86
87
88
89
90
91
92
93
下一页
按字母分类:
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
其他