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

搜索资源列表

  1. algorithm

    0下载:
  2. 以设计策略为主线,循序渐进地介绍了经典算法设计(包括分治、动态规划、贪心、回溯、迭代改进等算法)、NF完全理论、非精确型算法设计〔包括近似算法、参数化算法,随机算法),以及现代智能优化方法.强调算法思维与编程实践并重,注重运用算法技术解决实际工程问题。-In order to design strategy as the main line, gradual introduction of the classic algorithm design (including the partition
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722370
    • 提供者:junhong
  1. seg-ijcv[1]

    1下载:
  2. Graph-Based Segmentation 是经典的图像分割算法,该算法是基于图的 贪心聚类 算法,实现简单,速度比较快,精度也还行。-Graph based Segmentation is a classical image Segmentation algorithms, the algorithm is Based on the figure of greedy clustering algorithm, speed is faster, and easy to implement
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:306118
    • 提供者:ping
  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. lvxing

    0下载:
  2. 旅行商问题是NP完全的组合优化问题。分析了邻域启发式算法的基本操作,提出 一种简单的启发式贪心法,仅利用城市间的距离信息求解旅行商问题-Traveling salesman problem is np-complete combinatorial optimization problem.The basic operation of neighborhood heuristic algorithm is analyzed and presented A simple heuristic
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:33215
    • 提供者:
  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. Theoptimalvertex

    0下载:
  2. 改进的最优顶点覆盖贪心边近似算法,大家可以看看(Improved optimal vertex covering greedy edge approximation algorithm)
  3. 所属分类:

    • 发布日期:2017-12-30
    • 文件大小:202752
    • 提供者:TraceCJY
  1. dros

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

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