數獨游戲-c語言編寫_第1頁
已閱讀1頁,還剩34頁未讀 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、 本軟件有記憶存儲功能。 它的實現需要文件, 所以請不要隨意更該和刪除 txt 文件。 由于題庫的題數有限,游戲者可以進行更改操作。只要創(chuàng)建一個 data.txt 文件,向里寫入兩道題,即 18 行 9 列。然后打開題庫更改中的 modify.c 選好生成的文件題目。運行即可得到新的題庫。 游戲者不能解的數獨游戲,可以尋求電腦幫忙。解題算法有我個人歸納總結的。 解題方法不全,所以,有些高級題,可能解不出答案。 注意: 該軟件

2、的運行需要圖像驅動程序和鼠標驅動程序的支持。所以 Egavga.bgi 和 e 文件不可以刪除,否則無法運行。 密碼:liyingchao 運行環(huán)境:win—TC /*modify.c 修改程序*/ #include #include char *option[]={“easy.txt“,“normal.txt“,“hard.txt“}; void main() { FILE *fp=fopen(option[2],“wb+“);

3、int y[18][9],a[18][9]; int i,j; freopen(“datahard.txt“,“r“,stdin); for(i=0;i<18;i++) for(j=0;j<9;j++) scanf(“%d“, fwrite(y[0],sizeof(y),1,fp); rewind(fp); fread(a[0],sizeof(a),1,fp); for(i=0;i<18;i++) { for(j=0;

4、j<9;j++) printf(“%d “,a[i][j]); printf(“\n“); } getch(); fclose(fp); } Data.txt 文件內容舉例:輸入兩道題 0 0 5 0 4 0 1 0 0 0 1 0 2 0 9 0 7 0 #define S 0x1f73 #define C 0x2e63 #define Message_Show setviewport(0,0,639,479,1);setfi

5、llstyle(1,LIGHTGRAY);bar(1,1,638,478);setcolor(1);settextstyle(0,0,3); #define Menu rectangle(0,0,x_max,y_max);setfillstyle(SOLID_FILL,BLUE);bar(1,1,x_max-1,y_max-1);setcolor(WHITE); #define Middle_View setviewport(120,

6、60,520,460,1);/* x:400 y:400*/ #define Middle_Set setcolor(9); settextstyle(0,0,2); #define Headline_View setviewport(1,21,639,60,1); /* x:638 y:39*/ #define Headline_Set setfillstyle(1,1);bar(119,1,519,40);sette

7、xtstyle(0,0,3);setcolor(WHITE);outtextxy(247,8,“SUDOKU“); #define Message_Face_Set Right_View;setfillstyle(1,11);bar(3,99,72,300);setcolor(2);setlinestyle(0,0,3);circle(38,130,30);setlinestyle(0,0,3);circle(38,130,3);s

8、etcolor(0);setlinestyle(0,0,3);circle(28,124,2); /*left_eye*/setlinestyle(0,0,3); circle(49,124,2); /*right_eye*/setcolor(3);setlinestyle(0,0,3); #define Right_View setviewport(523,61,600,459,1); /* x:77 y:398*/ #de

9、fine Left_View setviewport(40,61,117,459,1); /* x:77 y:398*/ #define Bar_R_L setfillstyle(1,11);setcolor(4);bar(1,1,76,398);setlinestyle(0,0,3);rectangle(1,1,76,398);settextstyle(1,0,1) #define Bar_M setcolor(4);

10、 setlinestyle(0,0,3); rectangle(1,2,398,398); #define Save_Success settextstyle(0,0,1);outtextxy(6,200,“Save“);outtextxy(6,210,“success!“);sleep(1); #define Passed settextstyle(0,0,1);outtextxy(6,200,“Passed!“);sleep(1

11、); #define Input_Wrong settextstyle(0,0,1);outtextxy(6,200,“Wrong!“); int count=0,option,finish=0,save=0; int a[9][9],b[9][9];/* a 為原題。b 為結果 */ int c[9][9],d[9][9];/* 相當于草紙 */ char *choose[]={“continue.txt“,“easy.txt“,“n

12、ormal.txt“,“hard.txt“}; union REGS regs; /* 密碼界面中的函數*/ int passport(); void Login(); void drawmat(); void recycle(); /*菜單界面中的函數*/ int menu(); int init(); void read_cursor(),cursor(),new_xy(),curstoxy(),cursoroff();/* 鼠標位

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論