資源簡介
對新手入門有一定幫助了解~~~
代碼片段和文件信息
//08-5-23?將VB.net的轉(zhuǎn)換成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牌個數(shù)
????????private?int?dealerCount;?//莊家已有點數(shù)
????????private?int?g_height?=?100;
????????private?int?g_width?=?75;
????????private?int?idcard;?//莊家已有撲克牌數(shù)
????????private?int?ipcard;?//玩家已有撲克牌數(shù)
????????private?int?playerAce;?//玩家已有A牌個數(shù)
????????private?int?playerCount;?//玩家已有點數(shù)
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????//初始化函數(shù)?
????????[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個文件信息
- 上一篇:TCP異步收發(fā)
- 下一篇:多線程發(fā)送消息隊列
評論
共有 條評論