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.h
一个动态的栈实现的括号匹配程序
#include"stdio.h"#include"
stdlib.h
"#include"string.h"typedefstruct_tegstackitem{ charparam; int index
lziog
·
2008-03-02 15:00
c++读取BMP文件(24位)
#include"StdAfx.h"#include"stdio.h"#include"memory.h"#include"
stdlib.h
"#definePIXPLINE 320typedefstructtagRGBQUAD
flying8127
·
2008-01-22 14:00
C++
image
header
File
include
FP
zz基于完成端口的服务器代码
#include"stdio.h"#include"
stdlib.h
"#include"winsock2.h"#include"mswsock.h"#pragmacomment(lib,"ws2_32.
strollerV
·
2008-01-14 09:00
数的分解
#include"stdafx.h"#include"
stdlib.h
"staticintn;int*a;staticinttotal=0;voidoutput(ints){inti=1;printf(
xzdwfwt111
·
2008-01-12 15:00
filter
REST
input
output
质数填表问题的回溯算法
应试编程实例-[分而治之算法程序设计]作者:成晓旭时间:2002年09月15日(11:58:00-13:18:00)实现“装箱”问题的贪婪算法实现函数*/#include"stdio.h"#include"
stdlib.h
happmaoo
·
2008-01-03 09:00
编程
算法
.net
Blog
J#
“最长公共字符串子序列”问题的动态规划法算法
问题的动态规划算法实现函数时间:2002年09月15日(21:31:00-22:00:00)实现“最长公共字符串子序列”问题的动态规划算法实现函数*/#include"stdio.h"#include"
stdlib.h
happmaoo
·
2008-01-03 09:00
编程
算法
.net
Blog
J#
“快速排序算法”问题的分而治之算法
应试编程实例-[分治法程序设计]作者:成晓旭时间:2002年09月18日(21:43:00-22:03:00)实现“快速排序算法”问题的分而治之算法函数*/#include"stdio.h"#include"
stdlib.h
techcrunch
·
2008-01-03 09:00
算法
编程
up
“斐波那契数列”问题的递推算法
:00)实现递推算法的大整数阶乖处理函数时间:2002年09月16日(18:38:00-20:02:00)实现“斐波那契数列”问题的递推算法函数*/#include"stdio.h"#include"
stdlib.h
happmaoo
·
2008-01-03 09:00
编程
算法
.net
F#
ext
“大整数阶乖”问题的递推算法
:00)实现递推算法的大整数阶乖处理函数时间:2002年09月16日(18:38:00-20:02:00)实现“斐波那契数列”问题的递推算法函数*/#include"stdio.h"#include"
stdlib.h
wapysun
·
2008-01-03 09:00
算法
“快速排序算法”问题的分而治之算法
时间:2002年09月18日(21:43:00-22:03:00) 实现“快速排序算法”问题的分而治之算法函数*/#include "stdio.h"#include "
stdlib.h
mengtech
·
2008-01-03 09:00
“大整数阶乖”问题的递推算法
:00)实现递推算法的大整数阶乖处理函数时间:2002年09月16日(18:38:00-20:02:00)实现“斐波那契数列”问题的递推算法函数*/#include"stdio.h"#include"
stdlib.h
happmaoo
·
2008-01-03 09:00
编程
算法
ext
F#
J#
C语言版的单位法人代码校验函数
贴出这个十多年前C语言函数代码,现临时写了个演示程序: #include < stdio.h > #include < string.h > #include <
stdlib.h
sogotobj
·
2007-12-21 23:00
C++
c
C#
数据结构 外部排序 多路归并排序
(1)代码如下:merge.c#include"c1.h"#include"c2.h" #include"stdio.h"#include"
stdlib.h
"#include"string.h" /*k
nomad2
·
2007-12-15 20:00
realloc,malloc,calloc的区别
ptr,unsignednewsize);void*malloc(unsignedsize);void*calloc(size_tnumElements,size_tsizeOfElement);都在
stdlib.h
笑看风云淡
·
2007-11-21 16:00
ACM PKU 1054 The Troublesome Frog 学会剪枝
1054有的说是入门级剪枝,有的说是剪枝条件很强,,呵呵,无论怎样,今天我终于成功剪枝了.以前也是做了很久的.注意qsort和bsearch 的使用#include "stdio.h"#include "
stdlib.h
AClayton's ACM/ICPC Life 只切菜题 菜鸟乱飞
·
2007-11-13 22:00
从一个貌似重载失败的例子,看虚函数的作用
//#include "stdafx.h"#include "stdio.h"#include "
stdlib.h
"#include "string.h"// class Baseclass Base.
moreorless
·
2007-11-06 17:00
System
Class
从一道题谈C++中构造函数调用构造函数
#include <
stdlib.h
> #include < iostream > using namespace  
·
2007-10-20 00:00
构造函数
TrendMicro笔试题收集
#include < stdio.h > #include <
stdlib.h
> class A{ public :
·
2007-10-19 19:00
笔试题
BP算法学习
#include"
stdlib.h
"#include"math.h"#include"conio.h"#include"stdio.h"#defineN2/*/学习样本个数*/#defineIN3/*/
zhongnanhai
·
2007-10-14 18:00
循环赛日程表安排之分而治法
作者:成晓旭 时间:2002年09月15日(11:58:00-13:18:00) 实现“装箱”问题的贪婪算法实现函数*/#include "stdio.h"#include "
stdlib.h
yanghao58686763
·
2007-10-06 23:00
编程
算法
calendar
“循环赛日程安排”问题的分而治之解决算法
#include "stdio.h"#include "
stdlib.h
"//:====================“循环赛日程安排”问题的分而治之解决算法=============
ecitnet
·
2007-10-05 17:00
编程
算法
calendar
include
“循环赛日程安排”问题的分而治之解决算法
#include"stdio.h"#include"
stdlib.h
"//:====================“循环赛日程安排”问题的分而治之解决算法====================/**
wx红杉树
·
2007-10-05 17:00
哈夫曼编码[tc]
#include "stdio.h"#include "
stdlib.h
"#include "conio.h"#include "string.h"#include "ctype.h"/********
eaglewood2005
·
2007-09-29 13:00
c
File
null
FP
encoding
initialization
C/C++ 误区 ―― 强制转换 malloc() 的返回值
首先要说的是,使用 malloc 函数,请包含
stdlib.h
(C++ 中可以是 cstdlib) ,而不是 malloc.h 。
goodgoodstudy
·
2007-09-21 11:49
职场
强制转换
休闲
malloc()
的返回值
malloc 和 free - C
1分配内存malloc函数需要包含头文件:#include"
stdlib.h
"函数声明(函数原型):void*malloc(intsize);说明:
goodgoodstudy
·
2007-09-21 11:10
职场
malloc
free
和
休闲
malloc 和 free - C
1分配内存malloc函数需要包含头文件:#include"
stdlib.h
"函数声明(函数原型):void*malloc(intsize);说明:malloc向系统申请分配指定size个字节的内存空间
goodgoodstudy
·
2007-09-21 11:10
职场
和
休闲
VB
ACM PKU 2726 Holiday Hotel
ACMPKU2726HolidayHotel和PKU1828原理相同;唯一不同的是1828要求的是x>=maxx||y>=maxy,这道题却相反.时间复杂度仍然是O(NlogN)#include"stdio.h"#include"
stdlib.h
AClayton's ACM/ICPC Life 只切菜题 菜鸟乱飞
·
2007-09-21 01:00
C语言学习第十三讲-程序流控制
goto start; exit(status):status=0,表示程序正常终止,status=1,程序发生某种错误.使用包含头文件
stdlib.h
system(command):大多数操
wapysun
·
2007-09-12 14:00
C++
c
C#
dos
在VC下如何产生随机数?
需要的头文件:<
stdlib.h
>,库函数:srand;rand;time方法:1.首先设置种子srand(unsigned)time(NULL));使用当前时间作为种子是多数人的习惯做法. 2
minico
·
2007-09-06 08:00
指针的地址分配
ANSI标准建议设置了两个最常用的动态分配内存的函数malloc()和free(),并包含在
stdlib.h
中,但有些C编译却使用m
xhui251626129
·
2007-09-04 05:47
职场
休闲
指针 地址分配
指针的地址分配
ANSI标准建议设置了两个最常用的动态分配内存的函数malloc()和free(),并包含在
stdlib.h
中,但有些C编译却使用m
xhui251626129
·
2007-09-04 05:47
职场
休闲
指针 地址分配
指针的地址分配
ANSI标准建议设置了两个最常用的动态分配内存的函数malloc()和free(),并包含在
stdlib.h
中,但有些C编译却使用m
xhui251626129
·
2007-09-04 05:47
职场
休闲
指针 地址分配
百科
C/C++ 误区
C/C++误区:强制转换malloc()的返回值 首先要说的是,使用malloc函数,请包含
stdlib.h
(C++中是cstdlib),而不是malloc.h。
eroswang
·
2007-08-29 23:00
C++
c
工作
编译器
创建C语言函数库(头文件)
在学习C语言的过程中,写程序的第一行代码通常是#include,这一行代码在做什么呢,这是一个预处理指令,让本源程序包含一个C语言的函数库,通常包含的函数库有stdio.h,
stdlib.h
,math.h
daimi5566
·
2007-08-08 12:26
职场
C语言
休闲
创建C语言函数库(头文件)
在学习C语言的过程中,写程序的第一行代码通常是#include,这一行代码在做什么呢,这是一个预处理指令,让本源程序包含一个C语言的函数库,通常包含的函数库有stdio.h,
stdlib.h
,math.h
daimi5566
·
2007-08-08 12:26
职场
C语言
休闲
通过arp来得到远程机器的mac地址
通过arp来得到远程机器的mac地址 include "stdio.h" #include "
stdlib.h
" #include "Winsock2.h" #include "
l12345678
·
2007-07-30 10:00
七种qsort排序方法 -------------zz自http://acm.zjnu.cn/show.asp?tab=arithmetic&id=36
tab=arithmetic&id=36注意:可以的话最好还是自己写qsort()而不是调用
stdlib.h
里的qsort()函数,那样效率会高很多的七种qsort排序方法一、对int类型数组排序intnum
yoyouhappy的秘密花园
·
2007-07-21 17:00
C语言版--图的实现和各种操作
#include"iostream.h"#include"fstream.h"#include"SqStack.h"#include"
stdlib.h
"#defineMAX100000#define MAX_VERTEX_NUM20
foxhack
·
2007-06-22 10:13
职场
C语言
图
休闲
C语言版--图的实现和各种操作
#include"iostream.h"#include"fstream.h"#include"SqStack.h"#include"
stdlib.h
"#defineMAX100000#define MAX_VERTEX_NUM20
foxhack
·
2007-06-22 10:13
职场
C语言
图
休闲
C语言版--图的实现和各种操作
#include"iostream.h"#include"fstream.h"#include"SqStack.h"#include"
stdlib.h
"#defineMAX100000#defineMAX_VERTEX_NUM20typedefenum
foxhack
·
2007-06-22 10:13
C语言
职场
休闲
malloc calloc realloc 区别
realloc(void*ptr,unsignednewsize);void*malloc(unsignedsize);void*calloc(size_tnelem,size_telsize);都在
stdlib.h
edcrfvzl
·
2007-06-20 15:00
获取远程机器名与Mac地址的代码
#include "stdio.h" #include "
stdlib.h
" #include "Winsock2.h" #include "iphlpapi.h" #pragma comment
legion8169
·
2007-06-18 16:00
socket
null
C语言版--图的实现和各种操作
C语言版--图的实现和各种操作#include"iostream.h"#include"fstream.h"#include"SqStack.h"#include"
stdlib.h
"#defineMAX100000
编程小区
·
2007-06-15 10:00
Baidu A Star 2007 competition May 27
Mycodeasbelo forItemone :#include#include#include"
stdlib.h
"usingnamespacestd;boolIsLeap(intyear){ if(
ZhengKarl
·
2007-05-28 11:00
C函数库介绍:dos.h、alloc.h、malloc.h、
stdlib.h
、process.h
存贮分配子程序,所在函数库为dos.h、alloc.h、malloc.h、
stdlib.h
、process.hintallocmem(unsignedsize,unsigned*seg)利用DOS分配空闲的内存
strollerV
·
2007-05-20 02:00
c
Date
struct
unix
dos
存储
C函数库介绍:
stdlib.h
、process.h、io.h、conio.h、stat.h、dos.h、stdio.h、signal.h
进程函数,所在函数库为
stdlib.h
、process.hvoid abort()此函数通过调用具有出口代码3的_exit写一个终止信息于stderr, 并异常终止程序。
strollerV
·
2007-05-20 01:00
c
Stream
String
struct
File
Access
函数
函数
stdlib.h
@函数名称: calloc 函数原型: void * calloc(unsigned n,unsign size); 函数功能: 分配n个数据项的内存连续空间
lulqs
·
2007-05-11 12:00
密码程序
用C编写的简单密码程序 #include"stdio.h"#include"string.h"#include"
stdlib.h
"voidpassword(char*pass){charpassword
han_348154920
·
2007-04-21 12:00
阶乘之计算从入门到精通-菜鸟篇
让我们从错误中开始,开始一个漫长的,充满乐趣的探索大数阶乘计算之路吧… 程序1,一个最直接的计算阶乘的程序#include"stdio.h" #include"
stdlib.h
" intmain
liangbch
·
2007-04-12 14:00
C语言专题――标准库<
stdlib.h
>
C语言专题――标准库1字符串转换double atof (constchar*);int atoi (constchar*);long atol (constchar*);double strtod (constchar*,char**);long strtol (constchar*,char**,int);unsignedlong strtoul (constchar*,char**,int)
virus
·
2007-04-10 22:29
职场
C语言
语言
休闲
专题
上一页
50
51
52
53
54
55
56
57
下一页
按字母分类:
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
其他