第13周專案 ( ) 驗證分塊查詢演算法

2021-08-11 05:05:51 字數 1420 閱讀 6473

/*

*all rights reserved.

*檔名稱:dsitem13-1.cpp

*作 者:於子淇

*完成日期:2023年11月23日

*版 本 號:code::blocks 12.11

*問題描述:見引用

*輸入描述:無

*程式輸出:見程式執行結果演示

*/

認真閱讀並驗證分塊查詢演算法。請用22,4,23,11,20,2,15,13,30,45,26,34,29,35,26,36,55,98,56, 74,61,90,80,96,127,158,116,114,128,113,115,102,184,211,243,188,187,218,195,210,279,307,492,452,408,361,421,399,856,523,704,703,697,535,534,739(共n=56個資料,每塊資料個數s=8)作為資料表,自行構造索引表,分別對查詢61、739、200進行測試。

分塊查詢 

#include 

#define maxl 100 //資料表的最大長度

#define maxi 20 //索引表的最大長度

typedef

int keytype;

typedef

char infotype[10];

typedef

struct

nodetype;

typedef nodetype seqlist[maxl]; //順序表型別

typedef

struct

idxtype;

typedef idxtype idx[maxi]; //索引表型別

int idxsearch(idx i,int m,seqlist r,int n,keytype k)

i=i[high+1].link;

while (i<=i[high+1].link+b-1 && r[i].key!=k) i++;

if (i<=i[high+1].link+b-1)

return i+1;

else

return0;}

int main()

,,,,};

keytype a= ;

keytype x=85;

for (i=0; iif (j!=0)

printf("%d是第%d個資料\n",x,j);

else

printf("未找到%d\n",x);

return

0;}

程式執行結果演示:

第13周專案1 (2)驗證分塊查詢演算法

問題及 檔名稱 main.cbp 作 者 王效傑 完成日期 2017年11月23日 版 本 號 v1.0 問題描述 驗證分塊查詢演算法 輸入描述 無 程式輸出 測試資料 include define maxl 100 資料表的最大長度 define maxi 20 索引表的最大長度 typedef ...

第13周專案1 驗證分塊查詢演算法 2

問題及 檔名稱 cpp1.作 者 薛瑞琪 完成日期 2017 年 11 月 23 日 版 本 號 v1.0 問題描述 認真閱讀並驗證分塊查詢演算法。請用22,4,23,11,20,2,15,13,30,45,26,34,29,35,26,36,55,98,56,74,61,90,80,96,127,...

第14周專案1 (2)驗證分塊查詢演算法

問題 檔名稱 專案1 2.cbp 作 者 王聰 完成日期 2015年12月2日 版 本 號 v1.0 問題描述 驗證分塊查詢演算法 輸入描述 無 程式輸出 測試資料 include define maxl 100 資料表的最大長度 define maxi 20 索引表的最大長度 typedef in...