摘要:
此程序是使用用线性链表写的,即用数组结构体写的!!!多的废话不说!!!看程序!!!!#include<stdio.h>#include<string.h>#include<iostream>#define MaxSize 100 using namespace std;/*学生信息结构体定义*/typedef struct{int stuno;char name[10];int score;int age;}Student;typedef struct{Student data[MaxSize];int length;}SqList;/*输入学生数据*/Sq 阅读全文
posted @ 2013-04-27 10:01
@ 小浩
阅读(355)
评论(0)
推荐(0)
浙公网安备 33010602011771号