第二週作業

2021-10-09 09:42:05 字數 1425 閱讀 4439

#

include

#include

#include

#include

using

namespace std;

typedef

double listitem;

typedef listitem* addr;

typedef

struct

alist

*list;

typedef

struct

alist

alist;

list listinit

(int size)

//都是介面的定義過程,已檢查完了

list add

(list l1,list l2)

return l1;

}list sub

(list l1,list l2)

return l1;

}//乘法函式

list multi

(list l1,list l2)

}return l5;

}void

oper

(list l1)

//輸出函式 1

else

cout<<

"+"<<

setprecision(6

)

else

if(l1->table[i]==1

)else

if(l1->table[i]

<

0&&l1->table[i]!=-

1)else

cout<<

setprecision(6

)

else

if(l1->table[i]==-

1)if(i>1)

else

if(i==1)

}if(!flag1)

}//以下為函式的主體部分,以上是自寫的方程

double a[21]

[510];

char fuhao[21]

;int

main()

}for

(i=0

;i)for

(i=0

;i)continue

;//不計算

}else

if(i>=1)

//存入預備表,與儲蓄表一起計算 }if

(fuhao[i-1]

=='+'

)else

if(fuhao[i-1]

=='-'

)else

if(fuhao[i-1]

=='*')}

oper

(l1)

;return0;

}

第二週作業

實驗作業 1.編寫調式執行第乙個c 程式,要求輸出你的班級 姓名和學號 2.輸入課本例題1.2,除錯執行程式,並分析程式。3.分析程式中哪些是識別符號,哪些是關鍵字。4.回答什麼是程式 工程,原始檔 目標檔案 執行檔案 編譯預處理 名字空間 函式.主函式 功能 顯示輸出班級 姓名 學號 includ...

第二週作業

第一題 include stdafx.h int main int argc,char argv 第二題 include using namespace std int max int x,int y int main 好吧,老師我實在不知道錯在 啊。我都是照著書本來打的,打了幾次還是這樣。第三題 ...

第二週作業

作業1 輸出學生的班級 姓名和學號 include using namespace std int main 以下是主函式 int main 主函式 int number1,number2 定義兩個基本整型變數 number1和number2 cout 請輸入兩個數 輸出 請輸入兩個數 cin nu...