間接尋址建立學生成績

實驗內容:      建立一個由n個學生成績的順序表,n的大小由自己確定,每一個學生的成績信息由自己確定,實現數據的對錶進行插入、刪除、查找等操作。分別輸出結果。  代碼: #include<iostream>  using namespace std;   const int M=10;   struct Node   {       int data;   };   class Student
相關文章
相關標籤/搜索