资源简介
对新手入门有一定帮助了解~~~
代码片段和文件信息
//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个文件信息
相关资源
- C#百度指数抓取方法(2012年版本已失
- C# 邮件群发示例 源码下载18952
- C# 飞行棋 游戏源码(面向对象入门)
- 猜数小游戏WCF网络编程技术(附服务
- A 2D/3D force directed graph algorithm in C#
- 2048游戏完整(学会界面和逻辑解耦)
- 357game(数字游戏源码)
- 2048核心算法(.net core 控制台版)
- 猜数游戏
- C# 文件编码转换工具(支持UTF-8/UTF-
- facebook OAuth 2.0 asp.net
-
ExtJS 2.x 与Google Maps ja
vasc ript API - .net 2.0 List 去重 类似 distinct()函数
- c# 通过int长度判断当前系统是64位还是
- FluentValidation-3.2
- windows mobile 游戏
- sql server 2008降到sql 2005
- C# 算二十四(算24)解题器 程序
- NeatUpload-1.2.32 +
- 远控系列软件2(远控服务器端)
- C# 飞行棋 游戏
- C#飞行棋 游戏
- dll文件32位/64位检测工具
- DevExpressUniversalTrial16.2.3
- 推出网搜索小偷程序源码-v30623
- A2DTcpClient 公用方法
-
C# MediaPla
yer 播放声音 - C# 简易计算器(入门级)12849
- c# 猜数游戏
- c#窗体应用双色球小游戏(附文档)
评论
共有 条评论