CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 一字棋

搜索资源列表

  1. 4stAttack-2.1.4

    0下载:
  2. 类似五字棋的python游戏,linux下直接运行。 第一个将4子连成一直线的胜利。全部源代码-five games of chess python, linux running directly. One of the first four-lane has been linked to the victory. All source code
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1866367
    • 提供者:高山
  1. 井字过三关小游戏

    0下载:
  2. C#写的一个通俗井字过三关游戏,即小时候所玩的对角棋,如果一方三个子连成一条线即赢。-C# to write a popular tic-tac-toe game, as a child playing chess right angle, if one of the three molecules into a line that is winning.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:10288
    • 提供者:张能臻
  1. src

    0下载:
  2. 这是一个c++的一字棋代码。希望大家会喜欢。-This is a c++ the word chess code. Hope you like it.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:3302
    • 提供者:dailu
  1. Tic-tac-toe

    0下载:
  2. 一字棋游戏 该程序可实现人与计算机下棋的过程。根据人所下棋的位置,计算机通过学习与判断,来确定当前最优的下棋位置。-tic-tac-toe game Playing Rules: 1) X always goes first. 2) The Players alternate placing Xs and Os on the board until either (a) one player has four in a row horizontally, vertically
  3. 所属分类:Game Engine

    • 发布日期:2017-04-01
    • 文件大小:170399
    • 提供者:芸木弈
  1. Tic-tac-toe

    0下载:
  2. 这是一字棋的源代码,在VC++环境系运行-This is the word chess source code, run in VC++ Environment Department of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:9662
    • 提供者:李林
  1. Tic_MFC_nullspace

    0下载:
  2. 用alpha-beta剪枝算法实现的一字棋(井字棋)对弈程序。由网上另外一个代码改进而来(感谢原作者)。增强了棋力-Alpha-beta pruning algorithm of the word chess-playing program (Tic-Tac-chess). Improvements comes from another online code (thanks to the original author). Enhance the playing strength
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-01
    • 文件大小:33966
    • 提供者:nullspace
  1. yiziqi

    0下载:
  2. 在VC环境下用C++语言编写的一字棋小程序,采用人工智能原理里的博弈树的启发式搜索原理。-VC environment in C++ language with the preparation of the word game of small procedures, the principle of the use of artificial intelligence in the game tree search heuristic principle
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-14
    • 文件大小:283290
    • 提供者:刘平
  1. yiziqi

    0下载:
  2. 一字棋 请认真书写上传资料的详细功能、包含内容说明-Please carefully write the word chess detailed upload functionality, including the content descr iption
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:654944
    • 提供者:金威强
  1. ChessGame

    0下载:
  2. 实现N子棋的功能,包括一字棋,五子棋,n子棋。棋子个数和棋盘大小可以任选-realize the N chess Game
  3. 所属分类:Games

    • 发布日期:2017-04-15
    • 文件大小:8121
    • 提供者:SherrySmith
  1. Line-Chess(done)

    0下载:
  2. 简单的一字棋(也称#字棋)人机对战,利用极大极小方法及阿尔法贝塔剪枝策略。-Simple word game (also known as the# chess) man-machine war, the use of minimax alpha beta pruning methods and strategies.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:259576
    • 提供者:Abel
  1. codeFor

    0下载:
  2. 一字棋的一个小程序,应该能用,希望有帮助-Code for c++
  3. 所属分类:IME Develop

    • 发布日期:2017-04-05
    • 文件大小:31769
    • 提供者:gengen
  1. FivesChess

    0下载:
  2. 由于五子棋比一字棋难,规则多,又有禁手限制,无法采用简单的搜索和加分方式。 为了分清各种情况的轻重缓急,我们采用一次性打分的策略: 对棋盘上的每个空位根据情况的轻重缓急,越重越争分越高,反之越低,然后根据打分找出分值最高的的位置下子。-Since backgammon difficult than the word chess, rules and more restrictions have cut hand, you can not use a simple search and
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:518304
    • 提供者:钱永生
  1. tic-tac-toe

    0下载:
  2. 人工智能基于α-β剪枝树的四阶一字棋游戏-Artificial Intelligence based α-β pruning trees fourth-order word chess game
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1070840
    • 提供者:黄建峰
  1. JingZiQi

    0下载:
  2. “一字棋”游戏(又叫“三子棋”或“井字棋”),是一款十分经典的益智小游戏。“井字棋”的棋盘很简单,是一个3×3的格子,很像中国文字中的“井”字,所以得名“井字棋”。-experiment " word game" game (also known as " third son of Chess" or " tic-tac-toe game" ), is a very classic puzzle game. " Tic-tac-toe game," the board is very simpl
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:435923
    • 提供者:金志文
  1. YiZiQi

    0下载:
  2. C编写的人工智能作业。实现了一字棋的启发式搜索。-AI C write operations. Realized the word chess heuristic search.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:13423
    • 提供者:周玉红
  1. Chess

    0下载:
  2. 基于剪枝技术的一字棋博弈系统,理解和掌握博弈树的启发式搜索过程,能够用某种程序语言建立一个简单的博弈系统-Pruning techniques based word chess game systems, understand and master the game tree heuristic search process, we can build a simple game system in some programming language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:4680
    • 提供者:maxin
  1. tictactoe

    0下载:
  2. 人工智能的一字棋游戏,VC++单文档应用程序,使用博弈树的极大极小过程和α-β剪枝算法。-It is a line game, it is a single docment application program, use the max-min and α-β pruning algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:42177
    • 提供者:wangtao
  1. ChessGame

    0下载:
  2. 一字棋的简单实现,试验中应用了极大值极小值的方法- U4E00 u5B57 u0B0 u7R09 u7358 u5B0 u5B0 u5B9 u73B0 uFF0C u8BD5 u9A8C u4E2D u5E94 u7528
  3. 所属分类:Games

    • 发布日期:2017-12-13
    • 文件大小:11351
    • 提供者:秦苏
  1. 1.zip

    0下载:
  2. 一字棋游戏是一个流传已久的传统游戏。游戏由两个人轮流来下,分别用“X”和“O”来代替自身的棋子。棋盘分9个格,双方可以在轮到自己下的时候,可以用棋子占领其中一个空的格子。如果双方中有一方的棋子可以连成一条直线,则这一方判胜,对方判负。当所有的格子都被占领,但双方都无法使棋子连成一条直线的话,则判和棋。(Word chess is a long tradition game. The game is played by two turns, each with its own "X&qu
  3. 所属分类:文章/文档

    • 发布日期:2017-12-17
    • 文件大小:142336
    • 提供者:我呢
  1. Axing

    0下载:
  2. 一字棋极大极小值算法,只有两层搜索,两人对抗模式(One word chess max min algorithm, only two layer search, two people confrontation model)
  3. 所属分类:

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:楚_lin
« 1 2 34 »
搜珍网 www.dssz.com