CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 棋牌游戏 搜索资源 - 算法优化

搜索资源列表

  1. Tic_MFC

    2下载:
  2. 1. 一个有趣的井字棋游戏。用MFC的对话框程序编写。 2。 具有单人游戏和双人游戏两个模式。单人模式通过自己的AI算法实现(类似于简单的A*算法),双人游戏则是两个人通过左右键对弈 3。界面采用 Skin++ 进行优化,更换皮肤非常的方便。 4. 注意,编译出来的EXE如果需要在VC外单独执行,请将其和skin++文件夹中的所有文件放至于同一目录下。 5。有问题和建议欢迎和我讨论。 QQ: 21798912 MSN: susan_QC@hotmail.com E-
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1.47mb
    • 提供者:覃超
  1. FK

    0下载:
  2. 俄罗斯方块VC编程,不过算法比较简单,没有优化-Tetris VC programming algorithm is relatively simple, however, has not been optimized
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:144.38kb
    • 提供者:李子
  1. javaDrawPoker

    0下载:
  2. 基于JAVA的纸牌游戏源代码,优化算法的源代码. -Java-based game of cards source code, the optimization algorithm source code.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:3.55kb
    • 提供者:张意
  1. five_chess_source_code

    2下载:
  2. 五子棋游戏,采用alpha-beta剪枝优化搜索算法,深度可达6步。-five-chess game, with alpha-beta optimal search algorithm, the depth is up to 6 steps
  3. 所属分类:棋牌游戏

    • 发布日期:2012-10-31
    • 文件大小:1.47mb
    • 提供者:ling
  1. dd

    0下载:
  2. 求解数独的高效算法,进行了优化。一般难度求解在微秒数量级。-An efficient algorithm for solving Sudoku, were optimized. Generally difficult to solve in the microsecond order of magnitude.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:886byte
    • 提供者:nate
  1. tanchishe

    0下载:
  2. 贪吃蛇源程序,算法优化.是初学者的好东西呀-tanchishe is good and nice
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:2.2kb
    • 提供者:徐成辉
  1. OTHELLO

    0下载:
  2. 格子棋程序。通过数学的优化及运算得出有效的算法。这是一个有趣的游戏,希望大家多多指教。-Lattice chess program. Mathematical optimization and operations through effective algorithm derived. This is an interesting game, hope that exhibitions.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:49.53kb
    • 提供者:xie
  1. horse

    0下载:
  2. c++编写的简单马踏棋盘源程序 优化算法&可修改棋盘尺寸版本-written in simple c++ source code optimization Mata board & board size version can be modified
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:215.07kb
    • 提供者:SP
  1. 24point

    0下载:
  2. 算24点,着重算法的处理!!优化代码花了很长的时间,作者不是我.-Count 24 points
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:31.36kb
    • 提供者:阿威
  1. FiveChess1.5

    0下载:
  2. 这是一款智能五子棋游戏,可以用剪枝算法和进行了优化-This is a smart chess game, you can use pruning algorithms and optimized
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:49.06kb
    • 提供者:liujia
  1. GoBang

    0下载:
  2. 用Java实现的命令行五子棋,通过遗传算法和群只能方法优化-Implemented in Java command line backgammon, genetic algorithms and the methods of the group can only optimize
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:204.26kb
    • 提供者:yanchl
  1. Othello

    0下载:
  2. 经典的黑白棋游戏,其中设计并实现了多种黑白棋的人工智能算法,其中使用了BP神经网、决策树、优化启发搜索剪枝等算法。并实现了多种算法对战平台,进行算法间的对弈和比分统计,以供进一步研究黑白棋算法。其中,该系统中的高智能算法已经在同类黑白棋软件的棋力中占上游水平。-Classic black and white chess game, in which artificial intelligence algorithm of many kinds of Othello was proposed an
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-25
    • 文件大小:5.03mb
    • 提供者:舒愈
  1. _renju

    2下载:
  2. 计算机博弈 五子棋AI代码,控制台程序,C。使用了负极大值、α-β剪枝、哈希表对算法进行优化; 六子棋、点格棋可公开的程序本人将于近期整理上传。 ——FutaAlice 2016.1-I! cant speak english. Go and see chiness ver!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-30
    • 文件大小:7.94kb
    • 提供者:
  1. BlackAndWhite

    0下载:
  2. 黑白棋,总共分为四个等级,实现算法以贪心为主,以棋盘点权值辅助,以棋盘点预测所占优势做优化。-Reversi total is divided into four grades, with greedy algorithm mainly to assist the board point weights to do a predominance checkerboard prediction optimization.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-30
    • 文件大小:19.88kb
    • 提供者:刘昊岩
搜珍网 www.dssz.com