CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - A*算法

搜索资源列表

  1. ycsf

    0下载:
  2. 标准的遗传算法,用Java实现,求解函数,有良好的界面。-Standard genetic algorithm, using Java to achieve, to solve function, there is a good interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:7382
    • 提供者:杨毅平
  1. java

    0下载:
  2. java算法大全,有近100多种常见算法的源代码,是学习JAVA算法的难得资料。-java algorithm Guinness, nearly more than 100 kinds of common algorithm source code is a unique learning algorithm JAVA information.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1110863
    • 提供者:Illinois
  1. Best

    0下载:
  2. java遗传算法程序,采用标准遗传算法求解函数的一个例子。-java genetic algorithm process, the use of standard genetic algorithm function of a case in point.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2394
    • 提供者:赵娴
  1. Java

    0下载:
  2. 运用数据和恢复现场的原理,完成了对银行家算法的演示。-Using the data and restore the principles of the site, completed a demonstration of banker' s algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2023
    • 提供者:刘传友
  1. GAJava

    0下载:
  2. 这是一个应用遗传算法解决的函数优化问题,通过一系列的交叉变异得到最优的函数解。- This is an application of genetic algorithms to solve the function optimization problem, through a series of cross-variance function of the optimal solution.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:23383
    • 提供者:wangyang
  1. Pagingrequestanalogstoragemanagementsystemtoachiev

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7099
    • 提供者:yangyang
  1. qwjs

    0下载:
  2. 一个简易的asp 网站全文检索程序,经过修正的检索算法,速度、稳定度均有提高。-Asp web site a simple full-text search procedures, the revised search algorithm, the speed of the increase in stability.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2016-01-27
    • 文件大小:6813
    • 提供者:msj
  1. Astart_JAVA

    0下载:
  2. j2me手机游戏中自动寻路的实现方法。(A*算法)-j2me mobile game in the realization of automatic routing method. (A* algorithm)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1860528
    • 提供者:cp
  1. EM.java.tar

    0下载:
  2. EM 算法是 Dempster,Laind,Rubin 于 1977 年提出的求参数极大似然估计的一种方法,它可以从非完整数据集中对参数进行 MLE 估计,是一种非常简单实用的学习算法。这种方法可以广泛地应用于处理缺损数据,截尾数据,带有讨厌数据等所谓的不完全数据(incomplete data)。需要weka的算法包支持。-EM algorithm is Dempster, Laind, Rubin in 1977 for the parameters proposed by maximum
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-03
    • 文件大小:9479
    • 提供者:zhangrui
  1. AStarUpan

    0下载:
  2. 用A星算法求解八数码问题,使用的是JAVA语言编程,开发环境是Netbeans-With A Star Algorithm 8 digital issues, using the JAVA programming language, development environment is Netbeans
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:3046654
    • 提供者:袁晓
  1. gameArithmeticPractice

    0下载:
  2. A*寻路 * 按照A*算法:h=f+g, * h为从起点A到终点B的评估耗费, * g为从起点A,沿着产生的路径,移动到网格上指定方格的移动耗费, * f为从网格上那个方格移动到终点B的预估移动耗费-A* pathfinding* A* algorithm in accordance with: h = f+ g,* h from the starting point A to end B of the assessment of cost,* g from the st
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:22727
    • 提供者:nile
  1. ShortestPath

    0下载:
  2. 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:24455
    • 提供者:111
  1. 8digitsbyJava

    0下载:
  2. A*算法实现八数码问题,输入为String类型的当前状态,输出为每步的变化状态。效率较高。-8 Digital A* algorithm problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2430
    • 提供者:艾琳
  1. AIpuzzle

    0下载:
  2. 使用A*算法 双向搜索实现的8PUZZLE问题-Bi-directional search using the A* algorithm implementation issues 8PUZZLE
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:8926
    • 提供者:Raistlin
  1. EightPuzzle

    1下载:
  2. A*算法实现八数码问题的解决,清华的人工智能课的作业,相信对后面的人有用。-A* Algorithm 8 digital solution to the problem, Tsinghua AI homework assignment, I believe that right behind him useful.
  3. 所属分类:Java Develop

    • 发布日期:2015-06-03
    • 文件大小:4576
    • 提供者:wqs07
  1. AI1

    0下载:
  2. 人工智能,一个8数码问题的解决,Java实现,采用A*算法。-a solution to eight number qusetion
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:18482
    • 提供者:betty
  1. chinese_segment

    0下载:
  2. 一个中文分词算法的java语言实现,词典采用文本文件形式。-A Chinese word segmentation algorithm java language implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:11544
    • 提供者:njydsjwj
  1. GA_apply_inTest

    2下载:
  2. 这是我用遗传算法做的一套组卷系统,虽然功能比较硕,但是基本要求满足了-This is what I used to do a set of test paper genetic algorithm system, although the feature comparison Shuo, but the basic requirements to meet
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:15303
    • 提供者:戴昏黑
  1. zGEPboshichengxu

    0下载:
  2. 一博士论文程序代码,结合遗传算法和GP算法研究的程序。-A doctoral thesis program code, combined with genetic algorithm and GP algorithm procedure.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:121080
    • 提供者:liumingyi
  1. GA

    2下载:
  2. 遗传算法在求解多约束条件下的组合优化问题有独特优势,本代码是关于用遗传算法解决智能组卷问题的好例子。-Of genetic algorithm in solving the multi-constrained optimization problem under the condition of a unique combination of advantages, this code is on the use of genetic algorithm to solve the problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-03-01
    • 文件大小:19449034
    • 提供者:keka
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com