• 大小: 0.46M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 游戏  21点  2  

资源简介

对新手入门有一定帮助了解~~~

资源截图

代码片段和文件信息

//08-5-23 将VB.net的转换成C#

using System;
using System.Runtime.InteropServices;
using System.Windows.Forms;

//add

namespace cards_csharp
{
    public partial class Form1 : Form
    {
        private card[] Deck;
        private int TopCard;
        private int dealerAce; //庄家已有A牌个数
        private int dealerCount; //庄家已有点数
        private int g_height = 100;
        private int g_width = 75;
        private int idcard; //庄家已有扑克牌数
        private int ipcard; //玩家已有扑克牌数
        private int playerAce; //玩家已有A牌个数
        private int playerCount; //玩家已有点数

        public Form1()
        {
            InitializeComponent();
        }

        //初始化函数 
        [DllImport(“cards.dll“)]
        public static extern bool cdtInit(ref int width ref int height);

       

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       7396  2014-12-24 10:30  21PointGame\21点.csproj

     文件        452  2012-08-20 11:19  21PointGame\21点.csproj.user

     文件       1261  2014-12-24 10:30  21PointGame\21点.sln

    ..A..H.     22016  2014-12-24 10:42  21PointGame\21点.suo

     文件     359936  2011-07-07 14:58  21PointGame\bin\Debug\Cards.dll

     文件      12800  2014-12-24 10:26  21PointGame\bin\Debug\cards_csharp.exe

     文件      26112  2014-12-24 10:26  21PointGame\bin\Debug\cards_csharp.pdb

     文件      11608  2014-12-24 10:30  21PointGame\bin\Debug\cards_csharp.vshost.exe

     文件        490  2012-06-02 22:34  21PointGame\bin\Debug\cards_csharp.vshost.exe.manifest

     文件     359936  2011-07-07 14:58  21PointGame\bin\x86\Debug\Cards.dll

     文件      12800  2014-12-24 10:31  21PointGame\bin\x86\Debug\cards_csharp.exe

     文件      30208  2014-12-24 10:31  21PointGame\bin\x86\Debug\cards_csharp.pdb

     文件      11608  2014-12-24 10:34  21PointGame\bin\x86\Debug\cards_csharp.vshost.exe

     文件     359936  2011-07-07 14:58  21PointGame\DLL\Cards.dll

     文件       9396  2014-12-24 22:07  21PointGame\Form1.cs

     文件       4872  2011-07-02 15:36  21PointGame\Form1.Designer.cs

     文件       5814  2011-07-02 15:36  21PointGame\Form1.resx

     文件        303  2008-07-24 01:25  21PointGame\obj\cards_csharp.csproj.FileList.txt

     文件        688  2014-12-24 10:30  21PointGame\obj\Debug\21点.csproj.FileListAbsolute.txt

     文件        847  2014-12-24 10:26  21PointGame\obj\Debug\21点.csproj.GenerateResource.Cache

     文件        921  2012-08-20 11:15  21PointGame\obj\Debug\cards_csharp.csproj.FileListAbsolute.txt

     文件        847  2011-07-02 15:36  21PointGame\obj\Debug\cards_csharp.csproj.GenerateResource.Cache

     文件      12800  2014-12-24 10:26  21PointGame\obj\Debug\cards_csharp.exe

     文件        180  2014-12-24 10:26  21PointGame\obj\Debug\cards_csharp.Form1.resources

     文件      26112  2014-12-24 10:26  21PointGame\obj\Debug\cards_csharp.pdb

     文件        180  2014-12-24 10:26  21PointGame\obj\Debug\cards_csharp.Properties.Resources.resources

     文件        789  2012-08-20 11:16  21PointGame\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       5463  2014-12-24 10:29  21PointGame\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       4608  2012-08-20 11:15  21PointGame\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        716  2014-12-24 10:42  21PointGame\obj\x86\Debug\21点.csproj.FileListAbsolute.txt

............此处省略32个文件信息

评论

共有 条评论