- 01259361tubianlideyanshi 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g
- clickcountphpscript A PHP script that counts the clicks on a downloaded file.
- 3x_DS18b20_Temp_to_3x_PWM_LCD_ATmega8_CVAVR_PROTE codevision avr simulation proteus
- yuntaicontrolserverandclient 云台控制代码
- MyApp 安卓开发基础组件学习源码
- Desktop a Strobe light for RC plane and Helicopter . the Codevision and Proteus saved File being uploaded .
文件名称:list.tar
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.51kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
链表 双向链表的简单实现,增 删,改等方法-typedef int llist_cmp(const void*, const void*)
typedef void llist_op(void*)
typedef void LLIST
LLIST*llist_creat(int size)
void llist_destroy(LLIST*)
int llist_prepend(LLIST*, void*)
int llist_append(LLIST*, void*)
void llist_delet(LLIST*, void*, llist_cmp*cmp)
void*llist_find(LLIST*, void*, llist_cmp*cmp)
void llist_travel(LLIST*, llist_op*op)
typedef void llist_op(void*)
typedef void LLIST
LLIST*llist_creat(int size)
void llist_destroy(LLIST*)
int llist_prepend(LLIST*, void*)
int llist_append(LLIST*, void*)
void llist_delet(LLIST*, void*, llist_cmp*cmp)
void*llist_find(LLIST*, void*, llist_cmp*cmp)
void llist_travel(LLIST*, llist_op*op)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
list/
list/llist.o
list/llist.h
list/llist.c
list/llist.h~
list/llist.o
list/llist.h
list/llist.c
list/llist.h~
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.