资源列表
shujujigou
- 这是一篇关于数据结构的资料,讲得很好,可以学学。-This is a data structure, put it very well, you can learn.
Algorithms__and_Systems
- Algorithms and Systems book
obj6_over
- ssd5的实验-课程设计,适合数据结构新手的巩固阶段-ssd5 experiments- curriculum design, data structure suitable for novice phase of consolidation
data-structures-and-algorithms
- 中文java版数据结构与算法,其中包括源代码和知识点-Chinese version of java data structures and algorithms, including source code and knowledge
DyHufTree
- 本程序采用动态哈夫曼树进行编码并压缩文件,与静态哈夫曼树相比,可只读一次文件-set code with a Dynamic Huffman Tree in order to compress a file
SPPP3.0
- 数字信号处理的c++库,很好的资源,作者很牛,包括数值计算与常用的信号处理分析,例如FFT、小波变换、功率谱估计等-Digital Signal Processing c++ library, a great resource,including numerical analysis and common signal processing,such as FFT, wavelet transform, power spectrum estimation
Algorithm
- 算法分析与设计的讲义 内容有动态规划,分制思想,贪心算法等-Algorithm analysis and design of the lecture content of dynamic programming, sub-system thinking, greedy algorithm
C
- 郝斌C语言自学教程》郝斌老师C语言自学专讲源代码完整版-Hao Bin C language self-study tutorial Hao Bin, teacher C language self-learning to speak more specifically about the full version of the source code
Data-Structure
- C++与数据结构的一些学习资料,包括C++primer,清华的C++课件,C++的嵌入式编程等。-C++ and data structure of a number of learning materials, including C++ primer, Tsinghua s C++ software, C++ embedded programming.
shijujieguoshiyananli
- [数据结构案例教程(c语言版)].徐翠霞.文字版.pdf-[Case tutorial data structure (c-language version)]. Xucui Xia. Text Version. Pdf
Data-structure-tutorial-case
- [数据结构案例教程(c语言版)].徐翠霞.文字版.pdf-Data structure tutorial case ( C language version) ]. Xu Cuixia. The text version of the. Pdf
二叉查找树
- 详细实现了二叉查找树的各种操作:插入结点、构造二叉树、删除结点、查找、 查找最大值、查找最小值、查找指定结点的前驱和后继