CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 可行性

搜索资源列表

  1. search_optimize

    0下载:
  2. 本文将常见的设计剪枝判断的思路分成可行性剪枝和最优性剪枝两大类,并结合上述三个原则分别以一道竞赛题为例作了说明,最后对剪枝方法作了一些总结。-this paper the design of common pruning judgment ideas into pruning feasibility and optimality pruning two categories, and the combination of these three principles were in a cont
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49651
    • 提供者:何磊
  1. sheel

    0下载:
  2. 数据结构中的希尔排序算法的可行性实现,主要在vc中实现-data structure Hill sorting algorithm to achieve the feasibility, primarily in achieving vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6479
    • 提供者:小酷
  1. 3

    0下载:
  2. 针对迷宫这类特殊的环境模型, 提出了基于笛卡儿坐标系的新的路径规划算法。该算法通过找出机器人行驶方向和位 置变化的关系, 方便快捷地实现了对路径的记忆, 并且在到达终点后能够通过一种简单的路径优化算法算出最短路径, 最 终实现以最短路径返回。此算法的可行性已通过轮式机器人实例得到证实。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:180884
    • 提供者:shirley
  1. AOE-net

    0下载:
  2. 该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated critical path, that is a judgmen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1722
    • 提供者:邱孝杰
  1. ns

    0下载:
  2. 在网络仿真NS中对延时分析,丢包率分析,延时抖动分析,网络吞吐量分析等给出了可行性算法,直接就能用,对学NS2的人很有用的-Network simulation in NS for latency analysis, analysis of packet loss rate, delay jitter analysis, network throughput analysis give a feasibility algorithm, can be used directly on people
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2903
    • 提供者:林华
  1. Shortestpathalgorithmbaseonmapx

    0下载:
  2. 以经典的最短路径算法——Dijkstra算法为原理,基于Mapx在VisualBasic平台对其算法研究、验证,最终得出算法的可行性-The classic shortest path algorithm- Dijkstra algorithm for the theory, based on its platform Mapx algorithm in VisualBasic, validation, and ultimately come to the feasibility of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:158077
    • 提供者:songjinxing
  1. Dijkstra

    0下载:
  2. Dijstrat算法求最短路径,可行性算法分析-Dijstrat
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1526
    • 提供者:xiaoming
  1. fzxj

    0下载:
  2. 一般解空间的队列式分支限界法 试设计一个用队列式分支限界法搜索一般解空间的函数。该函数的参数包括结点可行性 判定函数和上界函数等必要的函数,并将此函数用于解布线问题。 -Queue-type general solution space try to design a branch and bound branch and bound with a queue-type search function of the general solution space. The funct
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:16571
    • 提供者:余丹艳
  1. 3

    0下载:
  2. 试设计一个用回溯法搜索排列空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解圆排列问题。 圆排列问题描述如下:给定n 个大小不等的圆c1 , c2 ,..., cn ,现要将这n 个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n 个圆的所有排列中找出有最小长度的圆排列。例如,当n=3,且所给的3 个圆的半径分别为1,1,2 时,这3 个圆的最小长度的圆排列是1,2,1,其最小长度为2 + 4*sqr(2)。 编程任务:
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:907
    • 提供者:seratf
  1. vb

    0下载:
  2. 公交车作为现代城市生活中一种重要的交通工具,在现代城市生活中尤其重要,公交线路繁多,数量也逐渐增多,这样使得人们的出行很不方便。在这样的背景下,我们决定做公交查询系统,并以六安市公交数据为例,设计了公交查询系统,验证了一些算法的可行性。该算法基于对经典的算法的学习和研究,沿用其关于求最短路径的思想,并加以对换乘次数,站点范围限制等内容的深入研究而提出的。-Bus as an important means of transportation in modern urban life in mod
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7872
    • 提供者:李李
  1. QueenN

    0下载:
  2. 国际象棋的n后问题相关算法的可行性解,时间复杂度,及棋盘生成。-The feasibility of the solution after n chess problems related algorithms, time complexity, and board production.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:24367
    • 提供者:xiao
  1. qipanfugai

    0下载:
  2. 通过输入行数与坐标,输出棋盘的覆盖的相关的可行性的解。-By entering the number of lines and the coordinate output chessboard coverage related to the feasibility of the solution.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:249259
    • 提供者:xiao
搜珍网 www.dssz.com