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

搜索资源列表

  1. suanfasheji

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:930302
    • 提供者:WXB
  1. AlgorithmDesign

    0下载:
  2. 计算机算法分析与设计习题与试验题解 王晓东主编 第三版-Computer algorithm analysis and design exercises with the test editor in chief of the third edition of title Xiaodong Xie
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8065398
    • 提供者:lvnanpass
  1. 42

    0下载:
  2. 矩阵连乘的括号画分,是算法分析与设计书里的源代码。-Matrix even by sub-brackets painting is algorithm analysis and design of the book
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:7884
    • 提供者:L
  1. 54

    0下载:
  2. 正整数划分算法,可以直接输出,较好,可以参考,是算法分析与设计书里的源代码。-Positive integer division algorithm, can be directly output, better, can refer to is the algorithm analysis and design of the book
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:7387
    • 提供者:L
  1. longest_sequence

    0下载:
  2. 算法分析与设计的最长子序列问题,输入一定数列,系统会自动输出该序列的最长子序列长度-Algorithm analysis and design of the longest sequence problem, the importation of certain series, the system will automatically output the sequence of the longest sequence length
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1734
    • 提供者:黄大开
  1. Fac5_11

    0下载:
  2. // //本程序取自王晓东编著“算法分析与设计”第 182 页,例 //电路板排列问题回溯解法 -////This procedure Xiaodong edited from the Algorithm Analysis and Design section 182, for example,// circuit board with the issue of retrospective method
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1394
    • 提供者:qkw
  1. Fac6_3

    0下载:
  2. //本程序取自王晓东编著“算法分析与设计”第 198 页,例 //装载问题的分支限界解法-//This procedure Xiaodong edited from the Algorithm Analysis and Design, p. 198, for example,// load the problem branch and bound method
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1943
    • 提供者:qkw
  1. qichejiayouwenti

    0下载:
  2. 汽车加油问题,算法分析与设计 顶顶 顶 顶 顶-Automobile refueling problems, Algorithm Analysis and Design顶顶顶顶顶顶顶顶
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:829
    • 提供者:心蓝
  1. ProblemF

    0下载:
  2. 算法分析与设计中的汽车加油问题,用贪心算法来进行 -Algorithm analysis and design of the automobile refueling problem, greedy algorithm used to carry out
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:793
    • 提供者:天河
  1. Based

    0下载:
  2. 基于遗传算法的0-1背包问题的求解,可进一步另深对遗传算法理解,学习算法分析与设计的可以-Based on Genetic Algorithm for Solving 0-1 Knapsack Problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6094
    • 提供者:林华
  1. sousuo

    0下载:
  2. 算法分析与设计中的二分搜索算法代码,用来实现数字查找。-Algorithm Analysis and Design of the two sub-search algorithm code, used to achieve the number of search.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:833
    • 提供者:流潮
  1. Large_integer_multiplication

    0下载:
  2. 算法分析与设计——大整数乘法。 计算两个超出机器数表示范围的整数的乘积。-Algorithm Analysis and Design- large integer multiplication. Calculating the number of two machines that go beyond the scope of the product of an integer.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:718
    • 提供者:胡小姗
  1. zhongshu

    0下载:
  2. 算法分析与设计之众数 算法分析与设计 众数-Algorithm Analysis and Design of the plural of analysis and design of algorithms plural
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:101374
    • 提供者:罗薇
  1. duoxiangshi

    0下载:
  2. 数据结构中用于解决多项式相加问题,算法分析与设计-Data structure used to solve the problem of polynomial sum, algorithm analysis and design
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:1560
    • 提供者:百树人
  1. suanfa

    0下载:
  2. 算法分析与设计 的几个实验,n皇后,骑士问题,以及lsc的源程序-Algorithm analysis and design of several experiments, n Queen, Knight, as well as the source of lsc
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:19255
    • 提供者:wangjun
  1. c.c

    0下载:
  2. 基于NETBIOS的数据通信算法分析与设计。-NETBIOS-based algorithm for data communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4597
    • 提供者:xsj
  1. Turing_Machine

    0下载:
  2. 计算模型,turing机问题,turning机与RAM的内部关系,东南大学算法分析与设计课程内部讲义-Computing model, turing machine problem, turning machine with the RAM' s internal relations, Southeast University, algorithm analysis and design courses within the lecture notes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:134223
    • 提供者:winnershu
  1. algrithmDesign

    0下载:
  2. 算法分析与设计,清华大学教学课件,值得学习-Algorithm Analysis and Design, Tsinghua University courseware, it is worth learning
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:527637
    • 提供者:moorechia
  1. duoduantu

    0下载:
  2. 使用动态规划算法解决多段图问题,适合算法分析与设计的学习-Using dynamic programming algorithm to solve the issue of multi-stage plan for the learning algorithm analysis and design of
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:126648
    • 提供者:smile
  1. huisufa

    0下载:
  2. 使用回溯法解决01背包问题,适合于算法分析与设计的初学者-Use backtracking to solve 01 knapsack problem, algorithm analysis and design is suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:196418
    • 提供者:smile
« 1 2 3 45 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com