/*
*檔名稱: main.cpp
*作 者: 田祥弘
*完成日期:2023年12月25日
*版 本 號:v1.0
**問題描述:學生成績管理系統
*程式輸出:
#include#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include #define student 2
using namespace std;
typedef struct student
//建立學生類
student;
student *head=null;
int length;
//鍊錶的長度
void create()
length++; //鍊錶的長度
p1->next=p2;
p2->next=null;
p1=p1->next;
number++;
}return; }
void display()
return; }
void search()
p=p->next;
}if(p==null)
printf("無此記錄!\n"); return; }
void insert()
else
p=p->next;}
p=head;
for(i=0;inext;
q->next=p->next;
p->next=q;
length++;
printf("插入成功!\n");
return;}
}void delete()
p=p->next;
q=q->next;
}if(p==null)
}void menu()
int main(void)
else
break;
case 3:
if(head)
else
menu();
} else
break;
case 4:
if(head)
else
break;
case 5 :if(head)
else
break;
default:
break;
}}system("pause");
return 0; }
資料結構課程設計
資料結構課程設計 include define n 30 include include includeusing namespace std struct node typedef node phone,mingzi node hashnumble node hashname int hash1 ...
資料結構課程設計
小明是乙個計算機專業top student 祝賀他畢業了。並準備到銀行參加工作。上班第一天,經理叫他編制乙個實現乙個活期儲蓄處理程式,算作考查。上班第一天,一定要給領導乙個好印象,小明二話沒說,就答應了。現要你是小明了,請完成如下題目功能。儲戶開戶 銷戶 存入 支出活動頻繁,系統設計要求 1 能比較...
資料結構課程設計
一 實訓目的 通過課程設計,學會運用資料結構知識,針對具體應用,自己設計合理資料結構,確定儲存結構,並能設計具體操作演算法,選擇使用具體語言進行實現。掌握c 較複雜程式的組織和設計過程,除錯技巧。學習解決實際問題的能力。題目1.小明是乙個計算機專業top student,祝賀他畢業了。並準備到銀行參...