下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
#include<stdio.h>#include<stdlib.h>#include<malloc.h>#include<math.h>typedefstructnode{intdata;structnode*next;}node,*nodelist;structnode*initnode1()//初始化鏈表{structnode*head1;if((head1=(structnode*)malloc(sizeof(structnode)))==NULL)exit(-1);head1->next=NULL;returnhead1;}structnode*initnode2()//初始化鏈表{structnode*head2;if((head2=(structnode*)malloc(sizeof(structnode)))==NULL)exit(-1);head2->next=NULL;returnhead2;}structnode*createlist1(structnode*head1)//創(chuàng)建鏈表{char*pa[3];inti;chara[5]={0},b[5]={0},c[5]={0};intd;structnode*p=NULL,*p1=NULL,*L1=NULL;printf("請輸入第一個數(shù)的位數(shù)(小于12):");scanf("%d",&d);printf("請輸入第一個12位以內(nèi)的整數(shù)(從個位數(shù)起每四位用一個空格隔開):");if((12-d)<4)scanf("%s%s%s",a,b,c);if((12-d)>=4&&(12-d)<8)scanf("%s%s",b,c);if((12-d)>=8&&(12-d)<12)scanf("%s",c);pa[0]=c;pa[1]=b;pa[2]=a;for(i=0;i<=2;i++){p=(structnode*)malloc(sizeof(structnode));(p->data)=atoi(pa[i]);//printf("%d",p->data);{head1->next=p;p1=p;}else{p1->next=p;p1=p;}}L1=head1;returnL1;}structnode*createlist2(structnode*head2)//創(chuàng)建鏈表{char*pa[3];inti;chara[5]={0},b[5]={0},c[5]={0};intd;printf("請輸入第二個數(shù)的位數(shù)(小于12):");scanf("%d",&d);printf("請輸入第二個12位以內(nèi)的整數(shù)(從個位數(shù)起每四位用一個空格隔開):");if((12-d)<4)scanf("%s%s%s",a,b,c);if((12-d)>=4&&(12-d)<8)scanf("%s%s",b,c);if((12-d)>=8&&(12-d)<12)scanf("%s",c);pa[0]=c;pa[1]=b;pa[2]=a;for(i=0;i<=2;i++){p=(structnode*)malloc(sizeof(structnode));(p->data)=atoi(pa[i]);//printf("%d",p->data);if(head2->next==NULL){head2->next=p;p1=p;}else{p1->next=p;p1=p;}}L2=head2;returnL2;}voidminus(structnode*p1,structnode*p2){inta[3],i;p1=p1->next;p2=p2->next;for(i=0;i<=1;i++){if((p1->data)-(p2->data)<0){p1->next->data=p1->next->data-1;a[i]=p1->data+10000-p2->data;p1=p1->next;p2=p2->next;}else{a[i]=p1->data-p2->data;p1=p1->next;p2=p2->next;}}a[2]=p1->data-p2->data;printf("結(jié)果為:");for(i=2;i>=0;i--){printf("%d",a[i]);}printf("\n");}intadd(structnode*p1,structnode*p2){intm1,m2,a[2],p[3]; p1=p1->next;p2=p2->next;p[0]=p1->data+p2->data; a[0]=p[0]/10000; p[0]=p[0]%10000; p[1]=p1->next->data+p2->next->data+a[0]; a[1]=p[1]/10000; p[1]=p[1]%10000; p[2]=p1->next->next->data+p2->next->next->data+a[1]; if(abs(p[2])>=10000)return-1;//gaile if(p[2]!=0) printf("%d,%d,%d",p[2],p[1],p[0]); if(p[2]==0&&p[1]!=0) printf("%d,%d",p[1],p[0]); if(p[2]==0&&p[1]==0) printf("%d",p[0]); return0;}intmain(){inta;structnode*head1,*head2,*p1,*p2;head1=initnode1();head2=initnode2();printf("請輸入您需要的功能:\n");printf("1.加法運算\n");printf("2.減法運算\n");printf("0.退出\n");scanf("%d",&a);while(a!=0){switch(a){case1:{p1=createlist1(head1);p2=createlist2(head2);add(p1,p2);}break;case2:{p1=createlist1(head1);p2=createlist2(head2);minus(p1,p2);}break;
溫馨提示
- 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)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- GB 15605-2024粉塵爆炸泄壓規(guī)范
- 2025年度消防安全評估與咨詢服務(wù)合同3篇
- 2025年度高端裝備制造與出口總合同3篇
- 二零二五年度礦山地質(zhì)災(zāi)害防治合同匯編3篇
- 2024版大學(xué)學(xué)生宿舍樓物業(yè)承包合同
- 二零二五年飯店客房經(jīng)營權(quán)及客房用品定制合同3篇
- 2024環(huán)保技術(shù)研發(fā)合同成果轉(zhuǎn)化
- 2024物流公司與倉儲企業(yè)之間的貨物運輸合同
- 2024行政訴訟刑事上訴狀案件調(diào)解與和解合同2篇
- 2024年精簡版勞動協(xié)議樣本模板版B版
- 第2課《濟南的冬天》課件-2024-2025學(xué)年統(tǒng)編版語文七年級上冊
- 2024年水利工程高級工程師理論考試題庫(濃縮400題)
- 增強現(xiàn)實技術(shù)在藝術(shù)教育中的應(yīng)用
- TD/T 1060-2021 自然資源分等定級通則(正式版)
- 《創(chuàng)傷失血性休克中國急診專家共識(2023)》解讀
- 倉庫智能化建設(shè)方案
- 海外市場開拓計劃
- 供應(yīng)鏈組織架構(gòu)與職能設(shè)置
- 幼兒數(shù)學(xué)益智圖形連線題100題(含完整答案)
- 七上-動點、動角問題12道好題-解析
- 2024年九省聯(lián)考新高考 數(shù)學(xué)試卷(含答案解析)
評論
0/150
提交評論