導航:首頁 > 編程語言 > 數學設計運算程序

數學設計運算程序

發布時間:2024-09-28 08:12:59

① 設計一個可供小學生數學運算測試程序

#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "conio.h"
int sum,tt;
int rnd0(int x1,int x2)
{ int r;static int n=1;
r=random(3);
switch(r)
{ case 0:printf("%d)%d+%d=",n++,x1,x2);break;
case 1:printf("%d)%d-%d=",n++,x1,x2);break;
case 2:printf("%d)%d*%d=",n++,x1,x2);break;
}
return r;
}
int rnd1()
{ int r;
r=random(10);
return r;
}
int rnd2()
{ int r;
r=random(10);
return r;
}
int crut(int x1,int fh,int x2)
{ int asn;
switch(fh)
{ case 0: asn=x1+x2;break;
case 1: asn=x1-x2;break;
case 2: asn=x1*x2;break;
}
return asn;
}
int vs(int m1,int m2)
{ int r,zq;r=random(3);
if(m1==m2) { zq=1;
switch(r)
{case 0: printf("Very good!");break;
case 1: printf("Excellent!");break;
case 2: printf("Keep up the good word!");break;
}
}
else { zq=0;
switch(r)
{case 0: printf("No.Please try again ");break;
case 1: printf("Wrong Try once more");break;
case 2: printf("No keep trying");break;
}
}
getch();clrscr();return zq;
}
main()
{ int x1,x2,ans,cru,js,tj,i;
int fh;
ld:printf("輸入題目數量(1-10):");
scanf("%d",&tt);if(tt<0||tt>10) {printf("請重新輸入\n");getch();clrscr();
goto ld;}
randomize();
for(i=1;i<=tt;i++)
{
x1=rnd1();
x2=rnd2();
fh=rnd0(x1,x2);
scanf("%d",&ans);cru=crut(x1,fh,x2);
js=vs(ans,cru);
sum+=js;
}
tj=sum/tt*100;
printf("准確率:%d%\n",tj);
if(tj<75)
printf("Please ask your instructor fope extra help");
getch();
}

② 數學運算的程序用什麼語言編寫

一般數學是用matlab、maple、mathematica,專門用於做數學規劃的有lingo,用於統計的有spass之類,這些都是比較適合用來數學運算的。
其它通用語言也可以,不過寫的程序比上述專用程序要長很多。

閱讀全文

與數學設計運算程序相關的資料

熱點內容
ps入門必備文件 瀏覽:348
以前的相親網站怎麼沒有了 瀏覽:15
蘋果6耳機聽歌有滋滋聲 瀏覽:768
怎麼徹底刪除linux文件 瀏覽:379
編程中字體的顏色是什麼意思 瀏覽:534
網站關鍵詞多少個字元 瀏覽:917
匯川am系列用什麼編程 瀏覽:41
筆記本win10我的電腦在哪裡打開攝像頭 瀏覽:827
醫院單位基本工資去哪個app查詢 瀏覽:18
css源碼應該用什麼文件 瀏覽:915
編程ts是什麼意思呢 瀏覽:509
c盤cad佔用空間的文件 瀏覽:89
不銹鋼大小頭模具如何編程 瀏覽:972
什麼格式的配置文件比較主流 瀏覽:984
增加目錄word 瀏覽:5
提取不相鄰兩列數據如何做圖表 瀏覽:45
r9s支持的網路制式 瀏覽:633
什麼是提交事務的編程 瀏覽:237
win10打字卡住 瀏覽:774
linux普通用戶關機 瀏覽:114

友情鏈接