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

搜索资源列表

  1. poj2677--TourTSP

    0下载:
  2. poj2677,算法导论中的DP题目,TSP简化版本
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1098
    • 提供者:Allen Xu
  1. daolun

    0下载:
  2. 人工智能导论,对学习人工智能的思想跟算法有帮助!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:224163
    • 提供者:李惠
  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-13
    • 文件大小:3367948
    • 提供者:尚军
  1. eight8

    0下载:
  2. 用计算机搜索算法解8数码问题(也就是平时玩的拼图),内置2种算法,BFS和A*,是XJTU人工智能导论课的大作业。-Computer search algorithm for solving the problem of digital 8 (that is usually playing the puzzle), built-in two kinds of algorithms, BFS and A*, is the introduction course of artificial inte
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3923485
    • 提供者:刘澈
  1. Introduction-to-Algorithms

    0下载:
  2. 算法导论中文版,关于算法的详细介绍和详细理解-Introduction to Algorithms Chinese, details about the algorithm and detailed understanding of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-16
    • 文件大小:25596034
    • 提供者:谢林
  1. Algorithm

    0下载:
  2. 传说中超越了算法导论的书 英文版 建议研究算法的多-This is the legend that beyond the book Introduction to algorithms, if you' re curious, and since that English is good enough, you download it, anyway, I think the dizziness!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3392293
    • 提供者:
  1. sfdlda

    0下载:
  2. 此文件为《算法导论》这本书的习题答案,使用过,很不错-Introduction to Algorithms answer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2101735
    • 提供者:Oniontree
  1. Introduction-To-Algorithms-

    0下载:
  2. MIT的算法导论电子书:Introduction To Algorithms (Mit Press 2Nd Edition)-MIT s Introduction to Algorithms book: Introduction To Algorithms (Mit Press 2Nd Edition)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:12258148
    • 提供者:Lan
  1. Introduction-to-Algorithms

    0下载:
  2. 麻省理工学院算法设计导论,一些有用的资料用于编程算法设计-Introduction to Algorithms Second Edition of MIT,some useful document
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:18714048
    • 提供者:黄瑞
  1. yichuan

    0下载:
  2. 《算法导论》中的哈夫曼树算法的实现代码,比较简单的遗传算法。-Genetic algorithm is proposed to realize the code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:133544
    • 提供者:李羽
  1. Astar_Chess

    0下载:
  2. 人工智能导论从课程A星算法实现的五子棋程序C-Artificial Intelligence Introduction A star algorithm from the course to achieve the the Gobang program C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:780624
    • 提供者:
  1. search-procedures

    0下载:
  2. 写了几个程序,请拍砖 为了配合人工智能导论课的教学,写了几个关于搜索的程序。 这几个程序的目的,是为了帮助同学学习,因此没有考虑程序 的实现效率,只追求算法的实现思路,力求简单明了,尽可能 与书上的算法描述一致。不知是否能达到这个目的,请大家给 提提意见。 共4个程序: 传教士也野人问题,回溯算法 传教士与野人,A*算法 八数码问题,A*算法 Alpha_Beta剪枝算法 一个txt文件,是Alpha_Beta剪枝程序的数据文件。-Wrot
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:13559
    • 提供者:郑友人
  1. BP

    0下载:
  2. BP人工神经网络基本算法C语言实现,主要参考《人工神经网络导论》(蒋宗礼著)。-The BP artificial neural network basic algorithm C language implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5050
    • 提供者:林泽伦
  1. IntervalTree

    0下载:
  2. 本工程实现了算法导论书中区间树查找的算法,可直接运行。-Find the interval tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:21452
    • 提供者:flxyd
  1. longest-common-subsequence

    0下载:
  2. 本代码实现了算法导论书中最长公共子序列算法。-The longest common subsequence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:716
    • 提供者:flxyd
  1. Strategy

    0下载:
  2. 人工智能导论课程大作业,四子棋策略dll文件源码。使用并实现了MCTS算法。每一步计算时间为4秒。-Assignmeng of Introduction to Artificial Intelligence, Connect4 game strategy dll sources. Use and implement MCTS algorithm. Every step of the calculation time is 4 seconds.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1278015
    • 提供者:
  1. 算法导论 中文版 第3版.pdf

    0下载:
  2. 算法导论,用于了解算法知识,进一步加强编程能力的好书(good book to give us a sense of algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:40408064
    • 提供者:tyw0115
  1. 机器学习

    0下载:
  2. 利用matlab研究机器学习的导论,附有matlab教程以及机器学习算法思想(An introduction to machine learning using MATLAB)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:3897344
    • 提供者:cVirr
  1. ALGOINTRO

    0下载:
  2. 《算法导论(原书第3版)》英文,很经典的一本书(Introduction to algorithms 3rd English)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:5095424
    • 提供者:JOELYU
搜珍网 www.dssz.com