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

  • 大小: 346KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-09
  • 語言: C#
  • 標簽: 中國象棋??AI??

資源簡介

一個帶AI的c#版中國象棋源碼,AI還算可以,能夠在2-3秒內搜索6-7層,水平還可以,學習機器博弈的很不錯的例子

資源截圖

代碼片段和文件信息

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


namespace?WindowsFormsApplication1
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????
????????????timer1.Enabled?=?true;
????????????CheckForIllegalCrossThreadCalls?=?false;
????????????textBox1.Enabled?=?false;
????????????textBox2.Enabled?=?false;
????????????deep?=?Int32.Parse(textBox2.Text);
????????????shdeep?=?deep?+?1;
????????????try
????????????{
????????????????StreamReader?sr;
????????????????sr?=?File.OpenText(@“kaijuku.db“);
????????????????while?(sr.Peek()?!=?-1)
????????????????{
????????????????????kaijuku.Add?(sr.ReadLine());
????????????????}
????????????????sr.Close();
????????????}
????????????catch?
????????????{
????????????????MessageBox.Show(“開局庫信息讀取失敗!“);
????????????}
????????????try
????????????{
????????????????StreamReader?sr;
????????????????sr?=?File.OpenText(@“shangcizoubu.db“);
????????????????while?(sr.Peek()?!=?-1)
????????????????{
????????????????????shangcizoubu.Add(sr.ReadLine());
????????????????}
????????????????sr.Close();
????????????}
????????????catch
????????????{
???????????????
????????????}
????????????richTextBox1.Text?=?“簡介:\r界面很大很難看???>_<\r\r引擎很菜很耗時???>_<\r\r總結:\r給你個機會??@_@“?;
????????????

????????}
????????ArrayList?shangcizoubu?=?new?ArrayList();
????????Random?r?=?new?Random();
????????int?ju?=?4;
????????int?ma?=?3;
????????int?xiang?=?2;
????????int?shi?=?1;
????????int?jiang?=?0;
????????int?pao?=?5;
????????int?bing?=?6;
????????int?NowPlay?=?0;
????????int?NowDown?=?0;?//紅方在下
????????bool?Iscall?=?true;
????????ArrayList?kaijuku?=?new?ArrayList();
????????ArrayList?xuexi?=?new?ArrayList();
????????Point?NowCheck?=?new?Point(20?20);
????????int[]?qipan?=?{?{?20?19?18?17?16?17?18?19?20?}
????????????????????????{?0??0??0??0??0??0??0??0??0??}
????????????????????????{?0??21?0??0??0??0??0??21?0??}
????????????????????????{?22??0?22?0?22??0??22?0??22}
????????????????????????{?0??0??0??0??0??0??0??0??0}
????????????????????????{?0??0??0??0??0??0??0??0??0}
????????????????????????{?14??0?14?0?14??0?14??0?14}
????????????????????????{?0?13??0??0??0??0??0?13??0}
????????????????????????{?0??0??0??0??0??0??0??0??0}
????????????????????????{?12?11?10?9??8??9?10?11?12}};
????????//?子力位置價值表
public?static??int??[]PosVel?=?{
???????????????????????{?{?0??0??0??0??0??0??0??0??0}//將帥
????????????????????????{?0??0??0??0??0??0??0??0??0}
????????????????????????{?0??0??0??0??0??0??0??0??0}
????????????????????????{?0??0??0??0??0??0??0??0

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

?????文件???????6719??2010-11-02?08:36??中國象棋\kaijuku.db

?????文件??????78404??2010-12-24?20:21??中國象棋\中國象棋xx\bin\Debug\c#版中國象棋(僅供參考).rar

?????文件?????641856??2011-01-05?17:58??中國象棋\中國象棋xx\bin\Debug\kaijuku.db

?????文件???????4800??2010-11-12?17:52??中國象棋\中國象棋xx\bin\Debug\kaijukuxuexi.db

?????文件??????22848??2011-01-05?17:58??中國象棋\中國象棋xx\bin\Debug\shangcizoubu.db

?????文件???????5984??2008-06-23?11:49??中國象棋\中國象棋xx\bin\Debug\wav\check.wav

????..A.SHR?????????8??2008-09-04?11:23??中國象棋\中國象棋xx\bin\Debug\wav\Desktop_.ini

?????文件???????2438??2008-06-23?11:49??中國象棋\中國象棋xx\bin\Debug\wav\eat.wav

?????文件??????23572??2006-01-17?01:36??中國象棋\中國象棋xx\bin\Debug\wav\go.wav

?????文件??????13824??2010-01-02?02:02??中國象棋\中國象棋xx\bin\Debug\WindowsFormsApplication1.exe

?????文件??????28160??2010-01-02?02:02??中國象棋\中國象棋xx\bin\Debug\WindowsFormsApplication1.pdb

?????文件??????14328??2010-01-02?02:02??中國象棋\中國象棋xx\bin\Debug\WindowsFormsApplication1.vshost.exe

?????文件????????490??2009-06-11?05:14??中國象棋\中國象棋xx\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest

?????文件??????57344??2006-01-01?05:23??中國象棋\中國象棋xx\bin\Debug\中國象棋xx.exe

?????文件??????87552??2006-01-01?05:23??中國象棋\中國象棋xx\bin\Debug\中國象棋xx.pdb

?????文件??????14328??2011-01-05?16:09??中國象棋\中國象棋xx\bin\Debug\中國象棋xx.vshost.exe

?????文件????????490??2007-07-21?01:33??中國象棋\中國象棋xx\bin\Debug\中國象棋xx.vshost.exe.manifest

?????文件??????51200??2006-01-05?00:33??中國象棋\中國象棋xx\bin\Release\中國象棋xx.exe

?????文件??????67072??2006-01-05?00:33??中國象棋\中國象棋xx\bin\Release\中國象棋xx.pdb

?????文件???????6144??2010-01-06?02:16??中國象棋\中國象棋xx\bin\shangcizoubu.db

?????文件??????84975??2006-01-01?05:12??中國象棋\中國象棋xx\Form1.cs

?????文件??????17373??2006-01-08?00:38??中國象棋\中國象棋xx\Form1.Designer.cs

?????文件???????6766??2006-01-08?00:38??中國象棋\中國象棋xx\Form1.resx

?????文件???????2334??2006-01-03?01:41??中國象棋\中國象棋xx\jumian.cs

?????文件??????????0??2010-11-02?08:39??中國象棋\中國象棋xx\obj\Debug\kaijuku.db

?????文件??????????0??2010-11-02?08:39??中國象棋\中國象棋xx\obj\Debug\shangcizoubu.db

?????文件???????1035??2010-01-02?02:02??中國象棋\中國象棋xx\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt

?????文件????????847??2010-01-02?02:02??中國象棋\中國象棋xx\obj\Debug\WindowsFormsApplication1.csproj.GenerateResource.Cache

?????文件??????13824??2010-01-02?02:02??中國象棋\中國象棋xx\obj\Debug\WindowsFormsApplication1.exe

?????文件????????180??2010-01-06?02:08??中國象棋\中國象棋xx\obj\Debug\WindowsFormsApplication1.Form1.resources

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

評論

共有 條評論