#include"stdio.h"
#include"stdlib.h"
#include"time.h"
void main()
for(i=0;i90))
*(p+i)=j;
}*(p+i)='\0';
printf("%s\n",p);
getchar();
start_time=clock();
for(i=0;iend_time=clock();
a=(float)count/(float)num*100;
printf("輸入正確了%d個字母,正確率為:%4.2f%%\n",count,a);
printf("共用%d秒:\n",(int)((float)(end_time-start_time)/1000.0));
// free(p);
// p=null;
}
c 打字遊戲
include include include include include using namespace std 隨機生成數字 大寫字母 小寫字母 char randomchar if type 1 return rand 26 a 將游標移到控制台 x,y 處。void gotoxy int...
打字小遊戲
呵呵,這是我人生的第乙個寫的程式 打字遊戲!其實並不難 include include include include include using namespace std 隨機生成數字 大寫字母 小寫字母 char randomchar if type 1 return rand 26 a 將游...
C 打字遊戲
利用random類,結合timer控制項,設計窗體。在窗體上的文字框中顯示乙個大寫字元,如果使用者輸入正確,則產生另乙個大寫字元。選單命令組成 1 設定 選單 開始遊戲 結束遊戲和退出遊戲。2 檢視 選單 檢視正確率和打字所用的時間。提示與思考 1 判斷輸入字元正確與否,採用哪個控制項的哪個事件 2...