资源列表
communication
- 通信系统,是完全用C语言编写的,结合了数据结构,链表,指针,全方面的运用。-Communication systems, is written entirely in C, a combination of data structures, linked lists, pointers, all aspects of use.
Programming_Challenges
- 挑战编程是参加ACM大赛的重要教程,可以很好的理解算法的精髓。-ACM programming contest challenge is important to participate in tutorials, you can well understand the essence of the algorithm.
DNS_tree
- 数据结构学习资料,基于VC开发的用树实现的域名搜索程序-Data structure learning materials, developed with VC-based domain name search program Tree
Minimum_spanning_tree
- 最小生成树是一个有 n 个结点的连通图的生成树是原图的极小连通子图,且包含原图中的所有 n 个结点,并且有保持图联通的最少的边。 本程序生成一个最小生成树-Minimum spanning tree is a n-node connected graph of the minimal spanning tree is the original connected subgraph, and contains all the n original nodes, and there are pl
thq11121314
- 谭浩强老师的C++数据书籍中例题的源码,希望能给大家带来帮助-Transplantation and Hemopurification teacher data books, C++ source code examples, I hope we can bring help
FreeKaoYanDS_pascal
- 数据结构课件 电子科技大学个人认为比严蔚敏、张铭的视频好 -data structure Courseware University of Electronic Science and Technology
db_1
- 多项式相加,运用单链表实现操作,运行通过-Polynomial sum
Select_Sort
- 算法导论里的选择排序! 算法导论里的选择排序! -select sort
erchashu
- 如果给出了遍历二叉树的前序序列和中序序列,则可以构造出唯一的一棵二叉树 -Binary tree structure
parking_do
- 以栈模拟停车场,以队列模拟车场外的便道。栈以顺序结构实现,队列以链表结构实现。- 源语言:中文▼目标语言:英语▼翻译文字或网页 以栈模拟停车场,以队列模拟车场外的便道。栈以顺序结构实现,队列以链表结构实现。 请键入文字或网站地址,或者上传文档。 取消 朗读将中文译成英语 Parking lot to stack simulation to simulate vehicle off the sidewalk queue. Structure in order to
DFSTraverse
- 是本科计科专业数据结构的实验之一,实现深度优先遍历-Total undergraduate experimental subjects of professional data structure to achieve depth-first traversal
HuffmanTree
- 是本科计科专业数据结构的实验之一,实现赫夫曼树-Total undergraduate experimental subjects of professional data structure to achieve Huffman tree
