资源列表
LAB03_10389355_2
- 排序算法的性能分析,4种排序:选择排序,名次排序,插入排序,冒泡排序,其中插入和选择还用了链表实现法-all sort
LAB02_10389355_1
- 模版矩阵类,实现对矩阵类的加减乘和转置,人机交互式界面-Matrix of C++
sicily
- 关于图的广度优先搜索和深度优先搜索算法,结构体描述。还有二叉树的重建,根据先序和中序重构二叉树-DFS and BFS
The-data-structures--(C-template)
- 数据结构各种算法实现(C 模板) The data structures of various algorithms (C template)-The data structures of various algorithms (C template)
FFT-AND-EvaluateExpression
- C语言实现快速傅里叶变换源码,windows xp 系统下才可以 数据结构表达式求值-The C language implementation of fast Fourier transform Data structure expression evaluates
PATTree
- 数据结构中PAT树的实现,包括树节点的插入、删除、查找和遍历。PAT tree 在字符串子串匹配上有这非常优异的表现,这使得它经常成为一种高效的全文检索算法,在自然语言处理领域也有广泛的应用。-PAT tree data structure, including the insertion of the tree node, delete, search, and traversal. PAT tree in the string substring match this excellent p
L93
- 长度为93的单链表的建立程序,源码是经典的程序,思路是很具有代表性的-Length to establish procedures for the 93 single linked list source code is a classic program, the idea is very representative
L2311
- 单链表的建立程序,长度为2331,思路很好,结构易懂-Single linked list program, a length of 2331, the idea of good, easy to understand structure
L2211
- 单链表的监理程序,长度为1221,很好的程序,思路清晰-Singly linked list of the supervision program, a length of 1221, a very good program with clear ideas
L91
- 单链表的建立程序,金典实用,值得收藏,很好哦-The establishment of a single linked list program, Golden practical it is worth collecting, oh well
DES
- des加密算法和解密算法的源程序,结构清晰,很好-des encryption algorithm and decryption algorithm source code, structure, clarity, good
Spatial-data-structure
- 图像分割是一种重要的图像分析技术。在对图像的研究和应用中,人们往往仅对图像中的某些部分感兴趣。这些部分常称为目标或前景(其他部分称为背景)。它们一般对应图像中特定的、具有独特性质的区域。为了辨识和分析图像中的目标,需要将它们从图像中分离提取出来,在此基础上才有可能进一步对目标进行测量,对图像进行利用。图像分割就是把图像分成各具特性的区域并提取出感兴趣目标的技术和过程。本文介绍了图像分割中的边缘检测算法。-Image segmentation is an important image analy
