CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - GREEDY

搜索资源列表

  1. Dijkstra

    0下载:
  2. Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:205.39kb
    • 提供者:wwf
  1. suanfashiyanbaogao

    0下载:
  2. 算法设计实验报告 递归与分治 和贪心算法-Recursive algorithm design lab report and the greedy algorithm with sub-rule
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:39.88kb
    • 提供者: 周悟
  1. TSPproblems

    0下载:
  2. 解决TSP问题的几种算法 模拟退火法 遗传算法 贪心算法等-To solve the problem of several TSP algorithm simulated annealing greedy algorithm such as genetic algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:93.99kb
    • 提供者:june1989
  1. B01AB525d01

    0下载:
  2. The problem of efficient data structures for IP lookups has been well studied in literature. Techniques such as LC tries and Extensible Hashing are commonly used. In this paper, we address the problem of generalizing LC tries and Extensible H
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:143.58kb
    • 提供者:asad2001
  1. Prim

    0下载:
  2. 用贪心算法,求解最短路径问题; 通过根据当前的最优情况,选择最好的节点;-greedy alogith ,in order to get the best result for the station of the matter
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:896byte
    • 提供者:陈超
  1. lysnake

    0下载:
  2. 提出了一种自适应的Snake 算法,对于初始包络上的每一点,按照Greedy 算法中的能量公式计算其邻域内各点的能 量. 如果邻域不包含目标的轮廓,则将邻域半径加大,再次计算邻域内各点的能量,直到邻域内包含轮廓点为止. 该算法只需迭 代一次即可得到目标轮廓,而且增大了初始包络的收敛半径,并能够有效处理较高曲率凸形边缘的情况. 对比实验说明了这种 方法的有效性.-Snake proposed an adaptive algorithm, the initial envelope for
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:152.97kb
    • 提供者:罗朝辉
  1. coloring

    0下载:
  2. Coloring algorithm with greedy method in C-Coloring algorithm with greedy method in C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:519byte
    • 提供者:Farzin
  1. kruskal

    0下载:
  2. implementation Kruskal algorithm with greedy method in C-implementation Kruskal algorithm with greedy method in C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:530byte
    • 提供者:Farzin
  1. non_itera_greedy_alog

    0下载:
  2. A Non-Iterative Greedy Algorithm for Multi-frame Point Correspondence
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:324.06kb
    • 提供者:
  1. greedy

    0下载:
  2. A fast algorithm for active contours and curvature estimation
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:1.9mb
    • 提供者:Lucy
  1. Algoritma-penjadwalan-disk(anggi)

    0下载:
  2. this is about greedy disk sceduling,and its so helpfull to understanding a greedy algoritm
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:48.4kb
    • 提供者:kiki
  1. SUANFAPPT

    0下载:
  2. 常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) -Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:3.16mb
    • 提供者:lm
  1. seg-ijcv

    0下载:
  2. This paper addresses the problem of segmenting an image into regions. We de¯ ne a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develop an e±cient segmentation
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:271.17kb
    • 提供者:孔梦秋
  1. greedy-snake

    0下载:
  2. vs用c#语言编写的贪吃蛇小程序,可以拿来学习c#-vs c# language with Snake small program that can be used to learn c#
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:53.53kb
    • 提供者:xiaoxia
  1. aaa

    0下载:
  2. 很好的算法,贪婪算法,很实用,能解决很多问题,大家快来看啊。-Good algorithm, greedy algorithm, very practical, can solve many problems, we Come ah.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:112.94kb
    • 提供者:Zachariah
  1. sgrasp

    0下载:
  2. This paper is a survey of greedy randomized adaptive search procedures (GRASP). GRASP is a multi-start or iterative procedure where each GRASP iteration con- sists of a construction phase, where a feasible solution is constructed, followed by a l
  3. 所属分类:Software Testing

    • 发布日期:2017-03-29
    • 文件大小:104.49kb
    • 提供者:Nydiron
  1. algorithm1

    0下载:
  2. 动态规划可以找到最优子结构特征,贪心算法用于求解最优化问题-Dynamic programming can be found in sub-optimal structural characteristics greedy algorithm for solving optimization problems
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:735.42kb
    • 提供者:hejingjing
  1. Greedy-algorithm-courseware

    0下载:
  2. 贪婪算法的课件,对于学习数据结构的孩子很有帮助哦-Greedy algorithm courseware, data structures for children to learn helpful Oh
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:293.68kb
    • 提供者:李婉真
  1. Greedy-algorithm

    0下载:
  2. 贪心算法解决木棒覆盖最多点的问题,食用一定量定长的木棒,使其覆盖尽可能多的点。-Solve the problem of sticks to cover some greedy algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:90.13kb
    • 提供者:yukunlin
  1. greedy

    0下载:
  2. 贪婪算法,可以实现最优的资源分配策略,给小白们作为参考-Greedy algorithm, you can achieve the optimal allocation of resources strategy, to white people as a reference
  3. 所属分类:Software Testing

    • 发布日期:2017-12-10
    • 文件大小:819byte
    • 提供者:
« 12 »
搜珍网 www.dssz.com