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

搜索资源列表

  1. [AI]2005Maze1002016

    0下载:
  2. 福州大学人工智能课程02级的实验项目:实现深度、广度、A*算法的迷宫搜索以及演示程序,c#编写。-Fuzhou University artificial intelligence courses to the 02 pilot projects : to achieve the breadth, depth, A * search algorithm maze and Demonstration Program, c # prepared.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:161.81kb
    • 提供者:林锋杰
  1. AI-widefirst

    0下载:
  2. 八数码宽度优先搜索算法,可以找到最优解,但会消耗更多的资源.-eight digital width first search algorithm to find the optimal solution, but it will consume more resources.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:wsq
  1. 基于AI的问题求解

    0下载:
  2. 提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序.-a depth-first search, breadth - first search, add the information inspired the minimum price for a search of solutions to search, find out the optimal solution sample programs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.25kb
    • 提供者:陈宁
  1. Search-Assignment-Report

    0下载:
  2. 人工智能导论中的查找问题,包括water-jugs和8-pazzle。用prolog语言编程,内附说明和代码。-Searching problems in AI, including water-jugs and 8-puzzle. Program is write with prolog, and the illustrating and source code are included.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:221.54kb
    • 提供者:cc
  1. xiangqi

    0下载:
  2. 中国象棋的游戏源码,使用了人工智能的Alpha-Beta搜索算法-Chinese chess game source code, the use of artificial intelligence Alpha-Beta Search Algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-23
    • 文件大小:69.9kb
    • 提供者:佚名
  1. AStar

    0下载:
  2. 实现人工智能中的AI自动寻找路径,可以在实现起点和终点之间寻找最短的跨越障碍的路径-AI Artificial Intelligence to achieve automatic search path, you can achieve between the start and finish to find the shortest path across barriers
  3. 所属分类:Algorithm

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

    1下载:
  2. 使用java编写的GUI的黑白棋游戏,搜索算法采用经典的博弈树,并在此基础上做了大量优化,我的评估函数采用了Simon M. Lucas 和 Thomas P. Runarsson 在其合作发表的 Temporal Difference Learning Versus Co-Evolution for Acquiring Othello Position Evaluation 中通过对比即时差分学习(TDL,Temporal Difference Learning)和协同进化(CEL,Co-
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3.32mb
    • 提供者:da
  1. 8box

    0下载:
  2. Artificial Intelligent (AI) helper tool, visually build the search algorithm tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:297.1kb
    • 提供者:eimhym
  1. AI

    1下载:
  2. 人工智能导论与算法研究 章节: 1.导论 2.知识表示 3.逻辑推理 4.搜索原理 5.不确定推理-Fundation of Artificial Intelligence Structure: 1.Introduction 2.Knowledge Representation 3.Logic 4.Search 5.Uncertainty
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3.21mb
    • 提供者:尚军
  1. A-star

    0下载:
  2. A*算法,启发式路径搜索(星际,帝国等即时战略游戏中AI寻路)-A* algorithm, heuristic path search (Star, Imperial and other real-time strategy game AI pathfinding)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:394.04kb
    • 提供者:赵鹏
  1. A_Acolyte_176621752004

    0下载:
  2. A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:28.52kb
    • 提供者:Sun
  1. star

    0下载:
  2. It is A* Search in AI
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:1.04kb
    • 提供者:Feroj
  1. AI

    0下载:
  2. 福州大学姜志渊编写的滑块求解系统(即8数码),有8种搜索算法。界面非常漂亮。-Fuzhou University Jiang Zhiyuan prepared slide solving system (ie, 8 digital), there are eight kinds of search algorithms. Interface is very beautiful.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.45mb
    • 提供者:王桂平
  1. Search

    0下载:
  2. 人工智能启发式搜索八数码问题求解,该代码有点小问题-Eight digital AI problem solving heuristic search, the code bit of a problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2.8kb
    • 提供者:angel
  1. index-search

    0下载:
  2. Index Search for AI in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4.64kb
    • 提供者:phongvan84
  1. search-game_generics

    0下载:
  2. Search Game Generics Algorithm in Java - AI implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6.02kb
    • 提供者:phongvan84
  1. RussianSquare

    0下载:
  2. 在VS2008下用MFC完成了俄罗斯方块的AI算法,也可以手动玩游戏。AI的搜索深度可以设置,可以作为人工智能等课程的大作业程序。-Complete with MFC in VS2008 under a Tetris AI algorithms, you can manually play the game. AI search depth can be set, such as artificial intelligence courses of operating procedures.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-24
    • 文件大小:3.39mb
    • 提供者:翟守超
  1. ai

    0下载:
  2. 主要描述人工智能搜索策略的,广度搜索,深度搜索,及博弈-Describes the artificial intelligence search strategies, search the breadth, depth search, and game
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:315.01kb
    • 提供者:yishui
  1. ai

    0下载:
  2. 五子棋AI 采用搜索的方法 加入了二层剪枝-Backgammon AI search method used
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:2.38kb
    • 提供者:sunyuda
  1. search

    0下载:
  2. 用于CS188, AI教学,各类搜索如深度优先,广度优先和迭代加深算法的实现验证(AI project for search algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

« 12 3 4 5 6 »
搜珍网 www.dssz.com