91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.09M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: 漢諾塔??

資源簡介

漢諾塔遞歸

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Collections;
namespace?漢諾塔遞歸
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?int?i;?//移動的次數
????????public?PictureBox[]?Plate?=?new?PictureBox[11];
????????const?int?PlateHeight?=?17;?//盤片厚度
????????private?bool?isDragging?=?false;
????????private?int?x1?y1;
????????private?ArrayList?A?=?new?ArrayList();
????????private?ArrayList?B?=?new?ArrayList();
????????private?ArrayList?C?=?new?ArrayList();
????????//ArrayList?就是數組列表,它位于System.Collections名稱空間下,是集合類型。?
????????private?int?oldx?oldy;
????????p

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????311296??2011-06-27?14:34??第3章?漢諾塔游戲\bin\Debug\16.漢諾塔遞歸.exe

?????文件??????38400??2011-06-27?14:34??第3章?漢諾塔游戲\bin\Debug\16.漢諾塔遞歸.pdb

?????文件??????14328??2011-06-27?14:38??第3章?漢諾塔游戲\bin\Debug\16.漢諾塔遞歸.vshost.exe

?????文件????????490??2007-07-21?09:33??第3章?漢諾塔游戲\bin\Debug\16.漢諾塔遞歸.vshost.exe.manifest

?????文件???????2334??2007-05-29?02:36??第3章?漢諾塔游戲\bin\Debug\Plate.bmp

?????文件???????3072??2011-06-26?15:44??第3章?漢諾塔游戲\bin\Debug\Thumbs.db

?????文件??????11139??2011-06-27?14:34??第3章?漢諾塔游戲\Form1.cs

?????文件???????6961??2008-08-01?20:00??第3章?漢諾塔游戲\Form1.Designer.cs

?????文件???????5814??2008-08-01?20:00??第3章?漢諾塔游戲\Form1.resx

?????文件?????293718??2008-04-13?02:35??第3章?漢諾塔游戲\hannoi_backgrond.bmp

?????文件????????209??2008-08-01?19:31??第3章?漢諾塔游戲\obj\16.漢諾塔遞歸.csproj.FileList.txt

?????文件????????911??2008-08-01?19:31??第3章?漢諾塔游戲\obj\Debug\16.漢諾塔遞歸.csproj.GenerateResource.Cache

?????文件?????311296??2011-06-27?14:34??第3章?漢諾塔游戲\obj\Debug\16.漢諾塔遞歸.exe

?????文件??????38400??2011-06-27?14:34??第3章?漢諾塔游戲\obj\Debug\16.漢諾塔遞歸.pdb

????....SHR?????60928??2015-10-19?15:30??第3章?漢諾塔游戲\obj\Debug\lpk.dll

?????文件???????5120??2011-06-26?15:44??第3章?漢諾塔游戲\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件????????180??2008-08-01?19:30??第3章?漢諾塔游戲\obj\Debug\_6.漢諾塔遞歸.Form1.resources

?????文件?????296730??2011-06-27?13:19??第3章?漢諾塔游戲\obj\Debug\_6.漢諾塔遞歸.Properties.Resources.resources

?????文件????????843??2011-06-27?14:38??第3章?漢諾塔游戲\obj\Debug\漢諾塔遞歸.csproj.FileListAbsolute.txt

?????文件????????916??2011-06-27?14:34??第3章?漢諾塔游戲\obj\Debug\漢諾塔遞歸.csproj.GenerateResource.Cache

?????文件????????180??2011-06-27?13:19??第3章?漢諾塔游戲\obj\Debug\漢諾塔遞歸.Form1.resources

?????文件????????339??2009-04-12?20:01??第3章?漢諾塔游戲\obj\漢諾塔遞歸.csproj.FileList.txt

?????文件???????2334??2007-05-29?02:36??第3章?漢諾塔游戲\Plate.bmp

?????文件????????474??2008-08-01?19:55??第3章?漢諾塔游戲\Program.cs

?????文件???????1208??2008-08-01?19:06??第3章?漢諾塔游戲\Properties\AssemblyInfo.cs

?????文件???????3380??2011-06-26?15:44??第3章?漢諾塔游戲\Properties\Resources.Designer.cs

?????文件???????6439??2008-08-01?19:31??第3章?漢諾塔游戲\Properties\Resources.resx

?????文件???????1116??2011-06-26?15:44??第3章?漢諾塔游戲\Properties\Settings.Designer.cs

?????文件????????249??2008-08-01?19:06??第3章?漢諾塔游戲\Properties\Settings.settings

?????文件???????5120??2008-08-03?06:45??第3章?漢諾塔游戲\Thumbs.db

............此處省略17個文件信息

評論

共有 條評論