搜索资源列表

  1. 贪心蛇.rar

    0下载:
  2. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:47014
    • 提供者:
  1. 会议安排

    0下载:
  2. 本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical app
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:904
    • 提供者:汪永威
  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Gre
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:王卫红
  1. TSPSA

    0下载:
  2. 贪心算法和退火模拟算法的MATLAB程序,贪心算法仅是在某种意义上的局部最优解。(Greedy algorithm MATLAB procedures, greedy algorithm is only in a sense of the local optimal solution.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:j追风
  1. GREEDY MAX-IS

    0下载:
  2. 最大独立集的贪心算法简易实现,可以快速求取节点数量较少的最大独立集问题。(An approximated greedy algorithm for Maximum Independent Set Problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:richardqiu
  1. 贪心算法

    0下载:
  2. 贪心算法的详细说明,哈哈哈哈哈哈哈哈哈哈哈(Greedy algorithm is described in detail)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3968000
    • 提供者:miku123
  1. function

    0下载:
  2. 一些算法的集合,可以直接测试使用,包括动态划分,分治,贪心算法等(Some of the sets of algorithms can be used directly to test the use of)
  3. 所属分类:其他小程序

  1. 源代码及数据

    0下载:
  2. 随着高校不断扩招,数字化校园的不断推进,应用信息化高效的分配和管理宿舍是非常有意义的。本作品创新性地引入了“种子选手”,并基于贪心算法设计出宿舍分配方案。用Python的GUI设计可视化界面,最终形成了宿舍分配系统。(With the continuous expansion of colleges and universities and the continuous promotion of digital campus, it i
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:SFQRM
  1. calabash-master

    0下载:
  2. 葫芦娃问题的一种解法,利用贪心法和本地搜索,可以得到较好的局部最优解(There are N calabash brothers numbered with 1, 2, ..., N. Each of them has a skill, which they may choose to use or not. So each of them has two states: positive if he uses the skill an
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:6665216
    • 提供者:Captainliuty
  1. best

    0下载:
  2. 贪心算法解决最优装载问题,c++版本。已设置初始重量和容量。(A greedy algorithm to solve the optimal loading problem.C++ version. Initial weight and capacity have been set.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:91136
    • 提供者:hero_s
  1. 背包问题

    0下载:
  2. 贪心算法解决背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?(The greedy algorithm solves the knapsack problem: a given n item and a backpack. The weight of the item I is Wi, its value is Vi, and the capa
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:91136
    • 提供者:wj456jw
  1. BE3

    0下载:
  2. 一个找零问题的不同实现方法。贪心算法,矩阵搜索等(The different implementation methods of a change problem. Greedy algorithm, matrix search, etc.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:653312
    • 提供者:Lewis在别处
  1. 贪心算法-局部背包

    0下载:
  2. 使用java语言实现贪心算法中的局部背包问题,适合正在学习这方面算法的人使用。(The Java language is used to implement the local knapsack problem in the greedy algorithm, which is suitable for people who are learning this algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:4377600
    • 提供者:歪猴
  1. dynamic programming

    0下载:
  2. 基础编程算法之DP贪心,从基础学起,成长大牛。(algorithm of greedy)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:1.052
  1. Longest common subsequence

    0下载:
  2. 用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it wit
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lcy2074
  1. STL、贪心

    0下载:
  2. 在里面详细介绍了STL、贪心算法。并且包含一些具体的事例。(The STL and greedy algorithms are introduced in detail. And contains some specific examples.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:79872
    • 提供者:AustinT
  1. duoji

    0下载:
  2. 完成n个工作在m台机器上的贪心算法分配 每个作业只能选择一台设备加工,加工时间为t.每台机器一次只能加工一个作业,使等待时间最短。(Implementation of greedy algorithm allocation for n jobs on m machines)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:317440
    • 提供者:baliea
  1. Sara算法

    0下载:
  2. 实现的Sara强化学习算法,动作选择策略为贪心策略,且存在收敛条件和最终状态。(The implemented Sara reinforcement learning algorithm, the action selection strategy is a greedy strategy, and there are convergence conditions and final states.)
  3. 所属分类:matlab例程

  1. 2003年全国大学生数学建模竞赛题目

    0下载:
  2. 如何利用最小的资源消耗取得理想的产量要求,是本文讨论的重点问题。文章采用两种方法——贪心法和线性规划建立模型,针对两个目标进行安排。(How to make use of the minimum resource consumption to achieve the desired output requirements is the key issue discussed in this paper. In this paper, t
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:2528256
    • 提供者:jijibo,
  1. 不知道如何离场用这个不漂移MT4指标-我用了几年了-不贪心的离场

    0下载:
  2. 不知道如何离场用这个不漂移指标-我用了几年了-不贪心的离场
  3. 所属分类:其它程序

« 1 2 3 4 5 6 78 9 10 11 12 ... 47 »

源码中国 www.ymcn.org