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

搜索资源列表

  1. javaA

    0下载:
  2. 8数码问题是通过A*算法来实现的,通过这个小问题可以初步理解A*算法的原理。-8 digital issues is achieved through the A* algorithm, through an initial understanding of this small problem can be the principle of A* algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3673
    • 提供者:hl
  1. k-means_Program

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 -k-means algorithm to accept input k then n-k of data objects into a cluster in order to make the cluster available to meet: t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:930292
    • 提供者:Chenguang
  1. java

    0下载:
  2. 用Java实现遗传算法的 标准遗传算法求解函数原程序-A genetic algorithm with the standard Java Genetic Algorithm for Function of the original program
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:2431
    • 提供者:lpf30920
  1. jie

    0下载:
  2. 边界标志算法 步骤一:以值为boundary_color的特殊颜色勾画多边形P的边界。 步骤二:逐条处理扫描线对多边形着色-Steps of the algorithm a boundary signs: the special color value boundary_color outlined polygon P boundary. Step two: one by one with the scan lines on the polygon rendering
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:963
    • 提供者:qiuqiu
  1. zhengdike

    0下载:
  2. (个人原创)《中文网页自动分类》 牵扯的技术有:分词,统计词频,踢出网页中一些特殊字符(用正则表达式),还有需要提取培训集等等!! 此软件禁止商业活动,版权所属“qyTT论坛--www.qyclass.org/bbs” 本文来自: qyTT论坛 http://www.qyclass.org/bbs 我们的使命:让世界认识qyTT,让qyTT认识世界! 结果分析的思想:就是把得到的词频与建立的词库里每一类进行比较,如果存在一个最大匹配程度,就去这个类作为结果,如果存
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1490827
    • 提供者:guowei
  1. walk

    0下载:
  2. actionscr ipt 3.0 2D 游戏中的A* 寻路算法实例代码.-as 3.0 A* find path
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-29
    • 文件大小:411565
    • 提供者:shixin
  1. tsp

    0下载:
  2. 用A*算法解决货郎担(旅行商)tsp问题,用文件读去,文件中需在第一行有数字n,然后再在后面n行输入n*n的数字矩阵,即可得出结果-A*
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2570
    • 提供者:lan
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:4969
    • 提供者:heartBeat
  1. OsBancker

    0下载:
  2. 一个java做的操作系统中关于银行家算法的模拟,有界面的哦。对课程设计之内很有用。-A java operating system to do the simulation on the banker' s algorithm, there are interfaces Oh. Within the course design is useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3376
    • 提供者:panboyu
  1. RoutingVector

    0下载:
  2. 距离矢量路由算法的实现 一个课堂作业 发出来交流-Distance vector routing algorithm to achieve a class assignment given to the exchange
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:9240
    • 提供者:邓彪
  1. test

    0下载:
  2. php一个不错的排列组合算法 -php a good algorithm for permutation and combination
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:521
    • 提供者:
  1. dongtaiguihua

    0下载:
  2. 算法分析与设计例子:可以完整运行+详细说明:若给定n个整数组成的序列a1,a2,a3,……an,求该序列形如ai+ai+1+……+an的最大值。-Examples of Algorithm Analysis and Design: You can run+ full details: If a given sequence of n integers a1, a2, a3, ... ... an, find the sequence of the form ai+ ai+1+ ... ...+
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:9555
    • 提供者:wangfeifei
  1. bysj1

    0下载:
  2. A*算法在java中的实现,用启发式算法。很实用。-A* algorithm implementation in java using heuristic algorithms. Very practical.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:17122
    • 提供者:weiping
  1. Bank

    0下载:
  2. 这是操作系统中一个关于银行家算法的小程序-This is the operating system in a small program on the banker' s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1561
    • 提供者:曹雪佳
  1. a

    0下载:
  2. 用JAVA实现A*的八宫算法,程序有点简单,有不好的地方请指正-With JAVA achieve A* algorithm for the eight palace, the program a bit simple, a bad place, please correct me
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:6433
    • 提供者:孙孙
  1. eightdigital

    0下载:
  2. 个八数码拼图是根据网上的一个简单的拼图游戏改编而来。本程序保留了原程序的主要界面,重写了拼图主要功能的实现方法,加入了八数码的A*算法,使其可以完成自动拼图功能。-Eight digital puzzle is adapted from a simple jigsaw puzzle online. This procedure retains the original program' s main interface, and rewrite the main function of t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:426762
    • 提供者:mojianxiong
  1. newpackage

    0下载:
  2. java实现A*算法,查询广东省各市级城市之间的路线图和最短路径-use java to accomplish the algorithm A*.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6075
    • 提供者:严楚
  1. A-few-basic-algorithms

    0下载:
  2. 几个基本算法,包括背包问题、皇后问题、集装箱装载、最大值最小值-A few basic algorithms, including the knapsack problem, the Queen, container loading, the maximum value of the minimum
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3575
    • 提供者:杨杰
  1. AI

    0下载:
  2. 人工智能A*算法的实现,用java写的,这个是我们的大作业-AI A* algorithm, written in Java, this is our job.
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:462649
    • 提供者:Bluce
  1. AStart

    0下载:
  2. A*算法解决N数码问题演示程序,可以学习到很多Java的Swing编程,关于窗口背景,combox,textfield,图标显示到托盘等,同时拖过程序的界面演示,可以轻松掌握A*算法。-A* algorithm to solve the N puzzle problem demo program, you can learn a lot of Java Swing programming, about the background of the window, combox, textfield
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:1535505
    • 提供者:czs
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com