资源列表
c-language-book
- C常用算法程序集,一些C语言的基本算法在里面都可以找到。-this is a very good book about c language,you will find it is very useful in your work.
Dijkstras-algorithm
- 一个简单的小程序:用邻接表实现选择和显示Dijkstra最短路径-Using adjacent list to display Dijkstra shortest route
SimpleCalcMFC
- MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
a-collection-of-data-structure
- 数据结构算法vc程序集 附带源码和实现exe文件。对于vc开发者是个很好的数据结构学习资料。-it is a good study source for vc programer.
C常用算法程序集
- C常用算法程序集源程序和电子书
cPP
- 数据结构算法与应用,在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。-Data structures algorithms and applications, in a brief review of basic C++ programming con
Data-Structure
- 包含了数据结构中的一些经典算法,并对各种排序算法进行了总结,比较了各排序算法的时间性能。-This source contains a number of classic algorithms of data structure, and summarized various sorting algorithms and compared the time performance of the sorting algorithms.
IDL
- 教程是比较基础,从数组、结构体领入门,简单易懂-aaa
Computational-geometry
- 2014年北京大学暑假公开课算法讲解课件之计算几何,讲解详细,分析透彻-2014 Peking University summer open class of computational geometry algorithms to explain courseware, to explain in detail, thorough analysis
Algorithmapplication
- 用C++语言写成的数据结构书籍,希望对大家有用咯。-Using C++ language books written in the data structure.
SJ
- 数据结构课程讲解PPT,详细介绍了树、图、栈、队列等结构,主要是以C语言的版本来讲解-Explain the data structure courses PPT, details of the tree, map, stack, queue and other structures, mainly the version of C language to explain
Introduction-to-Algorithms
- 这是介绍算法的经典书《算法导论》,有助于提高对算法的认识-introduction to algorithms, 2nd edition