課程設計 大學生資訊管理系統

2021-06-07 09:33:06 字數 997 閱讀 9148

下面是解答

完成80%了,程式都能執行,還有一點功能沒有加進去,自己加吧,另外寫的比較匆忙,肯定有不完善的地方,希望完善哦!

#include #include #include #include #include typedef struct students

student;

void menu();

void show(student *head);

void find(student *head);

void insert(student *head);

void delete(student *head);

void soninsert(student *thenew);

int main()

} printf("press any key continue...\n");

return 0;

}void menu()

//瀏覽

void show(student *head)

}//查詢

void find(student *head)

else

}if (p == null) }

//新增

void insert(student *head)

else

else if ( ((p->num))next!=null) ) //學號排在中間

else if ( (p->num)next==null ) //學號排在最後

}}};

//新增函式的子函式

void soninsert(student *thenew)

//刪除

課程設計 學生資訊管理系統

煙台大學計算機與控制工程學院 檔名稱 lulu.cpp 完成日期 2015年12月31日 版本號 v1.o 問題描述 學生資訊管理系統 include include include include include xinxi.h using namespace std int main head1...

課程設計 學生資訊管理系統設計

煙台大學計算機與控制工程學院 題目 學生資訊管理系統設計 ifndef head h included define head h included using namespace std typedef struct student elemtype class list 定義結構體,第乙個結構體...

大學生資訊管理系統

今天學習利用python實現乙個大學生資訊管理系統的專案 import datetime class personvalueerror valueerror pass class person num 0 definit self,name,birthday,ident if not isinsta...