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

搜索资源列表

  1. The-shortest-path

    1下载:
  2. 用贪心法和动态规划两种算法求解有向图任意两个节点之间的最短路径,要求给出最短路径的值以及中间路径。-Greedy method and dynamic programming algorithm to solve the two have to figure the shortest path between any two nodes, required to give the value of the shortest path and the middle path.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1992
    • 提供者:张鹏飞
  1. Templates-and-pku-code

    0下载:
  2. 学习ACM的基本算法,包括动态规划,DP,贪心,等等。-ACM learn basic algorithms, including dynamic programming, DP, greedy, and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:369070
    • 提供者:耿新
  1. classical-algorithms

    0下载:
  2. 许多经典算法问题的源代码,包括数据结构,分治,回溯,动态规划,图论,贪心等等,包括了C,C++和Java代码,已分成文件夹整理好.-Many classical algorithms of the source code, including data structures, divide and conquer, backtracking, dynamic programming, graph theory, greed, etc., including C, C++ and Java cod
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:101713
    • 提供者:AIr
  1. 2008

    0下载:
  2. 国家集训队2008论文集 Day1 1.曹钦翔《数据结构的提炼与压缩》 2.郑暾《平衡规划——浅析一类平衡思想的应用》 3.刘弈《浅谈信息学中状态的合理设计与应用》 4.顾研《浅谈随机化思想在几何问题中的应用》 5.周梦宇《码之道——浅谈信息学竞赛中的编码与译码问题》 6.肖汉骏《例谈信息学竞赛分析中的“深”与“广”》 7.方戈《浅析信息学竞赛中一类与物理有关的问题》 8.吕子鉷《浅谈最短径路问题中的分层思想》 9.周小博《浅谈信息学竞赛中的区间问题》
  3. 所属分类:Data structs

    • 发布日期:2017-06-08
    • 文件大小:15473442
    • 提供者:sxy
  1. tanxinwenti

    0下载:
  2. 各种贪心策略情况下的背包问题的算法并实现;其中:量度标准分别取:效益增量P、物品重量w、P/w比值-Various greedy strategy in case the knapsack problem and implement algorithms wherein: a measure were taken: the incremental benefits of P, articles weight w, P/w ratio
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:530258
    • 提供者:文一
  1. HDU-and-some-problem

    0下载:
  2. 杭电上面的一些题目和一些常见的算法(贪心,错排,快排之类),以及2015阿里巴巴笔试题答案-Some of the topics to hang above the power and some common algorithms (greedy, staggered, fast row, 2015), and Alibaba written answers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3819
    • 提供者:李克武
  1. DeepLearning-master

    1下载:
  2. 深度学习的概念源于人工神经网络的研究。含多隐层的多层感知器就是一种深度学习结构。深度学习通过组合低层特征形成更加抽象的高层表示属性类别或特征,以发现数据的分布式特征表示。[1] 深度学习的概念由Hinton等人于2006年提出。基于深信度网(DBN)提出非监督贪心逐层训练算法,为解决深层结构相关的优化难题带来希望,随后提出多层自动编码器深层结构。此外Lecun等人提出的卷积神经网络是第一个真正多层结构学习算法,它利用空间相对关系减少参数数目以提高训练性能。[1] 深度学习是机器
  3. 所属分类:Data Mining

    • 发布日期:2017-04-27
    • 文件大小:68051
    • 提供者:Francis
  1. progamming

    0下载:
  2. 各种算法比如矩阵鞍点,分划,n阶乘,螺旋阵,穿越沙漠,二分法求解方程,百鸡问题,残缺棋盘,贪心法删数,矩阵乘法动态规划。。。等等,亲测可以运行。-Various algorithms such as matrix saddle point, partition, n factorial, spiral array, through the desert, the dichotomy solve the equations, one hundred chicken issue, incomplet
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-30
    • 文件大小:248072
    • 提供者:张潇
  1. HUAWEI-Code-Craft-

    0下载:
  2. 2016华为软件精英挑战赛70分程序,包括最短路,贪心等算法-2016 HUAWEI software elite challenge 70 points program, including the shortest path, greedy algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:423910
    • 提供者:lirunling
  1. BlackAndWhite

    0下载:
  2. 黑白棋,总共分为四个等级,实现算法以贪心为主,以棋盘点权值辅助,以棋盘点预测所占优势做优化。-Reversi total is divided into four grades, with greedy algorithm mainly to assist the board point weights to do a predominance checkerboard prediction optimization.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-30
    • 文件大小:20357
    • 提供者:刘昊岩
  1. Prim

    0下载:
  2. 经典的prim算法,采用贪心策略,求一个给定的加权连通图的最小生成树。- The classic prim algorithm, using the greedy strategy, for a given weighted connected graph of the minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:172985
    • 提供者:sr
  1. Python-Algorithms-master

    0下载:
  2. ##Python-Algorithms "Python Algorithms: Mastering Basic Algorithms in the Python Language" ##Python算法教程 - [第1章 引言](/Chapter1) - [第2章 基础知识](/Chapter2) - 第3章 计数初步 - 第4章 归纳,递归及归简 - 第5章 遍历:算法学中的万能钥匙 - 第6章 分解,合并,解决 - 第7章 贪心有理吗?请证
  3. 所属分类:网络编程

    • 发布日期:2017-12-23
    • 文件大小:33792
    • 提供者:scjss
  1. Project_15352073_Dengdian_v2

    0下载:
  2. 停船问题退火解决,启发式算法解决泊位分配问题,退火是比较简单的,这里介绍简单的退火贪心来求解(To solve the problem of annealing, a heuristic algorithm to solve the berth allocation problem, annealing is relatively simple, this simple greedy annealing to solve)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:517120
    • 提供者:dsada
  1. dros

    0下载:
  2. acm换钱的算法,主要检查货币的度量衡是否可以用贪心法()
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:506880
    • 提供者:loekqeudinqr
« 1 2 ... 27 28 29 30 31 32»
搜珍网 www.dssz.com