搜索资源列表
weis
- Mark Allen Weiss的《数据结构与算法分析》C语言描述版的习题答案,网上一般为1-9章答案,这里提供1-12章,可以下载看看,绝对经典。
数据结构C语言描述
- 数据结构中的一经典算法,可以在Turboc2下运行 不过要用到工程文件才能运行-a classcial algorithm of data structure,can be performed under TURBOC2, but need project file.
Tree
- 数据结构中经典的树结构的C++语言描述算法,对于面试中数据结构的理解很有帮助-Data structure in the classic tree structure C++ Language to describe algorithms, data structure for the interview helpful understanding
C_suanhua
- c语言经典算法 数据结构实力经典分析,描述如何解决类似问题的大概思路-c language data structure of the classical algorithm classical strength analysis, descr iption of how to solve similar problems, ideas about
Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms
- 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
Archive
- 数据结构经典算法实现c语言描述(汪杰 ) 排序源码,经典哦!-Data structure c language to describe the classical algorithm (Wang Jie) sort source, classic Oh!
lianbiao
- 数据结构经典算法c语言描述(汪杰)链表经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) lists the classic algorithm, classic Oh!
shousuo
- 数据结构经典算法c语言描述(汪杰)搜索经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) search algorithm classic, classic Oh!
shuheshenlin
- 数据结构经典算法c语言描述(汪杰)数和森林经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) number and forest classical algorithm, classic Oh!
digui
- 数据结构经典算法实现c语言描述(汪杰)编之递归算法实现,经典哦!-Data structure c language to describe the classical algorithm (Wang Jie) compilation of recursive algorithm, the classic Oh!
KMP
- 经典kmp 算法源码 ,此源码采用c语言描述-kmp described in c
Bezier123
- 贝塞尔曲线,经典图形学算法,用C++语言描述-Bezier curves, classic graphics algorithms
Data-structure-CPPlanguage
- 数据结构与算法,c++语言描述,萨尼,一本经典的数据结构书籍-Data structure and algorithm, c++ language descr iption, Sani, a classic data structure books
shujujiegou
- 数据结构与算法分析,c语言描述版本,通过对经典算法的分析,对程序员进行启发-Data Structures and Algorithm Analysis, c language to describe the version of the classic algorithm by analysis, inspired by the programmer
apriori
- 经典的apriori算法,用c语言描述,可以得出相应的关联规则-Classical apriori algorithm c language descr iption, the corresponding association rules can be drawn
datastructor
- 经典书籍《数据结构与算法分析(C语言描述)》源代码-The classic book " Data Structures and Algorithm Analysis (C language descr iption) source code
C#入门经典(第五版)
- 算法精解:C语言描述(中文版),适合研究算法的初学者学习(Solution: C algorithm descr iption language (Chinese version), suitable for beginners learning algorithm)
数据结构与算法分析+c语言描述[答案]
- 压缩包中包含各种排序经典算法。全部都用C语言实现。(Compressed package contains various sorting algorithms. All implemented in C language)
常用算法程序集(C语言描述) (第三版)
- 各种数学算法的C语言实现,非常经典,非常实用,附带源代码,基本拿来就能用的。(C language implementation of various mathematical algorithms, very classic, very practical, with the source code, basically can be used.)
C数值算法集
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm