![順序表實(shí)現(xiàn)集合的交叉并集運(yùn)算_第1頁](http://file3.renrendoc.com/fileroot_temp3/2021-12/19/865e1da4-bc30-457a-a831-dfba792e1165/865e1da4-bc30-457a-a831-dfba792e11651.gif)
![順序表實(shí)現(xiàn)集合的交叉并集運(yùn)算_第2頁](http://file3.renrendoc.com/fileroot_temp3/2021-12/19/865e1da4-bc30-457a-a831-dfba792e1165/865e1da4-bc30-457a-a831-dfba792e11652.gif)
![順序表實(shí)現(xiàn)集合的交叉并集運(yùn)算_第3頁](http://file3.renrendoc.com/fileroot_temp3/2021-12/19/865e1da4-bc30-457a-a831-dfba792e1165/865e1da4-bc30-457a-a831-dfba792e11653.gif)
![順序表實(shí)現(xiàn)集合的交叉并集運(yùn)算_第4頁](http://file3.renrendoc.com/fileroot_temp3/2021-12/19/865e1da4-bc30-457a-a831-dfba792e1165/865e1da4-bc30-457a-a831-dfba792e11654.gif)
![順序表實(shí)現(xiàn)集合的交叉并集運(yùn)算_第5頁](http://file3.renrendoc.com/fileroot_temp3/2021-12/19/865e1da4-bc30-457a-a831-dfba792e1165/865e1da4-bc30-457a-a831-dfba792e11655.gif)
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、順序表實(shí)現(xiàn)集合的交叉并集運(yùn)算 #include<iostream>#include<stdlib.h>using namespace std;#define maxsize 50typedef structdouble datamaxsize;int last;seqlist;seqlist *init_seqlist() /為順序表分配存儲空間 seqlist *l;l=new seqlist;if(l)l->last=-1;return l;elsel->last=0;return l;void creat
2、e_seqlist(seqlist *L) /初始化集合中的元素 int length;cout<<"請輸入集合中元素的個數(shù)"<<endl;cin>>length;cout<<"請輸入集合中的元素"<<endl;for(int i=0;i<length;i+)cin>>L->datai;L->last+;void p
3、rint(seqlist *L) /輸出集合中的元素for(int i=0;i<=L->last;i+)cout<<L->datai<<" "cout<<"n"void jiaoji(seqlist *L1,seqlist *L2) /求兩個集合的交集double amaxsize;int b=0;for(int i=0;i<=L1->last;i+)for(int j=
4、0;j<=L2->last;j+)if(L1->datai=L2->dataj)ab=L1->datai; b+;if(i=L1->last)cout<<"兩個集合的交集為"<<endl;for(i=0;i<b;i+)cout<<ai<<" "cout<<"n&q
5、uot;break;void chaji(seqlist *L1,seqlist *L2) /求兩個集合的差集double amaxsize; /存交集int b=0;int i,j,w;for(i=0;i<=L1->last;i+)for(j=0;j<=L2->last;j+)if(L1->datai=L2->dataj)ab=L1->datai; b+;double cmaxsize; /存并集int d=0;for(i=0;i<=L1->last;i+)ci=L1
6、->datai;d+;for(j=0;j<=L2->last;j+)cd+j=L2->dataj; d=L1->last+L2->last+1;for(i=0;i<=d;i+)for(j=i+1;j<=d;j+)if(ci=cj)for(w=j;w<d;w+)cw=cw+1;d-;for(i=0;i<=d;i+)for(j=0;j<b;j+)if(ci=aj)if(i=d)d-;elsefor(w=i;w<d;w+)cw=cw+
7、1;d-;cout<<"n兩個集合的差集為"<<endl;for(j=0;j<=d;j+) cout<<cj<<" "cout<<"n"void bingji(seqlist *L1,seqlist *L2) /求兩個集合的并集double amaxsize;int b=0;for(int i=0;i<=L1-&g
8、t;last;i+)ai=L1->datai;b+;for(int j=0;j<=L2->last;j+)ab+j=L2->dataj; b=L1->last+L2->last+1;for(i=0;i<=b;i+)for(int j=i+1;j<=b;j+)if(ai=aj)for(int w=j;w<b;w+)aw=aw+1;b-;cout<<"兩個集合的并集為"<<endl;
9、for(j=0;j<=b;j+) cout<<aj<<" "cout<<"n"void main()int i;seqlist *L1;L1=init_seqlist();seqlist *L2;L2=init_seqlist();AA:cout<<"* *n"cout<<"* 按鈕1 創(chuàng)建集合 *n"
10、;cout<<"* 按鈕2 求集合交集 *n"cout<<"* 按鈕3 求集合并集 *n"cout<<"* 按鈕4 求集合差集 *n"cout<<"* 按鈕5 顯示集合 *n"cout<<"* 按鈕6 退出 *n"cout<<"*n&
11、amp;quot;cout<<"請根據(jù)所需要的功能選擇相應(yīng)的按鈕n"cin>>i;switch(i)case 1:create_seqlist(L1);create_seqlist(L2);goto AA;case 2:jiaoji(L1,L2); goto AA;case 3: bingji(L1,L2);goto AA;case 4: chaji(L1,L2); goto AA;case 5: cout<<"第一個集合中的元素為n"print(L1);cout<<&a
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025車輛抵債合同書
- 2025煉化工程建設(shè)總承包合同
- 2025油漆工程承包合同
- 2024-2025學(xué)年新教材高中語文 第七單元 16.2 登泰山記說課稿(1)部編版必修上冊
- 2024-2025學(xué)年高中地理 第1章 旅游和旅游資源 第2節(jié) 旅游資源的類型說課稿 中圖版選修3
- 二手房交易時合同范例
- 飲料公司組建方案
- 《 負(fù)數(shù)》(說課稿)-2023-2024學(xué)年六年級下冊數(shù)學(xué)人教版
- 石材礦山起料方案
- 鑄造企業(yè)整治方案制定
- 喬遷新居結(jié)婚典禮主持詞
- 小學(xué)四年級數(shù)學(xué)競賽試題(附答案)
- 魯科版高中化學(xué)必修2全冊教案
- 建筑工程施工質(zhì)量驗(yàn)收規(guī)范檢驗(yàn)批填寫全套表格(浙江省)
- 《病理學(xué)基礎(chǔ)》知識考核試題題庫與答案
- 人口分布 高一地理下學(xué)期人教版 必修第二冊
- 部編版六年級下冊語文第3單元習(xí)作例文+習(xí)作PPT
- 四年級上冊英語試題-Module 9 Unit 1 What happened to your head--外研社(一起)(含答案)
- 子宮內(nèi)膜異位癥診療指南
- 《高級計(jì)量經(jīng)濟(jì)學(xué)》-上課講義課件
- 護(hù)理診斷及護(hù)理措施128條護(hù)理診斷護(hù)理措施
評論
0/150
提交評論