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

搜索资源列表

  1. chenbo广度

    0下载:
  2. 人工智能运用广度优先算法来解决八数码问题,由初始状态到目标状态按层搜索-breadth priority use of artificial intelligence algorithms to solve eight digital issue, the initial state to the target state by layer Search
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11649
    • 提供者:春风秋雨
  1. 20051004深度优先 人工智能 八数码

    1下载:
  2. 人工智能中很重要的思想,用深度优先的思想解决八数码问题。-AI is very important idea, with priority to the depth of eight digital thinking to solve problems.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:290889
    • 提供者:张南
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13600
    • 提供者:陈士骞
  1. GA----GeneticAlgorithms

    0下载:
  2. 遗传算法vb实现代码,快去看看吧。也许你会用到的-genetic algorithm to achieve vb code, a matter of priority, let's see it. You may use the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7527
    • 提供者:doudou
  1. ChessEight

    0下载:
  2. 解决八数码问题的经典程序。实现了宽带优先算法,深度优先算法,A* 算法。图形化显示结果。-solve the classic problem of the digital process. Broadband achieved priority algorithm, depth-first algorithm, A * algorithm. Graphic shows results.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:69904
    • 提供者:我怕升级
  1. 宽度优先

    0下载:
  2. 宽度优先搜索法见cpp1.cpp文件,在vc6.0环境运行实现-width priority search see cpp1.cpp documents in the operation to achieve environmental vc6.0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2039
    • 提供者:蔡鹏
  1. SearchWidth

    0下载:
  2. 人工智能里的图搜索技术,以宽度优先为搜索策略。-artificial intelligence search technology plans to give priority to the width search strategy.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1783
    • 提供者:wf
  1. bashuma

    1下载:
  2. 分别用深度优先和广度优先来算八数码问题,c++源码-Were depth-first and breadth of the priority issues to count eight digital, c++ source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2450
    • 提供者:skygoal
  1. arit

    0下载:
  2. c++开发的无优先级运算问题-增量式搜索,回溯-剪枝的策略-c++ development of non-priority operation problem- incremental search, back- the pruning strategy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1636
    • 提供者:aweihn
  1. HeapSort

    0下载:
  2. 最大堆的生成、堆排序,以及一个简单的最大优先队列的实现。-The largest generation heap, heap sort, as well as a simple realization of the greatest priority queue.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:3960
    • 提供者:crazy
  1. gaul-devel.tar

    0下载:
  2. http://gaul.sourceforge.net/ 这里大部分人讨论的是在Matlab里实现GA的toolbox.以上为一个GA的C语言的软件包.如果你想利用GA做优化算法,非常有用.而且有很多example.方便起见,我把软件包附件. -http :// gaul.sourceforge.net/most of the people here are discussed in Matlab GA achieve the toolbox. More than a GA C langu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:561425
    • 提供者:handman
  1. TheNumberOfTimeSlicesBasedOnPrioritySchedulingAlgo

    0下载:
  2. 基于优先数的时间片轮转调度算法处理器调度(方法一)-The number of time slices based on priority scheduling algorithm processor scheduling rotation (method A)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1109
    • 提供者:肖大宝
  1. Intelligent-pathfinding-algorithm

    0下载:
  2. 关于智能寻路,网络上也有很多相关的文章,一般都是已A*为主,他只是一种启发式搜索,主要还是做一个智能路径搜索的算法。 -About the intelligent pathfinding, network also has A lot of related articles, are generally have A * give priority to, he is just A heuristic search, the main or do A intelligent search alg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5852427
    • 提供者:庞存岐
  1. 4[1]

    0下载:
  2. 提出了一种新的模糊遗传算法(GA)的方法来解决问题的轨迹规划两个合作共享一个公共的机器人避障工作场所,在机械手必须考虑对方作为一个移动的轨迹或者行为障碍是未知的和不可预知的,因为每一个都有各自的目标和机械手都有相同的优先权。 -This paper presents a novel fuzzy genetic algorithm (GA) approach to tackling the problem of trajectory planning of two collaborat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2145085
    • 提供者:houlimei
  1. search1

    0下载:
  2. 最优优先算法,用最优优先算法进行搜索,VC平台编写,直接运行即可-Optimal priority algorithm, the optimal first algorithm to search for the VC to write, direct run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:190901
    • 提供者:wangling
  1. process_schedulingg

    0下载:
  2. FIFO,优先数调度算法,时间片轮转调度算法的实现,经调试可运行 -the realise of FIFO, priority number of scheduling algorithms, time slice, round robin scheduling algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1869
    • 提供者:tina
  1. enkf-matlab-0.30.tar

    1下载:
  2. 集合卡尔曼滤波的Matlab程序,enkf-matlab-0.30,最新版本-EnKF-Matlab is designed primarily as a research and study tool. As a consequence, speed and memory usage are given a lower priority than simplicity and ease of use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-04
    • 文件大小:7256766
    • 提供者:窦贤明
  1. priority-based-method-

    0下载:
  2. robocup rescue 机器人救援仿真参考论文 非预案方式下警力分配模型的研究与仿真(基于优先级的警察智能体的构建方法,周诚)-robocup rescue robot rescue simulation mode reference paper non-plan allocation model of police and Simulation (priority-based method of constructing the police agent, Zhou Cheng)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1131405
    • 提供者:王化银
  1. shortest-route-problem

    0下载:
  2. 最短路径问题的四种实现方式:广度优先、深度优先、贪心法、动态规划法、穷举法、回溯法。-Four ways to achieve the shortest path problem breadth priority greedy depth-first dynamic programming method exhaustive backtracking
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:28428
    • 提供者:shuaidan
  1. 罗马尼亚

    0下载:
  2. 分别用宽度优先、深度优先、贪婪算法和 A*算法求解“罗马利亚度假问题”。(We use width priority, depth first, greedy algorithm and A* algorithm to solve the "roo Maria holiday problem".)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:2029568
    • 提供者:staub
搜珍网 www.dssz.com