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

  • 大小: 0.05M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語言: C#
  • 標(biāo)簽: 貪吃蛇??開發(fā)??游戲??

資源簡介


資源截圖

代碼片段和文件信息

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;

namespace?貪吃蛇自練_GDI_
{
????public?partial?class?Form1?:?Form
????{
????????public?Point?FoodLct?=?new?Point();//緩存食物的坐標(biāo)
????????public?int?snakeLen=6;
????????public?const?int?SnakeMaxLength?=?500;
????????public?Point[]?snakeArr?=?new?Point[SnakeMaxLength];
????????public?int?snakeDrt?=?2;
????????public?bool?panDuan?=?true;

????????public?Form1()
????????{
????????????InitializeComponent();

????????????int?temp?=?0;
????????????for?(int?i?=?snakeLen?-?1;?i?>=?0;?i--)
????????????{
????????????????snakeArr[i].X?=?temp;
????????????????snakeArr[i].Y?=?0;
????????????????temp?+=

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

?????文件??????10752??2014-01-06?10:50??貪吃蛇自練(GDI)\bin\Debug\貪吃蛇自練(GDI).exe

?????文件??????34304??2014-01-06?10:50??貪吃蛇自練(GDI)\bin\Debug\貪吃蛇自練(GDI).pdb

?????文件??????11600??2014-01-06?10:51??貪吃蛇自練(GDI)\bin\Debug\貪吃蛇自練(GDI).vshost.exe

?????文件????????490??2010-03-17?22:39??貪吃蛇自練(GDI)\bin\Debug\貪吃蛇自練(GDI).vshost.exe.manifest

?????文件???????6402??2014-01-06?10:50??貪吃蛇自練(GDI)\Form1.cs

?????文件???????1918??2014-01-06?10:50??貪吃蛇自練(GDI)\Form1.Designer.cs

?????文件???????6011??2014-01-06?10:50??貪吃蛇自練(GDI)\Form1.resx

?????文件???????5420??2014-01-06?10:08??貪吃蛇自練(GDI)\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????6398??2014-01-06?10:50??貪吃蛇自練(GDI)\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件????????192??2012-06-24?11:17??貪吃蛇自練(GDI)\obj\x86\Debug\GenerateResource.read.1.tlog

?????文件????????494??2012-06-24?11:17??貪吃蛇自練(GDI)\obj\x86\Debug\GenerateResource.write.1.tlog

?????文件???????7875??2012-06-24?11:17??貪吃蛇自練(GDI)\obj\x86\Debug\ResolveAssemblyReference.cache

?????文件????????180??2014-01-06?10:50??貪吃蛇自練(GDI)\obj\x86\Debug\貪吃蛇自練_GDI_.Form1.resources

?????文件????????180??2012-06-24?11:17??貪吃蛇自練(GDI)\obj\x86\Debug\貪吃蛇自練_GDI_.Properties.Resources.resources

?????文件???????1929??2014-01-06?10:51??貪吃蛇自練(GDI)\obj\x86\Debug\貪吃蛇自練(GDI).csproj.FileListAbsolute.txt

?????文件????????975??2014-01-06?10:50??貪吃蛇自練(GDI)\obj\x86\Debug\貪吃蛇自練(GDI).csproj.GenerateResource.Cache

?????文件???????9174??2014-01-02?09:58??貪吃蛇自練(GDI)\obj\x86\Debug\貪吃蛇自練(GDI).csprojResolveAssemblyReference.cache

?????文件??????10752??2014-01-06?10:50??貪吃蛇自練(GDI)\obj\x86\Debug\貪吃蛇自練(GDI).exe

?????文件??????34304??2014-01-06?10:50??貪吃蛇自練(GDI)\obj\x86\Debug\貪吃蛇自練(GDI).pdb

?????文件????????501??2012-04-04?19:30??貪吃蛇自練(GDI)\Program.cs

?????文件???????1380??2012-04-04?19:30??貪吃蛇自練(GDI)\Properties\AssemblyInfo.cs

?????文件???????2890??2012-04-04?19:30??貪吃蛇自練(GDI)\Properties\Resources.Designer.cs

?????文件???????5612??2012-04-04?19:30??貪吃蛇自練(GDI)\Properties\Resources.resx

?????文件???????1105??2012-04-04?19:30??貪吃蛇自練(GDI)\Properties\Settings.Designer.cs

?????文件????????249??2012-04-04?19:30??貪吃蛇自練(GDI)\Properties\Settings.settings

?????文件???????3703??2012-04-04?19:30??貪吃蛇自練(GDI)\貪吃蛇自練(GDI).csproj

?????目錄??????????0??2012-04-04?19:30??貪吃蛇自練(GDI)\obj\x86\Debug\TempPE

?????目錄??????????0??2014-01-06?10:53??貪吃蛇自練(GDI)\obj\x86\Debug

?????目錄??????????0??2014-01-06?10:53??貪吃蛇自練(GDI)\bin\Debug

?????目錄??????????0??2012-04-04?19:30??貪吃蛇自練(GDI)\bin\Release

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

評論

共有 條評論