设为首页 加入收藏

TOP

C语言线性表(基于链式结构)(二)
2014-11-23 21:36:29 来源: 作者: 【 】 浏览:57
Tags:语言 线性 基于 链式 结构
xt element is %d\n", tmp_elem);


if(PriorElem(l,3,&tmp_elem))
printf("the goal element's prior element is %d\n", tmp_elem);


int location = LocateElem(l,4);
printf("the location id is %d\n", location);


ListInsert(l,3,8);
PrintList(l);


ListDelete(l,4);
PrintList(l);


return 0;
}


C语言梳理一下,分布在以下10个章节中:


首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇栈(C语言实现,基于链式结构) 下一篇Boost库的安装和编译

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: