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

搜索资源列表

  1. greedyalgorithm.rar

    0下载:
  2. 利用贪心算法从而实现了任务调度问题的过程,Greedy algorithm- the task scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:955344
    • 提供者:角久
  1. horse-riding-board

    0下载:
  2. 马踏棋盘程序,使用c++编写,经典的贪心算法实现快速得出结果-Horse riding board, the use of c++ written in the classic outcome of the greedy algorithm for fast
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:172539
    • 提供者:zlying
  1. Greed

    0下载:
  2. 利用贪心算法解决“部分背包问题”。这是个经典算法,实现的也比较完善,易用而且BUG少。-This code is about the "Knapsack problem".Our policy is the "Greedy Algorithm".It s easy to use & has nearly no BUG.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1004
    • 提供者:洛菲雨
  1. greedy_OBST

    0下载:
  2. 贪心算法实现的最优二叉查找树,c++代码实现,运行无误-Greedy algorithm of optimal binary search tree, c++ code to run correctly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:908521
    • 提供者:Rhonda
  1. huffman.rar

    0下载:
  2. 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:2130
    • 提供者:waterfly
  1. jiayouwenti

    0下载:
  2. 用贪心算法实现加油问题的代码,而且是以C++实现的。-this is a C++!include<iostream.h> #include<fstream.h> ifstream infile("E:\\jiayou.in") ofstream outfile("E:\\jiaou.out") void jiayou(int*x,int n,int k){
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:485502
    • 提供者:龙政
  1. TSP-MST.rar

    1下载:
  2. 最小生成树的思想应用于TSP问题的求解,贪心算法的实际应用。,Minimum Spanning Tree thinking applied to TSP problem solving, the practical application of greedy algorithm.
  3. 所属分类:Data structs

    • 发布日期:2016-09-26
    • 文件大小:915816
    • 提供者:xnhcx
  1. work9

    0下载:
  2. 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场,设计一个有效的贪心算法进行安排。-Enough to assume that many of the arrangements for the venue where a number of activities and want to use the venue as small as possible, design an efficient greedy algorithm to carry out the arrangemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:942
    • 提供者:许磊
  1. GreedyBag

    0下载:
  2. 贪心算法求背包问题,分别求出了三种标准1. 按效益值由大到小取物品. 2. 按重量值由小到大取物品 3.按比值pi/wi的值由大到小取物品 其中第3种是最优解-Greedy algorithm for knapsack problem, respectively, obtained three standard 1. Press-effective value of descending and remove things. 2. By weight the value of items
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:1050
    • 提供者:Allan
  1. greedyprogram

    1下载:
  2. 关于员工任务分配问题的算法,我们用贪心算法来实现。这里是贪心算法的C语言程序。-using greedy to answer work problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5066
    • 提供者:chenbao
  1. The_Greedy_Heuristic

    1下载:
  2. 表上作业法(贪心法)的MATLAB程序 解决运输问题的算法,内部有程序代码的详细介绍以及一个算例的介绍。本人为MATLAB初学者,欢迎交流,QQ420797419-This simple heuristic usually gives good, but possibly suboptimal solutions for the transportation problem.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:5581
    • 提供者:小胡
  1. text_1

    0下载:
  2. 会场排序 使用尽可能少得会场 安排所有会议 使用贪心算法 C语言实现-The sorting use as the less arrange all meetings, a greedy algorithm is used to realize the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:872
    • 提供者:liuxi
  1. setcover

    1下载:
  2. 贪心算法实现集合覆盖问题,不带权的集合覆盖问题,c++源码-Greedy algorithm set cover problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:647
    • 提供者:钱米
  1. Keyframe

    1下载:
  2. 从视频中提取关键帧,采用贪心算法和堆排序来处理视频中的大量帧信息。-Extracted from the video key frame, the use of greedy algorithm and HEAPSORT to deal with a large number of frames of video information.
  3. 所属分类:mpeg mp3

    • 发布日期:2015-10-30
    • 文件大小:267147
    • 提供者:wpc
  1. CiPanZuiYouCunChu

    0下载:
  2. 贪心算法实现磁盘最优存储问题,java实现,算法作业参考-Greedy algorithm to achieve optimal disk storage problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4855
    • 提供者:zhangke
  1. Dijkstra

    0下载:
  2. Dijkstra算法设计单源最短路径问题的贪心算法-Greedy algorithm of Dijkstra algorithm design single source shortest path problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:807
    • 提供者:丁玲
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. snake_C++

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:62401
    • 提供者:xuzheng
  1. snake_VC++_win32

    0下载:
  2. 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法的win32源码,使用VC++实现-Image segmentation of the active contour model commonly used in a classic algorithms- greedy algorithm win32 source, use VC++ Achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:76013
    • 提供者:xuzheng
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:15320
    • 提供者:海霞
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
搜珍网 www.dssz.com