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

搜索资源列表

  1. greedy

    0下载:
  2. 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:799byte
    • 提供者:林鑫
  1. 1

    0下载:
  2. 活动安排问题 贪心算法 活动安排问题 贪心算法-The activities of the organization of the activities of the organization of greedy algorithm greedy algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:6.53kb
    • 提供者:applechar
  1. suanfashejiyufenxi

    0下载:
  2. 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
  3. 所属分类:Data structs

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

    0下载:
  2. 贪心法的算法,里面有最小生成树算法和单点源最短路径的算法,供大家学习参考-Greedy algorithms, there are minimum spanning tree algorithm and single-point-source shortest path algorithm, for them to learn from reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.68kb
    • 提供者:huahua
  1. GroupSparseBox_V2

    0下载:
  2. Greedy Group Sparsity Promoting Optmization
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:29.95kb
    • 提供者:angshul
  1. GreedyRandomizedSearch

    0下载:
  2. Matlab Implementation of Greedy Randomized Search Algorithm
  3. 所属分类:matlab

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

    0下载:
  2. 数学经典算法应用:贪婪算法的应用实例-Application of the classical algorithm: the application of the greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:113.69kb
    • 提供者:小雨
  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
    • 文件大小:8.54kb
    • 提供者:李琪
  1. greedy

    0下载:
  2. 有关贪婪算法的源码,可以用在无线网的成链协议中-The source of the greedy algorithm can be used in the wireless network into a chain of agreements
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1005byte
    • 提供者:weinan
  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
    • 文件大小:4.68kb
    • 提供者:asd
  1. bit_power_allocation

    0下载:
  2. :该文研究OFDM 系统在总功率和误比特率限定下最大化传输速率的问题,并且考虑实际系统中整数比特的限制, 提出基于灌水法则的两种比特分配算法——改进贪婪算法和对分灌水线搜索法-The maximization of data rate under the constraint of total transmit power and bit error rate is a considerable issue in OFDM system. Recognizing that the num
  3. 所属分类:Data structs

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

    1下载:
  2. 贪心法中最优量度标准的选择,是ACM队训练时看到讲义之一。-Greedy method to choose the best measure of the standard is ACM training lectures to see one.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:158.9kb
    • 提供者:S
  1. Minoux_greedy_algorithm

    0下载:
  2. Minoux’s greedy algorithm is a method of a heuristic solution for the network design with linear separable costs.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:168.05kb
    • 提供者:Makmur Hidayat
  1. TSP

    0下载:
  2. TSP with greedy algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.33mb
    • 提供者:Jin
  1. Algorithm

    0下载:
  2. 算法分析与设计的讲义 内容有动态规划,分制思想,贪心算法等-Algorithm analysis and design of the lecture content of dynamic programming, sub-system thinking, greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4.35mb
    • 提供者:wp
  1. greedy

    1下载:
  2. 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:591byte
    • 提供者:Ray
  1. Greedy-algorithm

    0下载:
  2. 使用贪心算法解决经典背包问题的C语言实现。-Using the greedy algorithm to solve the classic knapsack problem C language.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:514.66kb
    • 提供者:靳舒馨
  1. The-principle-of-greedy-method-

    0下载:
  2. 关于程序设计编程中的有关贪心算法的知识和一些理论例题!-The function is about the principle of greedy method !
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. c program fpr greedy algorithm
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:10kb
    • 提供者:drrenu
  1. e-greedy

    1下载:
  2. multi-armed bandit多臂赌博机算法中的e-greedy贪婪算法的基本仿真代码(multi-armed bandit e-greedy simulation program)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-02
    • 文件大小:894kb
    • 提供者:iceriverrr
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com