CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 游戏 人工智能

搜索资源列表

  1. gobang

    0下载:
  2. 一个java写的五子棋小游戏,采用了人工智能AI算法,非常有用!-A java written Gobang game, using artificial intelligent AI algorithm, very useful!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:16598
    • 提供者:郭永前
  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. reversi

    0下载:
  2.  一款黑白棋游戏软件主要分为界面开发、存储结构、规则设计、人工智能算法设计等四大模块。用α-β剪枝算法实现,MFC界面-Reversi game software is divided into four modules interface development, storage structures, rules, design, artificial intelligence algorithm design. With α-β pruning algorithm, MFC interfa
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-24
    • 文件大小:33604
    • 提供者:张婷
  1. example_code

    0下载:
  2. 游戏编程中的人工智能技术的全部源码,包括遗传算法,人工神经网络。-Game programming in artificial intelligence source, including genetic algorithms, artificial neural networks.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-25
    • 文件大小:8503818
    • 提供者:毕锐
  1. QLearning

    0下载:
  2. Q学习解决迷宫游戏问题,人工智能行为只能的一种方法。-Q learning problem solving maze game, only the behavior of a method of artificial intelligence.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3920055
    • 提供者:张志智
  1. my_proj

    0下载:
  2. 在人工智能领域中, 八数码问题一直都是一个游戏难题。介绍了八数码问题, 然后在启发式搜索算法上对A * 算法定义进行了解释, 并在其旨在提高搜索效率的方面作了比较详尽的介绍, 详细描述了基于图搜索算法的解决此类问题的一种启发式搜索算法:A* 算法。再依据这种算法用可视化编程语言VC+ + 6. 0 来实现八数码问题的求解过程, 取得了预期的搜索解, 提高了搜索效率。-in english
  3. 所属分类:.net

    • 发布日期:2017-04-13
    • 文件大小:2233
    • 提供者:wangtao
  1. 02Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第二个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the second example, is very useful.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3280
    • 提供者:anmili
  1. 03Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第三个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the third example, is very useful.
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:1818
    • 提供者:thefou
  1. 04Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第四个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the fourth example, the meaning of a good refe
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4005
    • 提供者:efingIt
  1. A_TIC_TAC_AI_Game

    0下载:
  2. 一款简单的TIC TAC TOE游戏。加入了人工智能,图形版。-TIC TAC TOE game. Joined the artificial intelligence, graphics version.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2226
    • 提供者:gepoin
  1. wingAI

    0下载:
  2. 射击游戏中的人工智能代码,次代码基于有限状态机的AI系统进行实现-Shooting game AI code, sub-code-based AI systems will be realized finite state machine
  3. 所属分类:Shot Game

    • 发布日期:2017-04-04
    • 文件大小:40341
    • 提供者:Rose
  1. intelligence-pogramming

    0下载:
  2. 游戏编程中的人工智能技术 包括遗传算法、神经网络的游戏编程.-The technology of artificial intelligence in game programming Including genetic algorithm, neural network game programming.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:11571158
    • 提供者:何志彪
  1. Five

    0下载:
  2. c语言开发的五子棋游戏,简单的人工智能计算每步的分数,然后下子。-c language development of the welcome to play, simple artificial intelligence scores in each of the steps, and then erupted in.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2621
    • 提供者:questionab
  1. fiveChess

    1下载:
  2. 这是一个VC6.0环境下开发的五子棋游戏,用于单机人机对战,并具有悔棋功能,电脑的人工智能较高。对向学习VC游戏编程和人工智能的朋友极有帮助。-This is the next development environment VC6.0 331 games, for a stand-alone machine war, and has undo function, the higher the computer AI. VC on to learn game programming and ar
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:121284
    • 提供者:wy
  1. Game-Programming-Gems-7

    0下载:
  2. 游戏编程精粹系列的最新一本,内容涉及通用编程、数学和物理、人工智能、音频、图形学、网络和多人游戏、脚本和数据驱动系统等内容,具有较强的先进性和通用性。提供了本书的源程序、演示程序以及需要的各种游戏开发的第三方工具-Game Programming Gems series, the latest one, covering the contents of generic programming, mathematics and physics, artificial intelligence, a
  3. 所属分类:Graph program

    • 发布日期:2017-05-25
    • 文件大小:7855492
    • 提供者:ztt
  1. 21point

    0下载:
  2. 自己编制的21点游戏,实现简单的人工智能,VB制作-21point Game preparation of their own, artificial intelligence
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-27
    • 文件大小:110041
    • 提供者:王超
  1. Five

    0下载:
  2. c语言开发的五子棋游戏,简单的人工智能计算每步的分数,然后下子。-c language development of the welcome to play, simple artificial intelligence scores in each of the steps, and then erupted in.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2737
    • 提供者:lionto
  1. GamePlat

    0下载:
  2. 用java编的拼图游戏,实现了人工智能!拼不出来的时候电脑会帮忙!-series with the puzzles, achieving artificial intelligence! Fight not out of the computer would help!
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3882
    • 提供者:rimenta
  1. Evolving-Playable-Content-for-game

    0下载:
  2. 一篇人工智能领域关于验证割绳子游戏可玩性的文章,最后提出的框架对于其它具有相同特征的游戏同样有效。-In order to automatically generate high-quality game levels, one needs to be able to automatically verify that the levels are playable.
  3. 所属分类:Development Research

    • 发布日期:2017-05-07
    • 文件大小:1217425
    • 提供者:
  1. ZYWChinaChess

    0下载:
  2. 采用c#winform编的象棋游戏,不带人工智能,棋子可以正常的行动,但功能上还有待完善. 本源码是一个中国象棋游戏源码,由于没有人工智能,所以只能自己跟自己下棋了,欢迎下载。 1、用鼠标点击棋子,再点击想要移动到的位置,即可移动棋子 2、双方被吃掉的棋子都会在棋盘右侧己方区域显示-Using c# winform series of chess games, with no artificial intelligence, the pieces can be a normal a
  3. 所属分类:.net

    • 发布日期:2017-05-02
    • 文件大小:952512
    • 提供者:ding
« 1 2 ... 15 16 17 18 19 2021 22 »
搜珍网 www.dssz.com