1. 首页
  2. 编程语言
  3. 其他
  4. 数据结构#include

数据结构#include

上传者: 2019-05-21 23:29:59上传 TXT文件 1.69KB 热度 18次
#include#include#defineok1#defineerror0#defineoverflow-1#defineLIST_INIT_SIZEtypedefintElemType;typedefintStatus;typedefstructLNode{ElemTypedata;structLNode*next;}LNode,*LinkList;#include#include#defineok1#defineerror0#defineover
下载地址
用户评论