/*
* 檔名稱:專案1.cpp
* 作 者:高金豔
* 完成日期:2023年12月13日
* 版 本 號:v1.0
*問題描述:驗證直接選擇排序,完成測試。
*輸入描述:無
*程式輸出:測試資料
*/
**:
#include #define maxsize 20
typedef int keytype; //定義關鍵字型別
typedef char infotype[10];
typedef struct //記錄型別
rectype; //排序的記錄型別定義
第十六周 直接選擇排序
作 者 孫子策 完成日期 2016.12.15 問題描述 用序列作為測試資料,驗證直接選擇排序 include define maxsize 20 typedef int keytype 定義關鍵字型別 typedef char infotype 10 typedef struct 記錄型別 rec...
第十六周 專案1 (5)直接選擇排序
問題描述及 ifndef btree h included define btree h included 煙台大學計控學院 作 者 張雯婧 完成日期 2016年12月9日 問題描述 用序列作為測試資料,驗證直接選擇排序 endif btree h included include define m...
第十六周 專案二 直接選擇排序
ifndef btree h included define btree h included 煙台大學計控學院 作 者 林穎 完成日期 2016年12月10日 問題描述 用序列作為測試資料,驗證直接選擇排序 endif btree h included cpp view plain copy in...