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

搜索资源列表

  1. lallala

    0下载:
  2. 关于最佳贪婪算法的实现 关于最佳贪婪算法的实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:花儿
  1. Gewsh_HorseWalksCheckerBoard

    0下载:
  2. 使用贪婪算法解决的马踏棋盘的问题(使用简单排序和深度优先搜索的方法)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:13582
    • 提供者:葛尧
  1. tanlansuanfa

    0下载:
  2. 此文件为贪婪算法的matlab源代码,适合参加数学建模的同学使用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32173
    • 提供者:han
  1. beibao

    0下载:
  2. 背包问题运用贪婪算法的matlab 程序实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1538
    • 提供者:shangsheng
  1. 最小生成树(Kuskal算法)

    0下载:
  2. 该程序用贪心算法来求解最小生成树问题 采用贪婪准则:每次选择边权值最小边。如果该边加入后不构成环,则加入。-procedures with the greedy algorithm to solve the problem using the minimum spanning tree greedy guidelines : each side the right to choose the minimum value side. If the edge after the entry does
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2280
    • 提供者:杨晨
  1. 跳马

    0下载:
  2. 贪婪算法实现的马的遍历,简单易懂,可以看看MFC类的派生和消息影射的一些咚咚,使用环境为VS。NET-greedy algorithm of the horse traversal, simple to understand and can look at the MFC category derived alluding to the news and some behind, the use of the environment VS.NET
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:53202
    • 提供者:姜景捷
  1. 马踏棋盘-vc.net

    0下载:
  2. 采用贪婪算法在VC.net环境下实现马踏棋盘。并提供多种路径-greedy algorithm used in VC.net environment under chessboard horse riding. And provide multiple paths
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:271794
    • 提供者:刘印亮
  1. Class1

    0下载:
  2. 用贪婪算法中的哈夫曼编码为文件进行压缩,得到一个比较好的压缩程序.-greedy algorithm with the Huffman encoding of the document for compression, to be a relatively good compression process.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1599
    • 提供者:郭宏慧
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. 用混和遗传算法求解背包问题

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。
  3. 所属分类:图形/文字识别

    • 发布日期:2010-04-06
    • 文件大小:87552
    • 提供者:shishiteng
  1. MP稀疏分解

    3下载:
  2. 基于Garbor 原子的稀疏分解,本算法是一种贪婪算法,可以很好的将信号分解
  3. 所属分类:matlab例程

  1. paike.rar

    0下载:
  2. 一个基于贪婪算法和分治算法以及回溯法的一个大型IT职业培训机构(湖北银河学院)的排课系统,采用AJAX+Mysql!!,A greedy algorithm based on the algorithm and sub-administration, as well as a large-scale retrospective law IT vocational training institutions (Institute of Hubei Galaxy) the Course Schedu
  3. 所属分类:Ajax

    • 发布日期:2017-05-12
    • 文件大小:2947003
    • 提供者:田伟
  1. 12-1

    0下载:
  2. 关于货箱装船问题的贪婪算法,只是简要描述-Container ship on the issue of greedy algorithm, only a brief descr iption of
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:825
    • 提供者:menmaolin
  1. b

    0下载:
  2. 算法艺术和信息学竞赛.主要介绍各种算法,包括动态规划,贪婪算法,数论基础,组合数学等-Algorithm for the arts and information science contest. Introduces a variety of algorithms, including dynamic programming, greedy algorithm, based on number theory, combinatorial mathematics, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-11
    • 文件大小:18368765
    • 提供者:zzt
  1. Program

    0下载:
  2. 用很简单的方法描述了如何勇贪婪算法解决旅行商问题-Using very simple methods Yong describes how greedy algorithm to solve traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1367
    • 提供者:FYL
  1. beibao

    0下载:
  2. 程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-Process beibao1 function greedy algorithm used another wording, beibao function is the previous code, used to compare two algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1090
    • 提供者:陈洁
  1. tanlansuanfa

    0下载:
  2. 贪婪算法——物料优化 awdtfgae-asaswdfdawtftjyuryusghsrtij
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:205486
    • 提供者:chen
  1. 2.Greedy

    1下载:
  2. 该文件夹包含一系列常用的贪婪算法集合,其中包含经典的克鲁斯卡尔算法,普利姆算法。-The folder contains a series of commonly used collection of greedy algorithm, which includes the classical Kruskal algorithm,普利姆algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8747
    • 提供者:李琪
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:599431
    • 提供者:
  1. greedy

    0下载:
  2. 贪婪算法 算法例题 有效的解决了数字删除的问题 让你可以从一串数字中选出一些最大的-Example algorithm greedy algorithm solves effectively the problem of the number of deleted so that you can choose from a bunch of figures some of the largest
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4795
    • 提供者:asd
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com