CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - Gobang

搜索资源列表

  1. gobang

    0下载:
  2. 一个简单的C#写的五子棋程序,不是很大,希望大家可以相互学习一下
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:115.15kb
    • 提供者:tony
  1. gobang

    0下载:
  2. 五子棋代码 基于C++语言 里面为五子棋源代码 有悔手等基本功能-gobang code
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3.63mb
    • 提供者:张三
  1. CSharpChessEngine.rar

    0下载:
  2. 五子棋机器人对战框架,你可以自己编写自己的机器人类,和别人编写的进行对战。 c#,Gobang robot against the framework, you can write your own robot type, and others prepared to carry out the war. c#
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:37.93kb
    • 提供者:wgy
  1. CsharpGobangGame

    0下载:
  2. 一款五子棋编程的完整源码。 很有参考价值-Gobang a complete source of programming. Useful reference
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:50.9kb
    • 提供者:啊啊
  1. Wuziqi

    0下载:
  2. 一个五子棋游戏程序,c#语言,中间的AI水平一般,代码适合五子棋与C#初学者阅读研究-A gobang games, c# language, the middle level of the general AI code for C# beginners backgammon and reading research
  3. 所属分类:CSharp

    • 发布日期:2017-05-27
    • 文件大小:10.08mb
    • 提供者:Alex
  1. cwuziqi

    0下载:
  2. 1.五子棋项目需要客户端和服务器2个应用程序同时测试,在本地测试可以启动2个程序。 2.程序启动完后,需要扫描主机以便找到相应的正在建立连接的程序。 3.找到可连接的主机后,即可进行连接,启动游戏。 注意:可能由于防火墙等外在的原因导致连接失败的情况是无法避免的。-1. Gobang project requires client and server applications at the same time two tests, in the local tes
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:204.73kb
    • 提供者:青岛老船长
  1. FiveChessCSharp2003

    0下载:
  2. 实现五子棋计算机对弈算法,c#2003环境-Gobang computer algorithm to achieve game, c# 2003 Environment
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:19.48kb
    • 提供者:SUNBO
  1. Five_chess

    0下载:
  2. 采用c#编程的人机对战的五子棋程序,AI智能采用贪心算法和极大极小值算法,程序有详尽的注释,适合参考-C# programming using the man-machine war of Gobang procedures, AI algorithms and intelligent use of greedy algorithm for max-min value, the program has detailed notes for reference
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:126.87kb
    • 提供者:王德安
  1. wuziqi

    0下载:
  2. 五子棋的vc源代码,有兴趣的可以看看! -Gobang the vc source code, may be interested to see! Gobang the vc source code, may be interested to see!
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:573.17kb
    • 提供者:梁林
  1. wuziqi

    0下载:
  2. 我是初学者,我写的五子棋很简单,给同样是初学者的朋友学习交流用!-I am a beginner, I wrote Gobang very simple, is also a beginner to learn with friends!
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:37.01kb
    • 提供者:老板
  1. gobang

    0下载:
  2. 本游戏加入了淡入淡出效果,同时加入了调节窗体透明度功能,代码清晰明了,有详细注释,功能代码写得十分详细. 本游戏是我工作之余做的,因为我自己很喜欢玩五子棋,常常和同事切磋,所以开发了这个小游戏.因本人水平有限,程序做的不是很智能,稍为高手点的都可以出赢,本程序主要界面比较美观大方,友好.程序有详细注释,适合初学者研究.如果你对C#.NET也感兴趣,欢迎到我的百度空间或我的个人网站做客.最后附上我的个人网站和百度空间地址. 个人网站:www.2dazi.com 百度空间:http://hi.bai
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:5.74mb
    • 提供者:颜景波
  1. wuziqi

    0下载:
  2. 五子棋 可以在局域网聊天 单机游戏 双人游戏 还不行吗 -Gobang can chat with stand-alone double in the LAN
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:5.75mb
    • 提供者:shensujiao
  1. Gobang

    0下载:
  2. 由于五子棋比一字棋难,规则多,又有禁手限制,无法采用简单的搜索和加分方式。 为了分清各种情况的轻重缓急,我们采用一次性打分的策略: 对棋盘上的每个空位根据情况的轻重缓急,越重越争分越高,反之越低,然后根据打分找出分值最高的的位置下子。 打分事实根据有:是否赢棋(最高),对方是否要赢棋,是否禁手,可形成四连的个数,和形成三连(包括活三)的个数,对方可可形成四连的个数,和形成三连(包括活三)的个数,等等。 本算法的好处在于,既有攻又有守,而且攻守较严。-Gobang diffi
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:杨铭
  1. FIVE

    0下载:
  2. 用C#编写的五子棋程序,不带AI,是网络对战版的。-Gobang written using C# program, without AI, is the online play version of the.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:335.42kb
    • 提供者:maomao
  1. gobang

    0下载:
  2. 五子棋 C#单机版实现 应该简单的GUI+接口-gobang
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:292.78kb
    • 提供者:ma ahda
  1. wuziqi

    0下载:
  2. 一项关于五子棋的c语言程序代码 简单明了 功能齐全 -1 on the c-language program code Gobang simple functional
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1.82kb
    • 提供者:冉大
  1. Gobang

    0下载:
  2. 实现网络版五子棋的功能,服务器跟客户端都有,背景音乐~~!~!稍微美化就是个很好的软件~-Online backgammon realize the function, the server with the client has, the background music ~ ~! ~! Little landscaping is a good software ~
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3.49mb
    • 提供者:潘鑫
  1. gobang

    0下载:
  2. 写了一个五子棋的游戏,跟大家分享一下哦~-Write a Gobang game to share with you oh ~
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.48kb
    • 提供者:许苏娟
  1. gobang

    0下载:
  2. Csharp编写的人机对弈五子棋程序,利用权值计算搜索,拥有较高的智能度-The man-machine gobang program written in Csharp, using weights of the point to search the best step. The program gets a high degree of intelligent
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:143.03kb
    • 提供者:newyear
  1. Network-Gobang

    0下载:
  2. 网络五子棋开发源码,供大家开发类似的软件参考。-Network Gobang source development, for the development of similar software reference.
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:7.75mb
    • 提供者:LBT
« 12 »
搜珍网 www.dssz.com