资源列表
yasuo
- 哈弗曼压缩,用C语言编写,支持多种格式,并且能够压缩还原-the yasuo of huffman,write by C language,can yasuo many geshi
Minimum-spanning-tree
- C 语言 数据结构,《Minimum spanning tree》-C language data structures, the Minimum spanning tree
no-longer-afraid-of-the-pointer
- 介绍C语言指针的四方面的内容:指针的类型、指针所指向的类型、指针的值或者叫指针所指向的内存区、指针本身所占据的内存区,和指针的应用-Describes four aspects of pointers in C content: the type of pointer, pointer types, pointer value or name of the memory area pointer, the pointer memory area occupied by itself, and t
Signal-enhancement-device
- 信号增强装置问题要求对于一个给定的信号传输网络,计算如何放置最少的信号增强装置来保证网络传输的畅通。 对于给定的带权树,计算放置信号增强装置最少数量。 -Signal enhancement device for a given problem requires the signal transmission network, calculating how to place a minimum of signal enhancement device to ensure the smo
Tree
- This a tree algorithm as a data_structure which includes clear-cut reference, so you can get the architecture of tree structure easily-This is a tree algorithm as a data_structure which includes clear-cut reference, so you can get the architectur
Dijkstra
- Dijkstra最短路径算法,具有完整的代码,可以直接运行-Dijkstra' s shortest path algorithm, with a complete code can be run directly
lianbiaohebin
- 一种有序链表的合并,能够取得很好的效果,希望对大家有所帮助。-An ordered list of the merger, able to achieve good results, we want to help.
AVT
- 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
seqlist
- 删除重复数据, 在顺序表中查找和删除重复的字节 -Delete duplicate data ,in the table in order to find and remove duplicate bytes
VCPP-Numerical-Analysis-Library
- 矩阵运算库,非常不错!里面有矩阵各种运算,还有付里叶变换-this is matix library very good!
Calculator
- 简单计算器。可以从控制台输入数值,进行计算。支持加减乘除和括号运算。-A simple calculator that supports addition, subtraction, multiplication, and bracketing.
Plumbing-problems
- 数据结构中的管道铺设问题,考虑成本选择最短路径,是关于图,利用迪杰斯特拉算法的一个数据结构经典问题。-Plumbing problems in data structure.
