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

搜索资源列表

  1. JS

    0下载:
  2. 大学计算机算法里面最常用的算法之一贪心算法-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:838
    • 提供者:chenyan
  1. Algorithm

    0下载:
  2. sara baase 巴斯 著 第六版 计算机算法设计与分析导论中文翻译-sara baase Bath sixth edition book Design and Analysis of Computer Algorithms Introduction to Chinese translation
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11771904
    • 提供者:余凡
  1. Introduction-to-Algorithms-3rd

    0下载:
  2. 《算法导论(原书第2版)》一书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4960710
    • 提供者:jsp
  1. ART

    0下载:
  2. 计算机算法基础ART算法(计算连通图的深度优先生成树的DFN和L)用VC++代码实现-Computer algorithm based ART algorithm (calculated connected graph depth-first spanning tree of the DFN and L) with VC++ code
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:82313
    • 提供者:ldyue
  1. FGRAPH

    0下载:
  2. 计算机算法基础中的多段图的向前处理算法VC++代码实现-Computer algorithm-based multi-stage graph in forward processing algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:64370
    • 提供者:ldyue
  1. OBST

    0下载:
  2. 计算机算法基础书本中的OBST算法VC++代码实现-Computer algorithm-based books in the OBST algorithm VC++ code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:70654
    • 提供者:ldyue
  1. GenerateRand

    0下载:
  2. VC环境编写的一个随机数产生的小程序,便于扩展,在计算机算法中的概率算法中有一定的应用-A random number generator program written in VC environment, easy expansion, a certain application of probabilistic algorithms in the computer algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:30078
    • 提供者:东方卡
  1. com

    0下载:
  2. 计算机算法与设计各种源码计算机算法与设计各种源码贪心 动态规划-compute source compute source compute sourcecompute sourcecompute sourcecompute source
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1339265
    • 提供者:zhang yupei
  1. 6

    0下载:
  2. 贪心法解活动安排问题(计算机算法设计与分析)实验报告-Greedy method for solving activities arrangements ( computer algorithm design and analysis )
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:49359
    • 提供者:江军然
  1. dierzhang

    0下载:
  2. 计算机算法设计与分析第二章课后习题,是关于书友广岛问题的-shu you
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:452631
    • 提供者:王恒军
  1. Computer-algorithm-designanswer-

    0下载:
  2. 计算机算法设计,递归与分治策略,动态规划,贪心算法,回朔法,分支界限法,线性规划与网络流,NP完全问题与近似算法等-Computer algorithms, recursive and the strategy of divide and conquer, dynamic programming, greedy algorithms, backtracking method, branch and bound method, linear programming and network flow
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-24
    • 文件大小:8065186
    • 提供者:李志伟
  1. shopping-question

    0下载:
  2. 实现超市中排队购物用时最短,是计算机算法设计与分析中的一道题。自己写的程序,原创!-Achieve queued supermarket shopping with the shortest, is a question in the design and analysis of computer algorithms. Write their own procedures, original!
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:885666
    • 提供者:huang ketao
  1. suanfafenxi

    0下载:
  2. 算法分析是对一个算法需要多少计算时间和存储空间作定量的分析。 算法(Algorithm)是解题的步骤,可以把算法定义成解一确定类问题的任意一种特殊的方法。在计算机科学中,算法要用计算机算法语言描述,算法代表用计算机解一类问题的精确、有效的方法。算法+数据结构=程序,求解一个给定的可计算或可解的问题,不同的人可以编写出不同的程序,来解决同一个问题,这里存在两个问题:一是与计算方法密切相关的算法问题;二是程序设计的技术问题。算法和程序之间存在密切的关系。分析算法可以预测这一算法适合在什么样的环境中有
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12419386
    • 提供者:xiaomeng
  1. 111

    0下载:
  2. 有重复元素的排列 计算机算法分析 C语言-Repeated elements in the arrangement of C language
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:591
    • 提供者:xuxiong
  1. bresenham算法

    0下载:
  2. bresenham算法,用于计算机图形学,这是一种很好的画直线工具。-bresenham algorithms for computer graphics, which is a good tool for drawing straight lines.
  3. 所属分类:绘图程序

    • 发布日期:2017-12-03
    • 文件大小:621
    • 提供者:陶忠山
  1. MergeSortL_AND-QuickSort

    0下载:
  2. MergeSortL_AND QuickSort,计算机算法设计与分析中的链表的归并排序算法和快速排序算法-MergeSortL_AND QuickSort, linked list merge sort algorithm in the design and analysis of computer algorithms, and fast sorting algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-14
    • 文件大小:2424322
    • 提供者:陈乾福
  1. nqueen

    0下载:
  2. 这个是计算机算法基础的n皇后问题,可以完美的显示处理的结果,有好几个程序-This is a computer algorithm based on n-queens problem, can the perfect display processing results, there are several procedures
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:2478718
    • 提供者:吴慢慢
  1. 12

    0下载:
  2. 计算机算法基础里面最大字段和的编程,可以完美运行-Computer algorithm foundation inside field and programming, can be the perfect run
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:884668
    • 提供者:吴慢慢
  1. duobianxing

    0下载:
  2. 计算机算法实习,使用动态规划法实现多边形游戏,通过调试,里面有详细的解释-The computer algorithm internship polygon game using the dynamic programming method to achieve through the debugger, which are explained in detail
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:157637
    • 提供者:yangyu
  1. lvxingfenzhishangxian

    0下载:
  2. 计算机算法分析实习源码,旅行售货员问题,分枝限界法,通过调试-Computer algorithm analysis internship source, the traveling salesman problem, branch and bound, and through the debugger
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:495141
    • 提供者:yangyu
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com