搜索资源列表

  1. 计算机算法设计与分析_苏德富等

    0下载:
  2. 计算机算法设计与分析_苏德富等 格式:pdg-computer algorithm design and analysis _ Sood rich formats : PDG
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2329781
    • 提供者:chen
  1. 用VB对八皇后问题的算法设计

    2下载:
  2. 用VB对八皇后问题的算法设计
  3. 所属分类:其它资源

  1. 计算机算法设计与分析

    0下载:
  2. 计算机算法设计与分析
  3. 所属分类:软件工程

    • 发布日期:2009-05-14
    • 文件大小:84553
    • 提供者:syhawk@163.com
  1. 算法设计与分析基础习题参考答案

    0下载:
  2. 算法设计与分析基础习题参考答案第二版
  3. 所属分类:文档资料

    • 发布日期:2010-10-08
    • 文件大小:1106944
    • 提供者:yj3395235
  1. [算法设计技巧与分析].(沙特)阿苏外耶.清晰版

    0下载:
  2. [算法设计技巧与分析]经典教程
  3. 所属分类:电子书籍

    • 发布日期:2010-12-14
    • 文件大小:29904333
    • 提供者:lidianlai
  1. 算法设计与分析 报告 一

    0下载:
  2. 贪心算法解最优装载问题-greedy algorithm for optimal solutions loading problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:李文涛
  1. 计算机算法设计与分析_2

    0下载:
  2. 计算机算法设计与分析_2主要分析算法以及分析,是本经典的电子书(中)-computer algorithm design and analysis of major _2 analysis algorithm and analysis, is the classic e-books (2)
  3. 所属分类:电子书籍

    • 发布日期:2024-05-02
    • 文件大小:1611776
    • 提供者:邹昶
  1. 计算机算法设计与分析_3

    0下载:
  2. 计算机算法设计与分析_3主要分析算法以及分析,是本经典的电子书(下)-computer algorithm design and analysis of major _3 analysis algorithm and analysis, is the classic e-books (2)
  3. 所属分类:电子书籍

    • 发布日期:2024-05-02
    • 文件大小:1761280
    • 提供者:邹昶
  1. 用回溯算法设计的迷宫

    0下载:
  2. 迷宫 用回溯算法设计的迷宫---各种回溯方法!回溯!回溯!-Maze solved by different backtrace algorithms!Backtrace!Backtrace!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:汪柏然
  1. 背包问题的动态规划法算法(c++)

    0下载:
  2. 数据结构 算法设计与分析背包问题的动态规划法算法-data structure design and analysis of algorithms knapsack problem of dynamic programming algorithm
  3. 所属分类:界面编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者: 孤星云
  1. 计算机算法设计与分析_苏德富等

    0下载:
  2. 计算机算法设计与分析_苏德富等 格式:pdg-computer algorithm design and analysis _ Sood rich formats : PDG
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:2329600
    • 提供者:chen
  1. 贪心算法球园排列问题

    0下载:
  2. 贪心算法球园排列问题,算法设计与分析课程的作业。-greedy algorithm with the ball park, algorithm design and analysis programs work.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:120832
    • 提供者:老七
  1. 回溯法搜索排列树算法园排列问题

    0下载:
  2. 回溯法搜索排列树算法园排列问题,算法设计与分析课程,作业题-search with backtracking algorithms park with trees, algorithm design and analysis courses, and that operations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:68608
    • 提供者:老七
  1. 算法设计与分析实验

    0下载:
  2. 哈夫曼编码。排序问题,利用贪心算法的思想实现哈夫曼编码算法程序 -Huffman coding. Scheduling problems, the greedy algorithm achieving Huffman coding algorithm
  3. 所属分类:数据库编程

    • 发布日期:2024-05-02
    • 文件大小:20480
    • 提供者:无有
  1. 算法设计

    0下载:
  2. 问题描述:以一个m×n的长方形表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求:首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。(Problem Descr iption: a m * n rectangle repr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:beautiful
  1. 单片机常用算法设计

    0下载:
  2. 单片机常用算法设计,包括滤波算法,PID算法,模糊PID算法等等。(The algorithm design of single chip microcomputer includes filtering algorithm, PID algorithm, fuzzy PID algorithm and so on.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-02
    • 文件大小:287744
    • 提供者:Jh13
  1. 算法设计与分析基础.第3版

    0下载:
  2. 本书主要讲算法,啥平台都行。算法是计算机科学的基础。希望对大家有帮助!(This book mainly talks about algorithms, and all the platforms are all right. The algorithm is the basis of computer science. I hope to help you!)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:21025792
    • 提供者:neverwar
  1. 算法设计与分析

    0下载:
  2. 算法设计与分析,分析常见的算法及其应用,附源码。(Algorithm design and analysis, analysis of common algorithms and their applications, with source code.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-02
    • 文件大小:3302400
    • 提供者:香茗
  1. 算法设计与分析-王红梅

    0下载:
  2. 算法设计与分析第一版王红梅2007年出版(It is importment ,I think it is good for everyone,I hopeyou can love it.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:2622464
    • 提供者:高瑜
  1. 中科院陈玉福计算机算法设计与分析期末简答题答案

    0下载:
  2. 中科院陈玉福数据结构与算法设计答案,在雁栖湖上课的同学会用到,老师的可很好(Algorithm design and data structure)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:253952
    • 提供者:baoxin1100
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org