資源簡介
連連看 .net版本
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?連連看
{
????public?partial?class?Form1?:?Form
????{
????????private?Bitmap?Source;???????????????//所有動物圖案的圖片
????????private?int?W;???????????????????????//動物方塊圖案的寬度
????????private?int?GameSize=10;?????????????//布局大小即行列數
????????private?bool?Select_first?=?false;???//是否已經選中第一塊
????????private?int?x1?y1;??????????????????//被選中第一塊的地圖坐標
????????private?int?x2?y2;??????????????????//被選中第二塊的地圖坐標
????????private?int?m_nCol?=?10;
????????private?int?m_nRow?=?10;
????????private?int[]?m_map?=?new?int[10*10];
????????private?int?BLANK_STATE?=?-1;
????????public?Form1()
????????{
????????????Initialize
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????14879??2009-05-24?08:25??Form1.cs
?????文件???????1792??2009-05-24?08:19??Form1.Designer.cs
?????文件???????5814??2009-05-24?08:19??Form1.resx
?????文件???????4485??2009-05-22?08:02??from.gif
?????文件????????468??2009-04-30?10:37??Program.cs
?????文件???????3225??2009-04-30?10:47??連連看.csproj
?????文件????????906??2009-04-30?10:37??連連看.sln
?????文件????????179??2009-05-21?23:44??最新.Net源碼下載.url
?????文件??????24576??2009-06-16?11:46??bin\Debug\連連看.exe
?????文件??????40448??2009-06-16?11:46??bin\Debug\連連看.pdb
?????文件???????5632??2005-11-11?22:25??bin\Debug\連連看.vshost.exe
?????文件????????842??2009-05-24?08:19??obj\Debug\連連看.csproj.GenerateResource.Cache
?????文件??????24576??2009-06-16?11:46??obj\Debug\連連看.exe
?????文件????????180??2009-05-24?08:19??obj\Debug\連連看.Form1.resources
?????文件??????40448??2009-06-16?11:46??obj\Debug\連連看.pdb
?????文件????????180??2009-04-30?10:47??obj\Debug\連連看.Properties.Resources.resources
?????文件????????282??2009-05-24?08:25??obj\連連看.csproj.FileList.txt
?????文件????????506??2009-06-16?11:46??obj\連連看.csproj.FileListAbsolute.txt
?????文件???????1190??2009-04-30?10:37??Properties\AssemblyInfo.cs
?????文件???????2873??2009-04-30?10:37??Properties\Resources.Designer.cs
?????文件???????5612??2009-04-30?10:37??Properties\Resources.resx
?????文件???????1093??2009-04-30?10:37??Properties\Settings.Designer.cs
?????文件????????249??2009-04-30?10:37??Properties\Settings.settings
?????文件??????54934??2006-01-05?14:55??res\3Dfr
?????文件?????386622??2006-01-05?14:55??res\animal.bmp
?????文件???????3278??2006-01-05?14:55??res\bluefr
?????文件???????3278??2006-01-05?14:55??res\grayfr
?????文件???????1078??2006-01-05?14:55??res\skyblue_LLK.ico
?????文件????????403??2006-01-05?14:55??res\skyblue_LLK.rc2
?????文件???????1768??2009-06-16?11:51??51aspx源碼必讀.txt
............此處省略10個文件信息
- 上一篇:C#版中國象棋游戲源代碼 完整
- 下一篇:C#版本21點紙牌游戲源碼
評論
共有 條評論