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

搜索资源列表

  1. 01bag

    0下载:
  2. 01 背包问题,c语言实现,计算机算法分析实习,使用的回溯法-01 knapsack problem, the C language, the computer algorithm analysis internship backtracking
  3. 所属分类:Data structs

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

    0下载:
  2. 计算机算法分析师习题,单源最短路径问题,使用的是贪心选择算法实现,通过调试,c言语实现-The the computer algorithms analyst exercises, single source shortest path problem, use greedy selection algorithm implementation, through debugging, c speech achieve
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:882908
    • 提供者:yangyu
  1. travel_fenzhi

    0下载:
  2. 计算机算法实习,旅行员售货问题,分支上限算法,c++实现,非常好的代码-The computer algorithm internship, the travel member vending problem, branch ceiling algorithm, c++ achieve a very good code
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:165381
    • 提供者:yangyu
  1. suanfa4_09

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后4.9 已经编译通过,完全正确。 汽车加油问题-Computer algorithm design and analysis (Wang Xiaodong) after 4.9 has been compiled by entirely correct. Vehicle refueling problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:2043794
    • 提供者:123
  1. suanfa5_15

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后5.15 已经编译通过,完全正确。 最佳调度问题-Computer algorithm design and analysis (Wang Xiaodong) afterschool 5.15 has been compiled by entirely correct. Optimal scheduling problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2089721
    • 提供者:123
  1. suanfa4_01

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后4.1 已经编译通过,完全正确。 会场安排问题-Computer algorithm design and analysis (Wang Xiaodong) after 4.1 has been compiled by entirely correct. Venue arrangements
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:2712643
    • 提供者:123
  1. suanfa2_1

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后2.1 已经编译通过,完全正确。 输油管道问题-Computer algorithm design and analysis (Wang Xiaodong) after 2.1 has been compiled by entirely correct. Pipeline problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2131097
    • 提供者:123
  1. suanfa2_4

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后2.4 已经编译通过,完全正确。 马的Hamilton周游路线问题-Computer algorithm design and analysis (Wang Xiaodong) after 2.4 has been compiled by entirely correct. Ma' s Hamilton traveled route.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:2049357
    • 提供者:123
  1. suanfa3_1

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后3.1 已经编译通过,完全正确。 独立任务最优调度问题-Computer algorithm design and analysis (Wang Xiaodong) afterschool 3.1 has been compiled by entirely correct. Optimal scheduling of independent tasks
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:2027030
    • 提供者:123
  1. suanfa3_17

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后3.17 已经编译通过,完全正确。 最少费用问题-Computer algorithm design and analysis (Wang Xiaodong) " after-school 3.17 has been compiled by entirely correct. Least cost issues
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:2476052
    • 提供者:123
  1. suanfa5_07

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后5.7已经编译通过,完全正确。 n色方柱问题-Computer algorithm design and analysis (Wang Xiaodong) afterschool 5.7 has been compiled by entirely correct. n color square columns problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:2030861
    • 提供者:123
  1. Data-structure-and-algorithm

    0下载:
  2. 《数据结构与算法》以基本数据结构和算法设计策略为知识单元,系统地介绍了数据结构的知识与应用、计算机算法的设计与分析方法-" Data Structures and Algorithms" knowledge unit basic data structure and algorithm design strategy, a systematic introduction to the knowledge and application of the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:36996
    • 提供者:阮中林
  1. code

    0下载:
  2. 几大经典的数论计算机算法实现,其中有经典的模取幂和素数算法-Several major classical number theory computer algorithms, including the classic mold to take power and primes algorithm
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:5033
    • 提供者:李晓东
  1. nQueen

    0下载:
  2. 计算机算法设计与分析。解决N皇后问题C#实现-Solution of N-queens problem implemented by C#
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:432023
    • 提供者:wizard
  1. 0_1back

    0下载:
  2. 0_1背包回溯法,< 计算机算法设计与分析> 王晓东-failed to translate
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:242688
    • 提供者:常帅
  1. metrix

    0下载:
  2. 《计算机算法设计与分析》王晓东上的源码,实现矩阵连乘-failed to translate
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:2745509
    • 提供者:常帅
  1. point

    0下载:
  2. 《计算机算法设计与分析》王晓东第四版实现最接近点对-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:247343
    • 提供者:常帅
  1. Algorithm

    2下载:
  2. 计算机算法设计与分析(王晓东版)课程设计经典例子-Computer Algorithm Design and Analysis course design classic example
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:3960832
    • 提供者:朱坤华
  1. algorithm-design-and-analysis-codes

    0下载:
  2. 计算机算法设计与分析中的一些算法的实现的源代码-The realization of the computer algorithm design and analysis of some of the source code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:108937
    • 提供者:刘金
  1. suanfa

    0下载:
  2. 计算机算法设计与分析 0-1背包问题 士兵站队问题 最长子序列 工作分配 会场安排 -Design and Analysis of Computer Algorithms 0-1 knapsack problem question soldiers stand longest sequence assignment venue arrangements
  3. 所属分类:.net

    • 发布日期:2017-11-20
    • 文件大小:6304
    • 提供者:ss
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com