搜索资源列表

  1. OI

    0下载:
  2. 用多种算法解决0-1背包问题,包括回朔法,动态规划,贪心算法等-algorithm used to solve a variety of 0-1 knapsack problem, including the retrospective method, dynamic programming, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:431104
    • 提供者:王垂宇
  1. ArithmeticDesignMethod

    0下载:
  2. 此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以-This article has iteration of the algorithm, exhaustive search method, the recursive method, greedy method, backtracking, sub-rule method, dynamic programming, etc., can b
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:67584
    • 提供者:周健
  1. ACMcode

    0下载:
  2. acm pku的经典题目的代码和思路,包括了DP问题,贪心,回溯,等等都是很经典的题目-acm pku classic subject code and ideas, including the DP problem, greedy, backtracking, and so on are all very classic topic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:41984
    • 提供者:杨一一
  1. change-making

    0下载:
  2. acm换钱的算法,主要检查货币的度量衡是否可以用贪心法-acm exchange algorithms, the main currency of the Weights and Measures to check whether the greedy method can be used
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:505856
    • 提供者:yehr
  1. SuanFa

    0下载:
  2. 各种数值算法,包括:二叉树、贪心算法、搜索算法、遗传算法、模拟退火算法、分治策略等等。-A variety of numerical algorithms, including: binary tree, greedy algorithm, search algorithm, genetic algorithm, simulated annealing algorithm, sub-rule tactics and so on.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:178176
    • 提供者:张光炜
  1. greedybaseddistributedroutingschemes

    0下载:
  2. 一种基于贪焚算法的分布式路由方案的VLSI实现-The burning of a greedy algorithm based on distributed routing program realize VLSI
  3. 所属分类:网格计算

    • 发布日期:2024-05-16
    • 文件大小:402432
    • 提供者:chenhang
  1. Snake

    0下载:
  2. 贪之蛇游戏源代码, 提供给广大VC爱好者,仅供参考.-Greedy snake game source code available to the general VC enthusiasts, for informational purposes only.
  3. 所属分类:其他游戏

    • 发布日期:2024-05-16
    • 文件大小:16384
    • 提供者:高广涛
  1. Greedy_DelleteNumber

    0下载:
  2. using greedy tratage to solve the problem of Number Delete.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:tony chen
  1. greedy

    0下载:
  2. (1).问题描述:集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? (2).程序设计要求: a. 设计一个贪心算法 b. 任给一个输入实例,能输出集装箱的空间利用率 c. 能用图形演示装箱的过程 演示: 输入要测试的文件名,如c17.txt,程序将给出结果
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:小明
  1. suanfabaogao

    0下载:
  2. 算法设计与分析试验报告,含全部实验源代码,包括贪心法、回溯法、深度优先搜索、分治法等,内容详尽。-Algorithm design and analysis of the test report, containing all the experimental source code, including the greedy method, backtracking, depth-first search, sub-rule law,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:121856
    • 提供者:Diana
  1. Algorithm_Design

    0下载:
  2. 算法设计与分析,其中包括贪婪算法、分而治之算法、动态规划、回溯、分枝定界-Algorithm design and analysis, including greedy algorithms, divide and conquer algorithms, dynamic programming, backtracking, branch and bound
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:116736
    • 提供者:kiwi
  1. algorithm.tar

    0下载:
  2. 一个算法教案,包括多精度数值处理、排列组合、枚举法、递归与回溯法、贪婪法等在章节-An Algorithm for lesson plans, including multi-precision numerical processing, permutation and combination, enumeration, recursive and backtracking, greedy method, such as in the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:416768
    • 提供者:jhiter
  1. Algorithm

    0下载:
  2. 数据结构算法 分治算法、贪心算法、动态规划法、回溯法、分治定界法-Data structure algorithm sub-rule algorithm, greedy algorithms, dynamic programming, backtracking, sub-rule-bound method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:2419712
    • 提供者:杨钦龙
  1. GreedyASelectorMain

    0下载:
  2. 贪心算法 使某些问题时间复杂度降为一维线性-Greedy algorithm to make certain issues reduced time complexity of one-dimensional linear
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. tanlansuanfa

    0下载:
  2. 经典的贪婪算法,相信对研究OFDM的同学会有较大帮助-Classical greedy algorithm, I believe that the study of OFDM to help students have a greater
  3. 所属分类:传真(Fax)编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zlg4302075
  1. Debug

    0下载:
  2. 贪心算法,8皇后问题-Greedy algorithm, 8 Queen s problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:150528
    • 提供者:
  1. suanfa

    0下载:
  2. 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 -Chapter 1 Introduction Algorithm Chapter 2 Recursion and sub-rule strategy in Chapter 3 Dynamic Programming Chapter 4 greedy algorithm in Chapter 5 Ba
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:3323904
    • 提供者:jake
  1. lallala

    0下载:
  2. 关于最佳贪婪算法的实现 关于最佳贪婪算法的实现-Greedy algorithm on the realization of the best on the best greedy algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:花儿
  1. GreedySnake

    0下载:
  2. simple greedy snake game in win32
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:3100672
    • 提供者:cks
  1. AlgorithmUsingJava

    0下载:
  2. <算法导论>第二版大部分算法实现. 1. 各类排序和顺序统计学相关 2. 数据结构 2.1 基本数据结构 2.2 散列表 2.3 二叉查找树 2.4 红黑树 2.5 数据结构基于红黑树的扩张 3. 高级涉及和分析技术 3.1 动态规划相关 3.2 贪心算法相关 3.3 用于不相交集合的数据结构 4. 部分图算法.-<Introduction to Algorithms&g
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:324608
    • 提供者:QJGui
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org