搜索资源列表

  1. ticktacktoe

    0下载:
  2. 基于人工智能方面的,运用极大极小算法的井字棋源代码-Based on artificial intelligence aspects, the use of max-min algorithm source code for tic-tac-toe game
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-20
    • 文件大小:95232
    • 提供者:sp
  1. onechess

    0下载:
  2. 人工智能课上的要我们编写的一字棋,理由极大极小法编写的-Artificial Intelligence class to the word game we prepared the ground prepared by minimax method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1579008
    • 提供者:Decell Hoo
  1. envelop

    0下载:
  2. 应用表面粗糙度曲线上寻找上下包络线,其过程:找到极大极小值,之后画出直线-envelop
  3. 所属分类:其他行业

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:陈建超
  1. abcut

    1下载:
  2. 完成了α-β剪枝的功能,从文件中读入每个结点的极大极小值以及各个父子结点的关系,然后进行剪枝,输出被剪枝结点的信息-Completion of the α-β pruning function, read from the file of each node as well as the minimax value of each node of the relationship between father and son, and
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:郑益夫
  1. 73462707wuziqi

    0下载:
  2. 在本次“五子棋“程序的编写中,只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)-During the meeting, " Gobang" the preparation of procedures, only part of the pr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. wzq

    0下载:
  2. 五子棋博弈算法+实现 算法采用了极大极小搜索,窗口记忆搜索算法等,开发环境vc++6.0-five seet
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:4742144
    • 提供者:zhongjingmin
  1. TicTacToe

    0下载:
  2. 用极大极小算法编写的井字棋游戏 开发语言是Visual Prolog-Minimax algorithm used to prepare the game of tic-tac-toe game development language is Visual Prolog
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zhangqian
  1. fivestone

    0下载:
  2. 在本次“五子棋“程序的编写中,只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。-During the meeting, " Gobang" the preparation of procedures, only part of the preparation of the
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:2763776
    • 提供者:nc
  1. 2

    0下载:
  2. 采用极大极小剪枝的博弈算法实现的五子棋游戏,可以工机对弈.人人对弈。-The use of minimax pruning algorithm of the game Gobang games, game machines can work. All game.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:483328
    • 提供者:zhouprogram
  1. yiziqi

    0下载:
  2. 采用三行三列的棋盘,根据极大极小搜索方法,采用人机对弈方式。一方走完一步后,等待对方走步,博弈过程每一时刻的棋局都在屏幕上显示出来。-3 using three lines of the board, in accordance with minimax search methods, the use of man-machine game mode. After the end of step one, waiting for the
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:航仔
  1. chess

    0下载:
  2. 用VC开发,算法是极大极小算法的五子棋,界面优美。-With VC development, the algorithm is minimax algorithm Gobang, interface beautiful.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:4300800
    • 提供者:赵智明
  1. FiveChess

    0下载:
  2. 五子棋人机对弈游戏源码,计算机下棋时采用极大极小算法,有详细的课件。-Backgammon games on the game machine source code, computer chess minimax algorithm, detailed courseware.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-20
    • 文件大小:7623680
    • 提供者:王桂平
  1. code

    0下载:
  2. 以一字棋游戏为例,设计的一个3行3列的棋盘,自己给出估价函数,采用极大极小搜索方法。-To the word chess game, for example, the design of a 3 by 3 chessboard, given their valuation functions, minimax search method.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:206848
    • 提供者:liao yao hua
  1. BrentOptimize

    0下载:
  2. 实现Brent(布伦特)优化搜索,寻找极大极小值。.M文件-brent optimize to search for the max or min data.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王银斌
  1. Minimax

    0下载:
  2. 极大极小化算法常用在博弈中,可以动态的选定参数,也可用于活动轮廓模型中参数的设定-Minimax algorithm isused in the game, you can dynamically selected parameter and active contour model can also be used to set the parameters
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:677888
    • 提供者:蓝本
  1. AIforfivechess

    0下载:
  2. 五子棋核心方法,包括了极大极小和搜索剪枝,注重理论原理的说明-important method
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:89088
    • 提供者:顾闻捷
  1. finally

    0下载:
  2. 自己写的五子棋游戏,实现了人机对弈,可以悔棋到任何一步。采用博弈树搜索,核心算法为极大极小值算法。-Write their own backgammon game, chess machine realized, you can undo any step. Game tree search using the core algorithm for the minimax algorithm.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:4606976
    • 提供者:王文江
  1. wuziqi

    0下载:
  2. 此游戏中有3种难度不同的级别。原理是根据极大极小的搜索策略,实现对奕功能。同时,在游戏中我们插入了不同的声效,在不同的情况会有不同的声音。鼠标点错位子也会发出警告声音。同时,我们设计的五子棋还有悔棋的功能。-This game has 3 different levels of difficulty. Principle is based on minimax search strategy to achieve Chess funct
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:6779904
    • 提供者:田华
  1. ReverseChess

    0下载:
  2. 利用极大极小搜索策略实现黑白棋小游戏,或者称为翻转棋。-Use the minimax search strategy realize black white small game, or called reverse chess.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:169984
    • 提供者:白色鱼
  1. LargeSealeSParseMinimaxProblems

    0下载:
  2. 数学物理反演中的大型稀疏极大极小问题的数值计算方法-Numerieal Methods for Large Seale SParse Minimax Problems
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:4540416
    • 提供者:付大云
« 1 2 34 5 6 »

源码中国 www.ymcn.org