資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
//下載:http://download.csdn.net/user/gouyue
//QQ223857666勾月guocan@msn.cn
namespace?FivesChess
{
????public?partial?class?Form1?:?Form
????{
????????//數(shù)據(jù)區(qū)××××××××××××××××××××數(shù)據(jù)區(qū)×××××××××××××××××××××××××××××
????????public?class?StepPoint//下棋點(diǎn),用于回溯
????????{
????????????public?int?x;
????????????public?int?y;
????????????public?int?color;
????????};
????????public?FormSet?formSet;//設(shè)置對話框
????????public?FormAbout?formAbout;//關(guān)于對話框
????????public?Bitmap?blackBmp;//黑子
????????public?Bitmap?whiteBmp;//白子
????????public?Bitmap?boardBmp;//棋盤
????????bool?end?=?false;
????????public?int
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????910336??2009-02-11?13:32??全面的五子棋\五子棋.doc
?????文件???????1782??2008-11-22?11:49??全面的五子棋\可執(zhí)行文件\black.bmp
?????文件?????123928??1998-04-23?23:13??全面的五子棋\可執(zhí)行文件\board.bmp
?????文件?????191488??2008-11-23?01:24??全面的五子棋\可執(zhí)行文件\FivesChess.exe
????..A.SH.??????9216??2009-02-11?13:30??全面的五子棋\可執(zhí)行文件\Thumbs.db
?????文件???????1782??2008-11-20?15:53??全面的五子棋\可執(zhí)行文件\white.bmp
?????文件???????1782??2008-11-22?11:49??全面的五子棋\源代碼\FivesChess\bin\Debug\black.bmp
?????文件?????123928??1998-04-23?23:13??全面的五子棋\源代碼\FivesChess\bin\Debug\board.bmp
?????文件???????1574??2008-11-23?01:25??全面的五子棋\源代碼\FivesChess\bin\Debug\FivesChess.application
?????文件?????191488??2008-11-23?01:24??全面的五子棋\源代碼\FivesChess\bin\Debug\FivesChess.exe
?????文件???????5125??2008-11-23?01:25??全面的五子棋\源代碼\FivesChess\bin\Debug\FivesChess.exe.manifest
?????文件??????58880??2008-11-23?01:24??全面的五子棋\源代碼\FivesChess\bin\Debug\FivesChess.pdb
?????文件???????1574??2008-11-23?01:25??全面的五子棋\源代碼\FivesChess\bin\Debug\FivesChess.vshost.application
?????文件??????14328??2009-02-11?13:35??全面的五子棋\源代碼\FivesChess\bin\Debug\FivesChess.vshost.exe
?????文件???????1782??2008-11-20?15:53??全面的五子棋\源代碼\FivesChess\bin\Debug\white.bmp
?????文件???????1574??2008-11-22?22:39??全面的五子棋\源代碼\FivesChess\bin\Release\FivesChess.application
?????文件?????191488??2008-11-23?01:24??全面的五子棋\源代碼\FivesChess\bin\Release\FivesChess.exe
?????文件???????5125??2008-11-22?22:39??全面的五子棋\源代碼\FivesChess\bin\Release\FivesChess.exe.manifest
?????文件??????44544??2008-11-22?22:39??全面的五子棋\源代碼\FivesChess\bin\Release\FivesChess.pdb
?????文件???????1782??2008-11-22?11:49??全面的五子棋\源代碼\FivesChess\black.bmp
?????文件?????123928??1998-04-23?23:13??全面的五子棋\源代碼\FivesChess\board.bmp
?????文件???????6615??2008-11-22?21:53??全面的五子棋\源代碼\FivesChess\FivesChess.csproj
?????文件????????632??2008-11-22?21:53??全面的五子棋\源代碼\FivesChess\FivesChess.csproj.user
?????文件???????9662??2008-11-22?20:30??全面的五子棋\源代碼\FivesChess\FivesChess.ico
?????文件????????909??2008-11-22?10:44??全面的五子棋\源代碼\FivesChess\FivesChess.sln
????..A..H.?????20992??2009-02-11?13:36??全面的五子棋\源代碼\FivesChess\FivesChess.suo
?????文件??????26240??2009-02-11?13:35??全面的五子棋\源代碼\FivesChess\Form1.cs
?????文件???????9214??2008-11-23?01:24??全面的五子棋\源代碼\FivesChess\Form1.Designer.cs
?????文件?????218330??2008-11-23?01:24??全面的五子棋\源代碼\FivesChess\Form1.resx
?????文件????????368??2009-02-11?13:34??全面的五子棋\源代碼\FivesChess\FormAbout.cs
............此處省略54個文件信息
評論
共有 條評論