资源列表
Pratical_Algorithms_for_Programmers
- 本书作者为Andrew.Binstock等。 本书重点关注的是实用,立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些用用但很少被讨论的算法,它们可用于语音查找,日期和时间历程,B树和索引文件,数据压缩,任意精度的算术,校验和数据验证,并且全面的介绍了例程,排序算法和数据结构。 本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANSI标准,可以运行在UNIX下,以及BORLAND,Microsoft和Watcom的编译器上。-Book
Practical-algorithms-for-programmers
- 程序员实用算法 Practical algorithms for programmers-Practical Algorithm for programmers Practical algorithms for programmers
program
- 程序员实用算法 涉及很多常用的算法 其中的算法快速高效-Practical Algorithm for programmers commonly used method which involves a lot of fast and efficient algorithms
10-classics-collection-algorithm
- 10部算法经典著作的合集(10 classics collection algorithm)-10 classics collection algorithm (10 classics collection algorithm)
firtest2015.2
- vivado fir 测试工程,dds chansheng shuju ranhou gei fir -vivado fir
数据结构与算法之美pdf
- 数据结构与算法之美的pdf资料,适合初学者,在校大学生,工作者进修的资料,完善程序员基本素养(PDF of the beauty of data structure and algorithm)
算法:C语言实现
- 这是数据结构的C语言代码实现,数据结构重算法思想,C语言实现起来会比较容易上手,适合初学者(This is the data structure of the C language code to achieve, data structure re-algorithm ideas, I personally feel better)
C-language-programming
- C 是一种通用的程序设计语言,它包含了紧凑的表达式、丰富的运算符集合、现代控制流以及数据结构四个部分。 全书分为四篇,第一篇由44个实例组成,主要侧重于对C语言的基础知识进行介绍。第二篇有26个实例组成,覆盖自定义结构类型,I/O操作及部分常用函数。第三篇由23个实例组成,讲了数据结构的应用。第四篇由7个实例组成,作用是验证、提升读者的编程能力。-C is a general-purpose programming language, it contains a compact repres
数据结构
- 数据结构完整版课件,包含集合,线性表等多个章节(A complete version of the data structure, including a collection of sets, a linear table, and many other chapters)
LPA(C)
- 复杂网络的结构检测室近几年的研究热点,目前最快的算法是标签传播!-Community detection is hot topic in recent years. The most fast algorithm for community detection is Label Propagation Algorithm(LPA),and this is the program!
123
- 很多数据结构的函数和算大,包括栈,队列,堆,还有很多其他的函数,包括akm函数-Many functions and data structures for a major, including stacks, queues, heaps, there are many other functions, including akm function
Kruskal
- 克鲁斯卡尔算法,实现最小生成树,并且可以通过参数控制连通分支的数量-Kruskal algorithm for minimum spanning tree and connected components can be controlled by the number of parameters