摘要: 一个栈的C语言实现,函数声明放在 line_list.h 头文件汇总,函数定义放在line_list.c 中,main.c 用来测试各个函数. 1.文件 stack.h 1. 文件 stack.c 1. 文件main.c 阅读全文
posted @ 2018-10-08 23:10 ay-a 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 一个线性表表实现,函数声明放在 line_list.h 头文件汇总,函数定义放在line_list.c 中,main.c 用来测试各个函数. 1.文件 line_list.h 1. 文件 line_list.c 1. 文件 main.c c // main.c include include "li 阅读全文
posted @ 2018-10-08 22:59 ay-a 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 一个链表实现,函数声明放在 list.h 头文件汇总,函数定义放在list.cpp 中,main.cpp 用来测试各个函数. <! more 1.文件list.h 1. 文件list.cpp 阅读全文
posted @ 2018-10-08 22:51 ay-a 阅读(2286) 评论(0) 推荐(0) 编辑