軟體工程導論
作業要求
/homework/11376
這個作業的目標
生成乙個自動生成四則運算的程式
學號3190704110
`#include
int right=0;
int wrong=0;
void add()
else
}void minu()
else
}void mul()
else
}void di()
else
}void main()
printf("\n\t\t\t繼續運算?(請輸入1)\n");
printf("\n\t\t\t重新選擇?(請輸入2)\n");
printf("\n\t\t\t退出運算?(請輸入3)\n");
scanf("%d",&con);
if(con1)
con=1;
else if(con2)
con=0;
else if(con3)
break;
else
printf("抱歉!,你輸入的指令有誤!請重新輸入!\n");
}printf("您總共完成了 %d 道題\n正確 %d 道\n錯誤 %d 道\n",right+wrong,right,wrong);
任務內容
計畫完成需要的時間(min)
實際完成需要的時間(min)
planning
計畫10
7estimate
估計這個任務需要多少時間,並規劃大致工作步驟
1518
developmen
開發10
10analysis
需求分析(包括學習新技術)
1519
design spec
生成設計文件55
design review
設計複審55
coding standard
**規範32
design
具體設計
1012
coding
具體編碼
4035
code review
**複審
1020
test
測試(自我測試,修改**,提交修改
2030
reporting報告9
6test report
測試報告32
size measurement
計算工作量21
postmortem & process improvement plan
事後總結,並提出過程改進計畫33
四則運算自動生成
1 能夠自動生成四則運算練習題 2 可以定製題目數量 3 使用者可以選擇運算子 4 使用者設定最大數 如十以內 百以內等 5 使用者選擇是否有括號 是否有小數 6 使用者選擇輸出方式 codeblocks 姓名班級 位址 牛斌帥1605班 房旭1604班 在程式設計過程中我們也遇到了種種問題並進行解...
自動生成四則運算
import random list1 a int input 計算數字最大是 sym def szys f random.randint 0,3 n1 random.randint 1,10 n2 random.randint 1,10 n1,n2 max n1,n2 min n1,n2 resu...
自動生成四則運算題目
主要功能 用於計算小學四則運算。設計思想 乙個能處理四則運算的程式,實現語言c 可以處理實數。源 include stdafx.h include calc win.h include calc windlg.h ifdef debug define new debug new endif afxe...