登录
首页 » C# » tic_tac_toe

tic_tac_toe

于 2009-12-21 发布 文件大小:234KB
0 179
下载积分: 1 下载次数: 35

代码说明:

  这是一个简单的一字棋游戏,采用阿尔法贝塔剪枝算法做成的。(This is a simple word chess game, using Alpha Beta pruning algorithm are made.)

文件列表:

tic_tac_toe
...........\tic_tac_toe
...........\...........\app.config
...........\...........\bin
...........\...........\...\Release
...........\...........\...\.......\tic_tac_toe.exe
...........\...........\...\.......\tic_tac_toe.exe.config
...........\...........\...\.......\tic_tac_toe.pdb
...........\...........\...\.......\tic_tac_toe.vshost.exe
...........\...........\...\.......\tic_tac_toe.vshost.exe.config
...........\...........\...\.......\tic_tac_toe.vshost.exe.manifest
...........\...........\Board.cs


...........\...........\Form1.cs
...........\...........\Form1.Designer.cs
...........\...........\Form1.resx
...........\...........\obj
...........\...........\...\Debug
...........\...........\...\.....\Refactor
...........\...........\...\.....\TempPE
...........\...........\...\.....\......\Properties.Resources.Designer.cs.dll
...........\...........\...\.....\tic_tac_toe.csproj.FileListAbsolute.txt
...........\...........\...\.....\tic_tac_toe.csproj.GenerateResource.Cache
...........\...........\...\.....\tic_tac_toe.exe
...........\...........\...\.....\tic_tac_toe.FormMain.resources
...........\...........\...\.....\tic_tac_toe.pdb
...........\...........\...\.....\tic_tac_toe.Properties.Resources.resources
...........\...........\...\Release
...........\...........\...\.......\Refactor
...........\...........\...\.......\TempPE
...........\...........\...\.......\......\Properties.Resources.Designer.cs.dll
...........\...........\...\.......\tic_tac_toe.csproj.FileListAbsolute.txt
...........\...........\...\.......\tic_tac_toe.csproj.GenerateResource.Cache
...........\...........\...\.......\tic_tac_toe.exe
...........\...........\...\.......\tic_tac_toe.FormMain.resources
...........\...........\...\.......\tic_tac_toe.pdb
...........\...........\...\.......\tic_tac_toe.Properties.Resources.resources
...........\...........\...\tic_tac_toe.csproj.FileListAbsolute.txt

...........\...........\Program.cs
...........\...........\Properties
...........\...........\..........\AssemblyInfo.cs
...........\...........\..........\Resources.Designer.cs
...........\...........\..........\Resources.resx
...........\...........\..........\Settings.Designer.cs
...........\...........\..........\Settings.settings
...........\...........\tic_tac_toe.csproj
...........\...........\tic_tac_toe.csproj.user

...........\tic_tac_toe.sln
...........\UpgradeLog.XML
...........\_UpgradeReport_Files
...........\....................\UpgradeReport.css
...........\....................\UpgradeReport.xslt
...........\....................\UpgradeReport_Minus.gif
...........\....................\UpgradeReport_Plus.gif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HomeAutomation
    This document accompanies the Texas Instruments Z-Stack™ solution for use with SmartRF05 and CC2530EM Evaluation Boards. Z-Stack is a complete protocol stack and application development solution that conforms to ZigBee Alliance standards (www.zigbee.org).
    2014-03-12 14:35:38下载
    积分:1
  • GifCodec
    参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。 编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。 24位dib转换成8位dib时使用的八叉树算法 图片拉伸时参考的网上的双线性插值算法。 字典满了位数加一,位数是12时不加(Online reference materials written gif codec. Encoded using gdi resolve common image formats, and then assembled into a gif Each frame decode it into a gif dib There are many online gif file format introduced gif lzw with variable length compression algorithm: Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)
    2015-01-17 20:22:25下载
    积分:1
  • Desktop
    TMS320F28377D双核LED验证例程(TMS320F28377D dual core LED validation routine)
    2021-01-04 20:38:54下载
    积分:1
  • VS
    说明:  RFID DEMO UHF FOR READERS OVER SERIAL PORT
    2019-05-23 08:16:33下载
    积分:1
  • TracKid
    ollydbg plugin开发工程,已经写好的框架,可用于插件开发。(Ollydbg plugin development engineering, has written a good framework, can be used in plug-in development.)
    2014-10-16 16:57:02下载
    积分:1
  • openvpn_id_build
    说明:  openvpn客户端key自动生成,自动申请用户名和密码。(OpenVPN client keys are automatically generated and user names and passwords are automatically applied for.)
    2020-06-17 22:20:01下载
    积分:1
  • SkyAppWiz(CP)1
    skysdk 杭州斯凯 SKYEngine平台SDK独家示例代码(skysdk sky-mobi SkyEngine Example Source code notepad)
    2020-12-03 08:29:25下载
    积分:1
  • DSP应用序设计
    DSP应用教程设计,非常适合于初学者,非常基础的东西(DSP application tutorial design, very suitable for beginners, very basic things)
    2017-11-07 22:04:28下载
    积分:1
  • AsyTcpSocketTestDemo
    C Sharp 下的网络通信编程程序,此为一个异步通讯的例子(C Sharp programming for the network communication process, this is an example of a Dove transmission)
    2011-06-28 15:42:05下载
    积分:1
  • propertysheet
    说明:  包括两个类,能够进行类似属性表 属性页的编程,但功能更多(Includes two classes, a similar property to the table properties page programming, but more features)
    2010-05-04 18:41:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载