C语言帝国
SEARCH
X 我知道了
TIPS:左右滑动导航栏可以查看更多栏目
订阅RSS
首页
C语言帝国QQ群
首页
C语言帝国QQ群
powers7 的 站内主页
2008
05-25
线性表算法插入出错
VIEW
powers7
编程问题提问区
留下评论
#include<iostream>#define MAXSIZE 100using namespace std;typedef int ElemType;typedef struct SeqList{ ElemType data[MAXSIZE]; int length;}SeqList;SeqList SeqL....
Read More >
2008
05-14
这个二叉树程序怎么无法输出
VIEW
powers7
编程问题提问区
留下评论
#include<iostream>using namespace std;typedef char DataType;/******结点类型**************/typedef struct BitNode{ DataType data; struct BitNode *lchild,*rchild;}B....
Read More >
作者档案
昵称:
powers7
邮箱:
powers7@163.com