自動生成四則運算題目

2022-07-14 15:27:29 字數 635 閱讀 4447

·主要功能:用於計算小學四則運算。

·設計思想:乙個能處理四則運算的程式,實現語言c#,可以處理實數。

·源**:   

#include "stdafx.h"

#include "calc_win.h"

#include "calc_windlg.h"

#ifdef _debug

#define new debug_new

#endif

afxenablecontrolcontainer();

setregistrykey(_t("應用程式嚮導生成的本地應用程式"));

ccalc_windlg dlg;

m_pmainwnd = &dlg;

int_ptr nresponse = dlg.domodal();

if (nresponse == idok)

else if (nresponse == idcancel)

return false;

}·截圖:

總結:通過這次的作業練習,我複習了當時課上的很多內容,感覺忘了很多東西,但是也在努力回憶努力重新撿回來。

自動生成四則運算題目

1 include2 include3 include 4 define n 30 130201139白天涯 5main 631 printf d t t q 32 33break 34 35break 36 case2 3751 printf 0.2f t d 52 53break 54 55br...

四則運算題目自動生成程式

四則運算表示式生成器 目錄 專案參與者 羅泉水3118005101陳鴻暢3118005087psp2.1 personal software process stages 預估耗時 分鐘 實際耗時 分鐘 planning 計畫30 estimate 估計這個任務需要多少時間 30developmen...

自動生成小學四則運算題目

題目要求 能自動生成小學四則運算題目 注意是給小學生用的,要是結果出現負數的話他們會迷茫的!除了整數外,還要支援真分數的四則運算 psp psp2.1 任務內容 計畫完成需要的時間 min 實際完成需要的時間 min planning 計畫60 80estimate 估計這個任務需要多少時間,並規劃...