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 <fcntl.h> #include <sys/stat.h
canlynet
·
2012-07-14 19:00
记录锁
双链表实现简单的学生管理系统
#include#include"
stdlib
.h"#include"string.h"/**************************************************** copyright
Self_Chou
·
2012-07-14 12:00
循环双链表加目录IO实现简单的文件检索
#include"stdio.h" #include"
stdlib
.h" #include"fcntl.h" #include"dirent.h" #include"string.h" typedefstructdoublelink
Self_Chou
·
2012-07-14 12:00
约瑟夫环
#include"stdio.h" #include"
stdlib
.h" structnode { intnum; structnode*next; }; structnode*head=NULL;
Self_Chou
·
2012-07-14 12:00
qq
struct
null
input
素数环
#include"stdio.h"#include"
stdlib
.h"#include"debug.h"typedefstructlinkque{intnum;structlinkque*next;}linkque_int
Self_Chou
·
2012-07-14 12:00
文件IO与标准IO及非阻塞IO(非阻塞转)
减少了系统调用效率更高)I/O分为文件I/O----->内核标准I/O--------->内核ps-axj查看系统进程信息#include"stdio.h"#include"unistd.h"#include"
stdlib
.h
Self_Chou
·
2012-07-14 12:00
IO
File
REST
command
null
FP
DE405/406星历表算法
#pragma hdrstop #pragma argsused //有入口参数的此行不能少 #include <stdio.h> #include <
stdlib
.h>
songgz
·
2012-07-12 17:00
算法
yingkou的Blog 精华文章摘录
求解微分方程可以仔细看看高斯消元法 方法1: #include "stdio.h"#include "
stdlib
.h" void RKT(t,y,n,h,k,z)int n;
wjeson
·
2012-07-12 16:00
struct
function
Blog
File
null
FP
cocos2d-x 联网函数(未做线程处理,后面补上)
其中部分是加了JSON数据解析的 #include "stdio.h" #include "
stdlib
.h" #include "curl/
buerkai
·
2012-07-10 17:00
cocos2d-x
hdu1160
2012-07-10*/#include"stdio.h" #include"
stdlib
.h" structA { intnum; intpre; intdp; intw,s; }E[1011];
Ice_Crazy
·
2012-07-10 08:00
struct
IE
文件读写解析随写
#include <stdio.h> #include <
stdlib
.h> #include <string.h> #include <stdbool.h
jinyike
·
2012-07-08 20:00
解析
循环
查找
文件读写
随机数问题——基础知识必备
(1)使用该函数首先应在开头包含头文件
stdlib
.h#include(2)在标准的C库中函数rand()可以生成0
kingjinzi_2008
·
2012-07-06 15:00
hdu2846
3bf392c1c30569db51da4bc2.html 2012-07-05*/#include"stdio.h" #include"string.h" #include"
stdlib
.h
Ice_Crazy
·
2012-07-05 18:00
hdu1671
2012-07-05*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" structdic { structdic*child[10]
Ice_Crazy
·
2012-07-05 13:00
Linux下十六进制转成中文
#include <stdio.h> #include <
stdlib
.h> #include <fcntl.h> void ansiToutf8(char *src
xitong
·
2012-07-04 21:00
linux
hdu1075
2012-07-05 */#include"stdio.h" #include"ctype.h" #include"string.h" #include"
stdlib
.h" structdictree
Ice_Crazy
·
2012-07-04 14:00
hdu1251
2012-07-04 */#include"stdio.h" #include"string.h" #include"
stdlib
.h" structdictree { structdictree
Ice_Crazy
·
2012-07-04 13:00
[置顶] 关于BUFSIZ
今天遇到BUFSIZ,知道他是
stdlib
.h中定义的,但不知它到底什么意思?
qustdjx
·
2012-07-03 09:00
IO
gcc
测试
C语言 ----- 链表算法实现
#include <stdio.h> #include <
stdlib
.h> typedef struct Node { int data; struct Node * pNext
v5qqbrowser
·
2012-07-01 16:00
C语言
C语言 ----- 动态栈的算法实现
#include <stdio.h> #include <
stdlib
.h> typedef struct Node { int data; struct Node *pNext
v5qqbrowser
·
2012-07-01 16:00
C语言
C语言 -----动态数组算法实现
#include <stdio.h> #include <
stdlib
.h> struct Arr { int * pBase; //存储的是数组第一个元素的地址 int
v5qqbrowser
·
2012-06-30 21:00
C语言
c语言版学生管理系统
#include <stdio.h> #include <
stdlib
.h> #include <string.h> #define NUM 20 //总人数
1320438999
·
2012-06-30 16:00
C语言
简单
学生管理系统
写出你能想到的最高效的逆序存放字符串程序
#include"stdafx.h" #include"
stdlib
.h" #include"windows.h" intmain(intargc,char*argv[]) { inti,j,z; charch
a973893384
·
2012-06-29 23:00
编写strcmp函数
#include"stdafx.h" #include"
stdlib
.h" #include"windows.h" intmain(intargc,char*argv[]) { intstrcmp_(
a973893384
·
2012-06-29 23:00
include
迷宫的代码 不知道还有优化的地方没有
#include<stdio.h> #include<
stdlib
.h> #include<malloc.h> intx,y,mg[22][22]; inthang
java-mans
·
2012-06-28 20:00
优化
迷宫的代码 不知道还有优化的地方没有
#include<stdio.h> #include<
stdlib
.h> #include<malloc.h> intx,y,mg[22][22]; inthang
java-mans
·
2012-06-28 20:00
优化
MTK HTTP 协议之内存分配
相关系统内存函数封装nw_mem.c#include"nw_define.h" #include"Vmsys.h" #include"
Stdlib
.h" #include"MMI_include.h"
jiangyu912
·
2012-06-28 16:00
关于Linux watchdog
Serval Li * Date: Jun 27th, 2012 * */ #include <stdio.h> #include <string.h> #include <
stdlib
.h
^=^
·
2012-06-28 00:00
linux
watchdog
Linux C程序调用外部程序的几种方法
1、system(执行shell命令)相关函数fork,execve,waitpid,popen表头文件#include<
stdlib
.h>定义函数intsystem(constchar*string)
澈明
·
2012-06-27 17:00
c
linux
外部调用
linux c 环境控制篇
getenv(取得环境变量内容) 相关函数 putenv,setenv,unsetenv 表头文件 #include<
stdlib
.h>
xueqibuildxue
·
2012-06-27 13:00
linux
linux_C_environ变量
environ变量: environ变量的声明如下: #include <
stdlib
.h> extern char **environ; 这个变量是用来打印环境变量。
xueqibuildxue
·
2012-06-27 13:00
linux
学生管理系统(图)
#include"stdafx.h" #include"
stdlib
.h" #include"windows.h" structLim{intnum;charname[51];intm;intc;inte
a973893384
·
2012-06-26 18:00
hdu1162
当然,1A的话~O(∩_∩)O哈哈~ 2012-06-19*/#include"stdio.h" #include"math.h" #include"
stdlib
.h
Ice_Crazy
·
2012-06-19 22:00
hdu1875
型来算距离哦,否则一定超时滴~ 2012-06-17*/#include"stdio.h" #include"math.h" #include"
stdlib
.h
Ice_Crazy
·
2012-06-17 19:00
hdu1233
血淋淋的WA啊…… 2012-06-17*/#include"stdio.h" #include"
stdlib
.h" structA { inta,b
Ice_Crazy
·
2012-06-17 17:00
linux串口传输文件
write.c #include <
stdlib
.h> #include <stdio.h> #include <unistd.h>
xitong
·
2012-06-17 11:00
linux
C库实现-
stdlib
库
手动实现C库
stdlib
库中部分常用函数,如下代码所示。
joanlynnlove
·
2012-06-16 10:00
C++ vector和map的使用(参考其他资料)
#include <time.h>#include <
stdlib
.h>#include <iostream.h>#include <map.h>#include
fenger_chui
·
2012-06-15 10:00
vector
map
C++Map
C++vector
C++ vector和map的使用(参考其他资料)
#include <time.h>#include <
stdlib
.h>#include <iostream.h>#include <map.h>#include
fenger_chui
·
2012-06-15 10:00
vector
map
C++vector
C++Map
语法错误 : 缺少“;”(在“类型”的前面)的解决方案
原始代码如下: #include <stdio.h> #include <
stdlib
.h> int main(int argc, char **argv) { fprintf
lovnet
·
2012-06-15 07:00
解决方案
cpu使用率和内存使用率
#include <stdio.h> #include <
stdlib
.h> #include <ctype.h> #include <string.h
shaojiashuai123456
·
2012-06-14 19:00
cpu
bmp文件的读写
#include "stdio.h"#include "
stdlib
.h"#define PIXPLINE 320typedef struct tagRGBQUAD{ //定义每个像素的数据类型
zhangwenjianqin
·
2012-06-14 10:00
image
header
File
null
FP
字符串和数字之间的转换
#include<
stdlib
.h> 字符串转数字 int atoi(const char *nptr); int atol(const char *nptr);==long int
f059074251
·
2012-06-11 15:00
字符串
VC6编译代码时一种常见错误解决
错误代码如下:#include"stdio.h" #include"
stdlib
.h" #include"string.h" #defineINIT_SIZE100 #defineI
hiphopmattshi
·
2012-06-11 11:00
编程
exception
struct
null
Access
编译器
无向图的链式存储(代码)
# include <
stdlib
.h> # include <iostream.h> # define zhi 20//最都能存放结点的个数 int diannum;
wsql
·
2012-06-10 21:00
代码
无向图的顺序存储结构(代码)
下面直接展示代码: //无向图的顺序存储结构 # include <
stdlib
.h> # include <iostream.h> # define zhi 40
wsql
·
2012-06-10 20:00
代码
二叉树的链式存储和三种遍历(代码)
//二叉树的链式存储, 先序输入,三种输出 # include <
stdlib
.h> # include <iostream.h> //树的结点元素类型 typedef
wsql
·
2012-06-09 17:00
二叉树
二叉树的顺序存储和三种遍历(代码)
//二叉树的顺序存储,三种遍历的代码 # include <
stdlib
.h> # include <iostream.h> # define chuzhi 50 //初始一维数组的大小
wsql
·
2012-06-09 17:00
二叉树
队的顺序存储和链式存储
队顺序存储的实现: # include <
stdlib
.h> # include <iostream.h> //宏定义 # define CHUZHI 10//初始队的大小
wsql
·
2012-06-09 17:00
顺序
栈的顺序存储和链式存储以及应用
关于栈的其他东西不讲了,下面展示栈的顺序存储代码的实现: //栈的顺序实现 # include <iostream.h> # include <
stdlib
.h> //
wsql
·
2012-06-09 16:00
顺序
上一页
121
122
123
124
125
126
127
128
下一页
按字母分类:
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
其他