• 大小: 1.10M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签:

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using System.Collections;

namespace 纸牌
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        class card
        {
            public int index;
            public bool show_face;
            public int pile;
            public int index_of_pile;
            public Point left_up_point;
        }
        static int H = 30;
        static int W = 30;
        Point point_mousedown_on_panel_title;
        Point point_mousedown_on_panel_operate;
        Point[

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-09-17 14:21  C#纸牌小游戏源码\
     文件         187  2013-11-18 20:38  C#纸牌小游戏源码\App.config
     文件        6731  2013-12-27 10:27  C#纸牌小游戏源码\Form1.Designer.cs
     文件       40685  2013-12-27 10:27  C#纸牌小游戏源码\Form1.cs
     文件        5817  2013-12-27 10:27  C#纸牌小游戏源码\Form1.resx
     文件         518  2013-11-18 20:38  C#纸牌小游戏源码\Program.cs
     目录           0  2019-09-17 14:06  C#纸牌小游戏源码\Properties\
     文件        1332  2013-11-18 20:38  C#纸牌小游戏源码\Properties\AssemblyInfo.cs
     文件        2864  2013-11-18 20:38  C#纸牌小游戏源码\Properties\Resources.Designer.cs
     文件        5612  2013-11-18 20:38  C#纸牌小游戏源码\Properties\Resources.resx
     文件        1093  2013-11-18 20:38  C#纸牌小游戏源码\Properties\Settings.Designer.cs
     文件         249  2013-11-18 20:38  C#纸牌小游戏源码\Properties\Settings.settings
     目录           0  2019-09-17 14:21  C#纸牌小游戏源码\bin\
     目录           0  2019-09-17 14:22  C#纸牌小游戏源码\bin\Debug\
     目录           0  2019-09-17 14:22  C#纸牌小游戏源码\bin\Debug\poker\
     文件      151862  2019-09-17 14:19  C#纸牌小游戏源码\bin\Debug\poker\back.png
     文件       18407  2013-11-17 18:13  C#纸牌小游戏源码\bin\Debug\poker\back1.png
     目录           0  2019-09-17 14:06  C#纸牌小游戏源码\bin\Debug\poker\方片\
     文件       94397  2013-11-17 17:50  C#纸牌小游戏源码\bin\Debug\poker\方片\fp10.png
     文件       94397  2013-11-17 17:45  C#纸牌小游戏源码\bin\Debug\poker\方片\fp2.png
     文件       94397  2013-11-17 17:46  C#纸牌小游戏源码\bin\Debug\poker\方片\fp3.png
     文件       94397  2013-11-17 17:47  C#纸牌小游戏源码\bin\Debug\poker\方片\fp4.png
     文件       94397  2013-11-17 17:47  C#纸牌小游戏源码\bin\Debug\poker\方片\fp5.png
     文件       94397  2013-11-17 17:48  C#纸牌小游戏源码\bin\Debug\poker\方片\fp6.png
     文件       94397  2013-11-17 17:48  C#纸牌小游戏源码\bin\Debug\poker\方片\fp7.png
     文件       94397  2013-11-17 17:49  C#纸牌小游戏源码\bin\Debug\poker\方片\fp8.png
     文件       96879  2013-11-17 17:50  C#纸牌小游戏源码\bin\Debug\poker\方片\fp9.png
     文件       94397  2013-11-17 17:42  C#纸牌小游戏源码\bin\Debug\poker\方片\fpA.png
     文件       94397  2013-11-17 17:51  C#纸牌小游戏源码\bin\Debug\poker\方片\fpJ.png
     文件       94397  2013-11-17 17:51  C#纸牌小游戏源码\bin\Debug\poker\方片\fpK.png
     文件       94397  2013-11-17 17:51  C#纸牌小游戏源码\bin\Debug\poker\方片\fpQ.png
............此处省略148个文件信息

评论

共有 条评论