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

搜索资源列表

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

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

    • 发布日期:2008-10-13
    • 文件大小:2329781
    • 提供者:chen
  1. 算法设计

    0下载:
  2. 算法设计有贪心法,回溯法,动态规划等 算法设计有贪心法,回溯法,动态规划等
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:43503
    • 提供者:hua
  1. 算法设计

    0下载:
  2. 算法设计C语言源代码!-algorithm design C language source code!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:19580
    • 提供者:张生
  1. 用回溯算法设计的迷宫

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

    • 发布日期:2008-10-13
    • 文件大小:2819
    • 提供者:汪柏然
  1. 最优化算法设计---powell等

    0下载:
  2. 详细介绍了最优化算法设计---并给出了各种实例
  3. 所属分类:数值算法/人工智能

  1. matlab的感知器算法设计

    0下载:
  2. 基于matlab的感知器算法设计,可以将不同的模式类进行划分
  3. 所属分类:matlab例程

    • 发布日期:2011-08-22
    • 文件大小:9692
    • 提供者:693294195
  1. 算法设计中经典的格雷码生成问题

    0下载:
  2. 算法设计中经典的格雷码生成问题,采用分治法解决,代码精炼,Algorithm design in the classic Gray code generation problems, the use of sub-rule law, code refined
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-03
    • 文件大小:827
    • 提供者:王刚
  1. MyFIRfilter 基于DSP处理器F2812的滤波器算法设计的程序

    0下载:
  2. 基于DSP处理器F2812的滤波器算法设计的程序。FIR滤波器的设计与实现-Based on DSP processors F2812 filter algorithm design program. FIR filter of design and implementation
  3. 所属分类:DSP编程

    • 发布日期:2017-03-26
    • 文件大小:26021
    • 提供者:郑海波
  1. algorithm.rar

    2下载:
  2. 计算机算法设计与分析 王晓东 全部ppt,Computer algorithm design and analysis of all ppt Xiaodong
  3. 所属分类:Data structs

    • 发布日期:2015-10-26
    • 文件大小:2885806
    • 提供者:james
  1. AlgorithmDesignChapter4Chapter5

    0下载:
  2. 《计算机算法设计与分析》王晓东版本第四章五章课后习题的部分答案,百分百全对。C文件的格式。- Computer Algorithm Design and Analysis, Wang Xiaodong version of Chapter IV of five chapters of part of the answer after-school exercises, the whole hundred percent right. C file format.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1713
    • 提供者:miaomiao
  1. suanfa

    0下载:
  2. 算法设计与分析基础课后习题答案,好的一本算法书。-Algorithm Design and Analysis of Problem-based after-school answer to an algorithm is a good book.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4685950
    • 提供者:jack
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. 5th_chapter

    0下载:
  2. ,《算法设计与分析》王晓东编著,第五章回溯法,课本例子代码实现 -, Algorithm Design and Analysis edited by Wang Xiaodong, chap backtracking, textbooks examples of code to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8342
    • 提供者:benson
  1. lab

    0下载:
  2. 《算法设计与分析》王晓东编著,第一、二、三章上机实验课 - Algorithm Design and Analysis edited by Wang Xiaodong, one, two, three chapters on experimental class aircraft
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:12726
    • 提供者:benson
  1. suanfashejiyufenxi

    0下载:
  2. 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:84824
    • 提供者:sy
  1. 算法设计

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

    • 发布日期:2017-12-21
    • 文件大小: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. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-11
    • 文件大小:288230
    • 提供者:Jh13
  1. 算法设计与分析基础.第3版

    1下载:
  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. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:21025792
    • 提供者:neverwar
  1. 算法设计与分析-王红梅

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

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

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

    • 发布日期:2020-10-15
    • 文件大小:253952
    • 提供者:baoxin1100
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com