CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - c 国际象棋

搜索资源列表

  1. SharpChess_Source_v2_3

    0下载:
  2. c#国际象棋程序 有较高的智能,不支持全屏,能完整存储和显示所有步骤和分析树-chess procedures have higher intelligence, do not support full-screen and complete storage and display and analysis of all the steps tr
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1188855
    • 提供者:gqf
  1. SharpChess_Source_v2_3

    0下载:
  2. CSharpChess--用c#编写的国际象棋游戏,能存储和显示完整的分析树-CSharpChess -- c # prepared by the international chess game that can store and display a complete analysis of tree
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:186790
    • 提供者:gqf
  1. haxibiao

    1下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。可以利用递归方法分别一一测试每一种摆法,直到得出正确的答案。 要求: 1、在处理每个题目时,要求从分析题目的需求入手,按设计抽象数据类型、构思算法、通过设计实现抽象数据类型、编制上机程序和上机调试等若干步骤完成题目,最终写出完整的分析报告。前期准备工作完备与否直接影
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:16287
    • 提供者:秦仁
  1. C-graph

    0下载:
  2. 一共8个代码(在TC环境下实现,都是关于图形方面) chess 国际象棋棋盘 citywall 城墙模型 diagrams 统计图 draw 随机绘图(山水画) fivestar 五星红旗(国旗) leafs 百叶图 march 红花绿叶图 olympic 奥运五环
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7570
    • 提供者:masterway
  1. aiguojixiangqi

    0下载:
  2. ai上的一道题国际象棋。语言是C++,都是过了的-ai together on the chess title. Language is C++, Are all over the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:6125
    • 提供者:赵双
  1. Chess

    0下载:
  2. 使用C#语言,利用GDI编程原理开发的一个国际象棋的游戏-The use of C# language, the use of GDI programming principle to developt an international chess game
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:231784
    • 提供者:shania
  1. Shortest_path_counting

    0下载:
  2. acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:212417
    • 提供者:张波
  1. OS_chess

    0下载:
  2. 模拟windows vista国际象棋,编程语言C#-Windows vista chess simulation
  3. 所属分类:CSharp

    • 发布日期:2017-06-01
    • 文件大小:14104461
    • 提供者:tony
  1. gnuchess-5.07

    0下载:
  2. 一款国际象棋的C++源代码,可以实现人机对战,而且AI的棋力不错-A chess in C++ source code, can achieve man-machine Battle, and a good AI' s Qi Li
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:233868
    • 提供者:汪海波
  1. c

    0下载:
  2. C小程序,关于家庭财政管理,乒乓球比赛,国际象棋棋谱,算出是一年中的那一天,还有一个游戏-C a small program on family financial management, table tennis, chess chess, calculate the day of the year, as well as a game
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:12985
    • 提供者:zhangsan
  1. faile

    0下载:
  2. 国际象棋 faile c 语言版,要的可以下-chess faile
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:55666
    • 提供者:tom cat
  1. EiQueen

    0下载:
  2. 用C语言实现国际象棋中的八皇后问题,给出第一个皇后所在的位置,程序输出所有的正确解法。-Using C language in the Eight Queens chess problem, given the location of the first queen, the program outputs the correct solution for all.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:901
    • 提供者:sling120
  1. atheegenius-sn

    0下载:
  2. 一个人工智能的国际象棋游戏源码,用Visual C写的,完全使用的win32 API,而没有用MFC。英文介绍为:The Genius iss a chess engine that uses AI techniquees to play against humans。 可直接使用。 -An artificial intelligence chess game source code, written in Visual C, fully use the win32 API, but not
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:281383
    • 提供者:
  1. Sqisshiio

    0下载:
  2. 国际象棋游戏源码一个经典的源码实例就是骑士巡游(knight s tour)问题,这个问题要求从棋盘上任意给定的方格开始移动骑士,相继地到达全部的64个方格,进入每个方格一次且仅进入一次。通常情况下,,我们用如如下方法表示一个解:即把数字0,1,…,63放入棋盘中的方格来表示到达这些方格的顺序。解决骑士巡游问题更具创意的方法之一是由J. C. Warnsdorff在1823年提出的。其规则是:骑士总 -A classic chess game source code example is t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1447
    • 提供者:comp
  1. 9

    0下载:
  2. 解绝八皇后问题的C++程序。八皇后问题是:设法在国际象棋的棋盘上放置八个皇后,使得其中任何一个皇后所处的“行”、“列”以及“对角线”上都不能有其它的皇后-The solution must Eight Queens problem C++ program. Eight queens problem: trying to place eight Queens on a chess board, makes any Queen which " line" , " column
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:876394
    • 提供者:李一
  1. c-code-for-study

    0下载:
  2. 一些可用来学习的C源代码,输出国际象棋棋盘等-Some can be used to study the source code, the output chess board, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:8738
    • 提供者:吴文
  1. Chess-CSharp

    1下载:
  2. C# 国际象棋棋盘,Visual Studio下运行-C# International chess board,run in Visual Studio
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:61753
    • 提供者:preston
  1. guojixiangqi

    0下载:
  2. 国际象棋棋盘的C语言程序设计实现,源程序代码,可运行-Chess board of C language programming, source code, can run
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:643
    • 提供者:王全
  1. 皇后问题

    0下载:
  2. C语言 八皇后问题 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(The eight queens in the C language)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:991232
    • 提供者:洛宇
  1. queen

    0下载:
  2. 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。计算机发明后,有多种计算机语言可以解决此问题。(There are eight queens on the 8 x 8 chess set, so that they can not attack each other, that is, any two Queens can not be in the same line, the same colu
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:starhhhh
« 12 »
搜珍网 www.dssz.com