CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - game language

搜索资源列表

  1. live214786

    0下载:
  2. 用c语言演绎“生命游戏\",本世纪70年代,人们曾疯魔一种被称作“生命游戏”的小游戏,这种游戏相当简单。假设有一个像棋盘一样的方格网,每个方格中放置一个 生命细胞,生命细胞只有两种状态:“生”或“死”。-with language interpretation c Life "game", the 1970s, It had been a crazy demons known as the "Game of Life" of the games, th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.84kb
    • 提供者:chen qi
  1. CChessSource

    0下载:
  2. 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:164.46kb
    • 提供者:张巍
  1. tic-tac-toe

    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. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:936.62kb
    • 提供者:lina
  1. CAIsearch-strategy

    0下载:
  2. 人工智能搜索策略C语言,是pdf,方便学习博弈搜索的智能化-Artificial Intelligence search strategies C language, pdf, easy to learn game of the intelligent search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:49.08kb
    • 提供者:zyt
  1. AIGameProgrammingWisdom

    0下载:
  2. 人工智能开发是一个程序员能够承担的最有挑战性的任务之一,而这本独一无二的论文集提供给程序员应对这个挑战的非常急需的信息。本书汇集了与智能游戏开发有关的人工智能内容,借助这些内容,程序开发员能够开发出智能角色。本书分为11章,分别是:通用智能,实用技术和专用系统,A*路径搜索,路径搜索与运动,战术问题和智能的群体运动,通用智能游戏架构,决策体系结构,FPS、RTS和RPG游戏中的智能,竞赛与运动智能,脚本语言,学习理论。-AI development is a programmer can tak
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-20
    • 文件大小:32.5mb
    • 提供者:JINXIAOYU
  1. 200310291745214764

    0下载:
  2. 通过vs2008下c语言编程,实现简单的人工智能的象棋小游戏,以学习为主-Vs2008 c language programming in a simple artificial intelligence chess game, a learning-based
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:63.06kb
    • 提供者:tom
  1. Artificial-Intelligence-in-game-

    0下载:
  2. 《游戏编程中的人工智能技术》是人工智能游戏编程的一本指南性读物,介绍在游戏开发中怎样应用遗传算法和人工神经网络来创建电脑游戏中所需要的人工智能。书中包含了许多实用例子和源码。《游戏编程中的人工智能技术》适合遗传算法和人工神经网络等人工智能技术的各行业人员,特别是要实际动手做应用开发的人员阅读参考。-Game programming artificial intelligence technology " is a guide to the language of the AI ̴
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:18.51mb
    • 提供者:白栋天
  1. a-star-and--program

    0下载:
  2. 采用C语言编写,带源程序demo,本程序算法侧重使用a star实际解决在静态路网中以最快的速度,最小的代价搜寻地图或迷宫的最佳路径(可能不唯一),重点在于游戏中的NPC自动寻路-Using C language with source code demo, the program algorithm focuses a star practical solutions in the static road network to the fastest speed, minimize the c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:14.99kb
    • 提供者:万松林
  1. Artificial-intelligence

    0下载:
  2. 介绍了三种知识表示方式(状态空间法、问题归约、谓词逻辑)和4种搜索技术(盲目搜索、启发式搜索、与或树搜索、博弈树搜索),简单介绍prolog语言-Describes three kinds of knowledge representation (state space method, problem reduction, predicate logic) and four kinds of search techniques (blind search, heuristic search, w
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:7.49mb
    • 提供者:李银波
  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
    • 文件大小:4.57kb
    • 提供者:maxin
  1. AI-Game-Programming-Wisdom

    0下载:
  2. 《人工智能游戏编程真言》汇集了与智能游戏开发有关的人工智能内容,借助这些内容,程序开发员能够开发出智能角色。本书分为11章,分别是:通用智能,实用技术和专用系统,A*路径搜索,路径搜索与运动,战术问题和智能的群体运动,通用智能游戏架构,决策体系结构,FPS、RTS和RPG游戏中的智能,竞赛与运动智能,脚本语言,学习理论。- Artificial intelligence game programming mantra brings together intelligent intelligen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:21.01mb
    • 提供者:Thomas
搜珍网 www.dssz.com