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

搜索资源列表

  1. encode

    0下载:
  2. 想要的人不要错过哦,,字典序,C++算法实现。。算法设计与分析的重要一题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12054
    • 提供者:谢日敏
  1. hamiltonhuilu

    0下载:
  2. Hamilton 回路得算法,用Visual C++编写,可供学习算法设计与分析得学习者参考
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5848
    • 提供者:hn
  1. ACO

    0下载:
  2. 算法设计与分析 蚁群算法的设计和分析,具体的代码和细致的讲解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:440101
    • 提供者:fengshimin
  1. 052364_midnum

    0下载:
  2. 算法设计与分析 求中位数
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:921
    • 提供者:顾大
  1. tanxinfa

    0下载:
  2. 算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating system, without resource constra
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1066
    • 提供者:范铮
  1. jiang3

    0下载:
  2. 数据结构中分块查询算法,开发环境Vc++6.0.基于山东科技大学算法设计与分析课本-data structure carved block inquiries algorithm development environment Vc 6.0. Shandong University of Science and Technology based on the algorithm design and analysis of textbooks
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1468
    • 提供者:笨小孩
  1. 2005041015134483数据结构原代码

    0下载:
  2. 2005041015134483数据结构原代码,从事算法设计与分析技术-Source codes for data structures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:279678
    • 提供者:武添
  1. bag

    0下载:
  2. 这个小程序是算法设计与分析方面的,求解背包问题,用的是递归设用的方法,本程序不是本人做的,朋友做的,可以拿来参考一下,不要抄袭,本人尊重版权朋友.-this is a small program algorithm design and analysis, problem solving backpack, it was established with the recursive method, the procedure is not my doing, friends do, can be
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25161
    • 提供者:罗小
  1. 01张雅彬

    0下载:
  2. 算法设计与分析实验报告,内容很全面的,呵呵。-algorithm design and analysis of experiments report, very comprehensive, huh.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39888
    • 提供者:张亚宾
  1. 算法设计与分析源代码

    0下载:
  2. 包括:0-1背包.cpp 矩阵连乘.cpp 棋盘覆盖.cpp 整数划分.cpp 最大子段和
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-11-02
    • 文件大小:3792
    • 提供者:yawei1234
  1. 东南大学算法设计与分析复习题

    0下载:
  2. 所属分类:文档资料

  1. 3th_chapter.rar

    0下载:
  2. 《算法设计与分析》王晓东编著,第三章动态规划,课本例子代码实现, Algorithm Design and Analysis edited by Wang Xiaodong, Chapter III of dynamic programming, textbook example of code to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:22974
    • 提供者:benson
  1. algorithm-solution(1-10).rar

    1下载:
  2. Anany Levitin的算法设计与分析基础的课后习题全部答案(英文).,Anany Levitin algorithm design and analysis based on after-school exercise all the answers (in English).
  3. 所属分类:Other systems

    • 发布日期:2016-01-26
    • 文件大小:2458170
    • 提供者:张恒
  1. matrixChain.rar

    0下载:
  2. 动态规划:矩阵连乘问题的模拟程序 参考清华王晓东的<算法设计与分析>,Dynamic programming: simulation program of matrix multiplying reference Qinghua Wang Xiaodong<Algorithm Design and Analysis>
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:4331
    • 提供者:blch
  1. buxian.rar

    0下载:
  2. 算法设计与分析中分支界限法实现布线问题。,Algorithm Design and Analysis of the Limits of Law in the achievement of branch wiring.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:11571
    • 提供者:吕超贻
  1. 解决0-1背包问题

    0下载:
  2. 解决0-1背包问题,是算法设计与分析5.6节内容-Solve the 0-1 knapsack problem
  3. 所属分类:书籍源码

    • 发布日期:2017-04-01
    • 文件大小:18404
    • 提供者:李行水
  1. juzhen3.1

    0下载:
  2. 动态规划解决矩阵连乘问题 算法设计与分析实验题-With dynamic programming to solve the matrix multiplication problem
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:724821
    • 提供者:薛佩佩
  1. union-find

    0下载:
  2. 算法设计与分析上的union-find算法-the resource code of union-find
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:10602
    • 提供者:王小丫
  1. haizhanyouxi.rar

    1下载:
  2. 用visual c++ 编写的海战游戏,是算法设计与分析可上面要求的,Using visual c++ written in sea battle game, is the algorithm design and analysis of the above requirements may be
  3. 所属分类:Other windows programs

    • 发布日期:2014-07-02
    • 文件大小:892
    • 提供者:雨季
  1. siliver-coin

    0下载:
  2. 银币问题,属于算法设计与分析,语言c++在n个银币中有一个是不合格的,不合格的银币比合格银币要轻。 现用天平秤银币,找出不合格的银币,且在最坏情况下秤银币的次数最少。 -Silver question, are algorithm design and analysis, language c++ in n silver is in a failed, the failure of silver coins than qualified to be light. Balance scal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:879832
    • 提供者:张西
« 1 2 3 4 56 7 8 9 10 ... 45 »
搜珍网 www.dssz.com