顺序查找的实现 C语言,C++语言,数据结构.pdfVIP

  • 45
  • 0
  • 约4.53千字
  • 约 11页
  • 2019-07-09 发布于山西
  • 举报

顺序查找的实现 C语言,C++语言,数据结构.pdf

//List.h // - -09 作者:西北师范大学 数学与信息科学学院 级计算机科学与技术 -200971030102- 2011 05 12 10 50 一班 陈建峰 时间: 年 月 日 时 分 constintmax_List=10; enumerror_code{success,overflow,underflow,fail,not_present}; templateclassList_entry classList { protected: intcount; List_entryentry[max_List]; public: List(); intsize()const; boolfull()const; boolempty()const; voidclear(); voidtraverse(void(*visit)(List_entryx)); error_coderetrieve(intpositi

文档评论(0)

1亿VIP精品文档

相关文档