C语言帝国

X 我知道了TIPS:左右滑动导航栏可以查看更多栏目

订阅RSS
  • 首页
  • C语言帝国QQ群
  • 首页
  • C语言帝国QQ群

Ben 的 站内主页

2007
06-22

达人解决个大一的实训课题 VIEW

Ben编程问题提问区留下评论

一个简单的线性表 #include"stdio.h"  typedef struct linknode {char data;  struct linknode *next;  }node;  node *head;  int n=0;  void CreateList() {   .... Read More >
作者档案

昵称:Ben

邮箱:hyzlonely@hotmail.com

返回顶部     登录  注册   网站地图   闽ICP备05035124号-7
©2013 C语言帝国