搜索资源列表

  1. weis

    0下载:
  2. Mark Allen Weiss的《数据结构与算法分析》C语言描述版的习题答案,网上一般为1-9章答案,这里提供1-12章,可以下载看看,绝对经典。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:225055
    • 提供者:罗军
  1. 数据结构C语言描述

    0下载:
  2. 数据结构中的一经典算法,可以在Turboc2下运行 不过要用到工程文件才能运行-a classcial algorithm of data structure,can be performed under TURBOC2, but need project file.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:40576
    • 提供者:天马行空
  1. 数据结构C语言描述

    0下载:
  2. 数据结构中的一经典算法,可以在Turboc2下运行 不过要用到工程文件才能运行-a classcial algorithm of data structure,can be performed under TURBOC2, but need project file.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:39936
    • 提供者:天马行空
  1. sweepline

    0下载:
  2. 著名的Voronoi Diagram结构fortun算法经典C描述,各位搞算法的仁兄可千万别错过,要看懂该算法,需要搞清楚Voronoi Diagram结构,还有非常深厚的C语言功底。-famous structure fortun Voronoi Diagram C classical algorithm descr iption, to engage algorithm should not miss the chance to b
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:10240
    • 提供者:li
  1. weis

    0下载:
  2. Mark Allen Weiss的《数据结构与算法分析》C语言描述版的习题答案,网上一般为1-9章答案,这里提供1-12章,可以下载看看,绝对经典。-Mark Allen Weiss
  3. 所属分类:书籍源码

    • 发布日期:2024-06-05
    • 文件大小:225280
    • 提供者:junwoo
  1. Tree

    0下载:
  2. 数据结构中经典的树结构的C++语言描述算法,对于面试中数据结构的理解很有帮助-Data structure in the classic tree structure C++ Language to describe algorithms, data structure for the interview helpful understanding
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:698368
    • 提供者:Yang
  1. C_suanhua

    0下载:
  2. c语言经典算法 数据结构实力经典分析,描述如何解决类似问题的大概思路-c language data structure of the classical algorithm classical strength analysis, descr iption of how to solve similar problems, ideas about
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:10240
    • 提供者:方式
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

    0下载:
  2. 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-05
    • 文件大小:13904896
    • 提供者:wang
  1. Archive

    0下载:
  2. 数据结构经典算法实现c语言描述(汪杰 ) 排序源码,经典哦!-Data structure c language to describe the classical algorithm (Wang Jie) sort source, classic Oh!
  3. 所属分类:书籍源码

    • 发布日期:2024-06-05
    • 文件大小:5120
    • 提供者:伊琪
  1. lianbiao

    0下载:
  2. 数据结构经典算法c语言描述(汪杰)链表经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) lists the classic algorithm, classic Oh!
  3. 所属分类:书籍源码

    • 发布日期:2024-06-05
    • 文件大小:17408
    • 提供者:伊琪
  1. shousuo

    0下载:
  2. 数据结构经典算法c语言描述(汪杰)搜索经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) search algorithm classic, classic Oh!
  3. 所属分类:书籍源码

    • 发布日期:2024-06-05
    • 文件大小:11264
    • 提供者:伊琪
  1. shuheshenlin

    0下载:
  2. 数据结构经典算法c语言描述(汪杰)数和森林经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) number and forest classical algorithm, classic Oh!
  3. 所属分类:书籍源码

    • 发布日期:2024-06-05
    • 文件大小:13312
    • 提供者:伊琪
  1. digui

    0下载:
  2. 数据结构经典算法实现c语言描述(汪杰)编之递归算法实现,经典哦!-Data structure c language to describe the classical algorithm (Wang Jie) compilation of recursive algorithm, the classic Oh!
  3. 所属分类:书籍源码

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:伊琪
  1. KMP

    0下载:
  2. 经典kmp 算法源码 ,此源码采用c语言描述-kmp described in c
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:18432
    • 提供者:zxh
  1. Bezier123

    0下载:
  2. 贝塞尔曲线,经典图形学算法,用C++语言描述-Bezier curves, classic graphics algorithms
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-05
    • 文件大小:243712
    • 提供者:skyhigh feng
  1. Data-structure-CPPlanguage

    0下载:
  2. 数据结构与算法,c++语言描述,萨尼,一本经典的数据结构书籍-Data structure and algorithm, c++ language descr iption, Sani, a classic data structure books
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:11776000
    • 提供者:David
  1. C#入门经典(第五版)

    0下载:
  2. 算法精解:C语言描述(中文版),适合研究算法的初学者学习(Solution: C algorithm descr iption language (Chinese version), suitable for beginners learning algorithm)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-05
    • 文件大小:36376576
    • 提供者:kittleZhu
  1. 数据结构与算法分析+c语言描述[答案]

    0下载:
  2. 压缩包中包含各种排序经典算法。全部都用C语言实现。(Compressed package contains various sorting algorithms. All implemented in C language)
  3. 所属分类:其他小程序

  1. 常用算法程序集(C语言描述) (第三版)

    0下载:
  2. 各种数学算法的C语言实现,非常经典,非常实用,附带源代码,基本拿来就能用的。(C language implementation of various mathematical algorithms, very classic, very practical, with the source code, basically can be used.)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:7505920
    • 提供者:文猛
  1. C数值算法集

    0下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-05
    • 文件大小:6230016
    • 提供者:呵呵打
« 12 »

源码中国 www.ymcn.org