摘要:c/c++ 資料結構
正文:用鏈式結構來實現**號碼查詢系統,程式如下:
#include
#include
#include
#include
#include
using namespace std;
typedef struct node
listnode;
//函式宣告
listnode *createlist(int n);//建立
void inseartlist(listnode *h,int i,char name,char phonenumber,int &n);//頭插法插入
void deletelist(listnode *h,int i,int &n); //刪除
void outlist(listnode *h);//顯示
listnode *initlist(void);//初始化
listnode *initlist(void)
//主函式
void main()
case 2:
case 3:
case 4:
case 0:}}
//函式定義
//建立
listnode *createlist(int n)
p->next=null;
return head;
}//顯示
void outlist(listnode *h)
q=(listnode*)malloc(sizeof(listnode));
strcpy(q->name, name);
strcpy(q->phonenumber,phonenumber);
q->next=p->next;
p->next=q;
n++;}}
//刪除
void deletelist(listnode *h,int i,int &n)
q=p->next;
p->next=q->next;
strcpy(name, q->name);
strcpy(phonenumber,q->phonenumber);
free(q);
n--;
} }
雜湊表實現電話號碼查詢系統
設計雜湊表實現 號碼查詢系統 從鍵盤輸入個記錄,分別以 號碼和使用者名為關鍵字建立不同的雜湊表 採用線性探測再雜湊的方法解決衝突 查詢並顯示給定 號碼的記錄 查詢並顯示給定使用者名稱的記錄 主要4個功能 以下是簡易流程圖 為了讓主 main.c看起來更加清晰,我把功能函式整合在乙個標頭檔案中hash...
電話號碼問題
問題描述 商業單位需要容易記憶的 號碼,有一些方法可以讓 號碼變得更容易記憶。譬如,可以把 號碼寫成單詞或短語,如 mon glop 可以代表滑鐵盧大學的 有時僅僅是把號碼的一部分寫成單詞,如打 310 gino 便可向 gino 比薩餅店定購比薩。另一種讓 號碼容易記憶的方法是將數字用一種容易記的...
遮蔽電話號碼
private static final string regex fixedphone 010 02 d 0 3 9 d d private static final pattern pattern zipcode pattern.compile regex fixedphone 遮蔽 號碼,固定...