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
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语言
语言
休闲
专题
malloc,calloc,realloc等内存分配函数区别
realloc(void*ptr,unsignednewsize);void*malloc(unsignedsize);void*calloc(size_tnelem,size_telsize);都在
stdlib.h
Mobidogs
·
2007-04-05 12:00
C++
c
null
存储
语言
C++内存泄漏——C++中动态内存分配引发问题的解决方案(2)
test_wrong.cpp:#include<iostream>#include<
stdlib.h
>#
bingwen0210
·
2007-03-30 19:00
编程
C++
c
delete
iostream
编译器
全国交通咨询模拟程序
#include"stdio.h"#include"
stdlib.h
"#include"string.h"#defineMAX_VERTEX_NUM18#defineNULL0#defineMAX_ARC_SIZE100
yunhaiC
·
2007-01-09 12:00
struct
null
咨询
交通
FP
BT
约瑟夫环
约瑟夫环#include "stdio.h"#include "
stdlib.h
"typedef struct{ int number; int dicper;}ElemType;typedef struct
华剑缘
·
2006-12-18 22:00
股票
#include"stdio.h"#include"
stdlib.h
"#include"time.h"voidmain(){ intr[7]; inti,j; intmax,sum,temp; srand
254126520
·
2006-11-23 07:29
职场
股票
休闲
股票
#include"stdio.h"#include"
stdlib.h
"#include"time.h"voidmain(){intr[7];inti,j;intmax,sum,temp;srand(time
254126520
·
2006-11-23 07:29
职场
股票
休闲
线性表的应用----多项式操作
点击右键,目标另存为))(注:可将输入转为多项式整体输入)***********************************************/#include"stdio.h"#include"
stdlib.h
sylinx_yqg
·
2006-11-05 18:00
线性表
链表的操作
*********链表的操作BYYQG.06.3.6***********************************************/#include"stdio.h"#include"
stdlib.h
sylinx_yqg
·
2006-11-05 18:00
html
C++
c
C#
J#
顺序表的操作
********顺序表的操作BYYQG.06.3.6***********************************************/#include"stdio.h"#include"
stdlib.h
sylinx_yqg
·
2006-11-05 18:00
顺序
练习C/C++基本功(列表和迭代器的实现和测试)
练习C/C++基本功(列表和迭代器的实现和测试)#include"stdafx.h" #include #include"
stdlib.h
Shatty
·
2006-10-29 14:00
list
测试
delete
iterator
Class
复习二叉排序树
宏定义&头文件:#include "stdio.h"#include "
stdlib.h
" /*内存分配*/#include "ctype.h" /*字符操作*/#define MAXNUM 100 /
ChenGen
·
2006-09-27 14:00
“大整数阶乖”问题的递推算法
实现递推算法的大整数阶乖处理函数 时间:2002年09月16日(18:38:00-20:02:00) 实现“斐波那契数列”问题的递推算法函数 */ #include"stdio.h" #include"
stdlib.h
CXXSoft
·
2006-07-18 14:00
编程
算法
ext
存储
n2
图的深度优先遍历[非堆栈、堆栈实现]
完成图的创建函数、顺序遍历函数 时间:2002年09月08日(21:30:00-22:35:00) 完成图的深度优先遍历函数[非堆栈、堆栈实现] */ #include"stdio.h" #include"
stdlib.h
CXXSoft
·
2006-07-18 14:00
编程
c
算法
null
存储
“快速排序算法”问题的分而治之算法
分治法程序设计] 作者:成晓旭 时间:2002年09月18日(21:43:00-22:03:00) 实现“快速排序算法”问题的分而治之算法函数 */ #include"stdio.h" #include"
stdlib.h
CXXSoft
·
2006-07-18 13:00
编程
算法
UP
“循环赛日程安排”问题的分而治之解决算法
分而治之算法程序设计] 作者:成晓旭 时间:2002年09月15日(11:58:00-13:18:00) 实现“装箱”问题的贪婪算法实现函数 */ #include"stdio.h" #include"
stdlib.h
CXXSoft
·
2006-07-18 13:00
编程
算法
calendar
“最长公共字符串子序列”问题的动态规划法算法
问题的动态规划算法实现函数 时间:2002年09月15日(21:31:00-22:00:00) 实现“最长公共字符串子序列”问题的动态规划算法实现函数 */ #include"stdio.h" #include"
stdlib.h
CXXSoft
·
2006-07-18 13:00
编程
算法
测试
Build
用长整数求取普通整数的阶乘
. /* 作者:成晓旭 时间:2001年10月3日(17:00:00-18:30:00) 内容:完成用长整数求取普通整数的阶乘 */ #include"stdafx.h" #include"
stdlib.h
CXXSoft
·
2006-07-18 12:00
图的深度优先遍历(堆栈实现和非堆栈实现)
. // #include"stdafx.h" #include"
stdlib.h
" //如:FROMHEAD=1,则用头插法;否则:则用尾插法 #defineFROMHEAD1 /* 如:HASHEAD
CXXSoft
·
2006-07-18 12:00
c
算法
struct
function
null
顺序栈、链栈基本操作
. // #include"stdafx.h" #include"stdio.h" #include"
stdlib.h
" //* #defineSTACK_MAX_SIZE7 intStackData[
CXXSoft
·
2006-07-18 11:00
顺序栈、链栈基本操作
//#include"stdafx.h"#include"stdio.h"#include"
stdlib.h
"//*#defineSTACK_MAX_SIZE7intStackData[STACK_MAX_SIZE
阿_呆
·
2006-07-18 11:00
水平考试
软考经典算法设计
顺序队列基本操作
#include"stdafx.h" #include"stdio.h" #include"
stdlib.h
" #defineSMALL1 #if(SMALL) #defineMAX7 intQueueData
CXXSoft
·
2006-07-18 11:00
c
struct
null
顺序队列基本操作
#include"stdafx.h"#include"stdio.h"#include"
stdlib.h
"#defineSMALL1#if(SMALL)#defineMAX7intQueueData[MAX
阿_呆
·
2006-07-18 11:00
水平考试
软考经典算法设计
神经网络BP算法(C程序实现)
文件输入输出目录为:F:/BP/训练样本文件名:训练样本.txt值为:11-11-110101输出文件名为:阈值.txt 权值.txt========================= #include"
stdlib.h
jiazhen
·
2006-05-23 21:00
c
算法
网络
input
FP
王老师 指针 第一讲
(3)指针运算指针表达式:一个表达式,值是指针.(4)指针做函数参数(5)返回函数的指针(6)指针数组示例程序代码如下:/**2006.5.13*/#include"stdio.h"#include"
stdlib.h
"voidfindMaxAndMin
nomad2
·
2006-05-13 17:00
polynomial 一元多项式乘法实现
polynomial 一元多项式乘法实现 #include"stdio.h"#include"malloc.h"#include"
stdlib.h
"typedefstructLNode{ floatcoef
chenhu_doc
·
2006-04-30 23:00
polynomial 一元多项式加法实现
polynomial 一元多项式加法实现#include"stdio.h"#include"malloc.h"#include"
stdlib.h
"typedefstructLNode{ floatcoef
chenhu_doc
·
2006-04-30 23:00
硬币找零(动态规划)
#include"
stdlib.h
"#defineN 63 voidGetChange(intn,intj,intm[],intc[][N]) {/*下标从1开始*/ intMax=10000;
ljc_zy
·
2006-03-23 21:00
c
include
数值计算程序大放送-线性代数方程组
今天都给贴出来了#include"
stdlib.h
"#include"math.h"#include"stdio.h"//全选主元高斯消去法//a-n*n存放方程组的系数矩阵,返回时将被破坏//b-常数向量
byxdaz
·
2006-03-18 17:00
c
算法
工作
BI
存储
math.h
二叉排序树
main()中用了一组测试数据#include "stdio.h"#include "
stdlib.h
" #define MAX 6typedef struct node{ int data;
ljc_zy
·
2006-03-12 21:00
根据二叉树的先序遍历和中序遍历建立二叉树
#include "stdio.h"#include "
stdlib.h
"typedef struct node{char data;struct node *lchild;struct node *rchild
ljc_zy
·
2006-03-06 22:00
图的遍历
#include"
stdlib.h
"#defineN30typedefstructnode{ intvno; structnode*next;}edgenode;typedefedgenode*Graph
ljc_zy
·
2006-03-04 15:00
列举本机安装的解码器(CODEC)
#include"stdio.h"#include"conio.h"#include"
stdlib.h
"//forfunctionwcstombs()#include"windows.h"#include"vfw.h
aniven
·
2005-12-24 17:00
二叉树的模板实现
二叉树的模板实现 #include "iostream.h"#include "
stdlib.h
"#include "stack.h"#pragma oncetemplateclass CBiTree{
SEMAN
·
2005-10-24 11:00
不使用位运算而进行二进制输入输出文件的C++类
不使用位运算而进行二进制输入输出文件的C++类#include"iostream.h"#include"
stdlib.h
"#include"stdio.h"#include"io.h"classBinOutputer
计算机之路
·
2005-04-23 23:00
dos.h、alloc.h、malloc.h、
stdlib.h
、process.h
存贮分配子程序,所在函数库为dos.h、alloc.h、malloc.h、
stdlib.h
、process.hint allocmem(unsignedsize,unsigned*seg)利用DOS
bjbs_270
·
2004-12-02 17:00
Date
struct
unix
dos
存储
C库函数手册---
stdlib.h
、process.h,assert.h、math.h,io.h、conio.h、stat.h、dos.h、stdio.h、signal.h,,
进程函数,所在函数库为
stdlib.h
、process.hvoid abort()此函数通过调用具有出口代码3的_exit写一个终止信息于stderr, 并异常终止程序。
bjbs_270
·
2004-12-02 17:00
c
Stream
String
File
Access
math.h
上一页
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
其他