会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
大小黑
博客园
首页
新随笔
联系
管理
订阅
2017年5月16日
C语言链表的建立、插入和删除
摘要: /* 链表节点的插入与删除 编译环境:VC++ 6.0 编译系统:windows XP SP3 */ #include <stdio.h> #include <stdlib.h> #include <malloc.h> // 定义链表中的节点 typedef struct node { int me
阅读全文
posted @ 2017-05-16 18:13 J小黑
阅读(60606)
评论(0)
推荐(3)
编辑
公告