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

搜索资源列表

  1. HeapSort

    0下载:
  2. 随机生成500个数字并进行快速排序,能够显示排序所用的时间。是算法设计与分析的一道课后题。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1623
    • 提供者:飞飞
  1. QuickSort

    0下载:
  2. 随机生成500个数字并进行快速排序,能够显示排序所用的时间。是算法设计与分析的一道课后题。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1562
    • 提供者:飞飞
  1. linear

    0下载:
  2. 算法设计与分析中的现行选择算法的实现。在visual c++中实现的
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1276
    • 提供者:duwei
  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. 解决0-1背包问题

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

    • 发布日期:2017-03-31
    • 文件大小:18404
    • 提供者:李行水
  1. ImagePatternRecognition

    0下载:
  2. 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
  3. 所属分类:source in ebook

    • 发布日期:2017-05-27
    • 文件大小:10665851
    • 提供者:xingshimei
  1. answer

    0下载:
  2. 算法设计与分析 王晓东 课后答案全解析,全面帮助大家解决书中的疑难问题-Algorithm Design and Analysis Xiaodong answer to the whole after-school analysis, a comprehensive book to help people solve the difficult problems
  3. 所属分类:source in ebook

    • 发布日期:2017-05-23
    • 文件大小:8065146
    • 提供者:wangbo
  1. the_design_and_analysis_of_algorithm

    0下载:
  2. 算法设计与分析全部作业及实验资料. 第1章 最大覆盖问题 第2章 排列的字典序问题 第3章 depot仓库布局问题 第4章 priest繁忙的牧师 第5章 egypt埃及分数问题 第6章 squard方格移动问题 第7章 work工作安排问题 课堂算法 连续背包问题 课堂算法 作业调度问题 实验1 字典序问题 实验2 高精度乘法 实验3 0/1背包问题(DP) -Algorithm design and analysis of
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1358478
    • 提供者:zgx
  1. tanxin

    0下载:
  2. 王晓东《算法设计与分析》(第3版)贪心算法章节的源码 本人参考书中内容自己写的,绝对可以运行-Design and analysis of Wang Xiaodong " algorithm " (Third Edition ) Chapter I greedy algorithm source code reference book to write their own, absolutely can run
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:23085
    • 提供者:王家桢
  1. stopVegas

    0下载:
  2. 拉斯维加斯的多皇后问题的程序源码,学习算法设计与分析的童鞋会用的到的-Las Vegas, queens problem program source code, learning algorithm design and analysis of children s shoes to the
  3. 所属分类:source in ebook

    • 发布日期:2017-11-22
    • 文件大小:562779
    • 提供者:star
  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. 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-06
    • 文件大小:108937
    • 提供者:刘金
  1. coins

    0下载:
  2. 最少硬币问题,动态规划,算法设计与分析,研究生课程-Minimum coin problem, dynamic programming, algorithm design and analysis, postgraduate courses
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:29473
    • 提供者:cl
  1. 0-1beibao

    0下载:
  2. 算法设计与分析 0-背包问题动态规划算法源代码-Algorithm Design and Analysis 0- knapsack problem dynamic programming algorithm source code
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:828
    • 提供者:知秋
  1. 123

    0下载:
  2. 计算机算法设计与分析的实验过程及c++的代码。-Experiment design and analysis of computer algorithms and c++ code.
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:133172
    • 提供者:王强
  1. qipan

    0下载:
  2. 棋盘覆盖问题源代码,适用于《算法设计与分析》一书-Chessboard coverage problem source code for Design and Analysis of Algorithms, a book
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:nicole
  1. shebeigengxin

    0下载:
  2. 设备更新问题的动态规划算法代码,算法设计与分析课本中关于动态规划问题的解-Equipment updating dynamic programming algorithm code, algorithm design and analysis textbooks on Dynamic Programming Solutions
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1273
    • 提供者:霍倩倩
  1. src

    0下载:
  2. 算法设计与分析这本书的26个算法的C语言实现,vc6编写。-Algorithm design and analysis of the book of the 26 algorithms C language, VC6 write.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-24
    • 文件大小:4432199
    • 提供者:wb
  1. 数据结构与算法分析:C语言描述

    0下载:
  2. 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book introduces the current popular topics and new changes, discusses the algorithm design skills, and examines some advanced data structures on th
  3. 所属分类:书籍源码

    • 发布日期:2018-05-02
    • 文件大小:7826432
    • 提供者:tjtony
« 12 3 4 »
搜珍网 www.dssz.com