资源列表
DLL_C_InsertSort_readdata
- 主要是对动态库的一个实现,包含读取文件中数据,插入法排序!-Is mainly an implementation of a dynamic library, read the file containing the data, insertion sort!
hw8.15
- 实现以下功能: 1.输入10人的姓名职工号 2.按号从小到大排序。 3.输入一个号,用折半查找法查找并输出。-Achieve the following functions: 1 Enter the name of employee number 10 (2) according to numbers from small to large order. 3 Enter a number, with the binary search method to find and outpu
DataTable
- dataTable源代码,用来练习和了解数据结构的基础。-dataTable source code, used to practice and understand the data structure basis.
prim
- 用普里姆算法从第u个顶点出发构造网G的最小生成树T,输出T的各条边-Primm algorithm with u vertices starting from the first network constructed minimum spanning tree of G T, the output of the edge T
PrefixToPostfix
- 实现了中缀表达式(即一般的数学表达式)转化成后缀表达式,便于数学计算。由C++代码实现。-To achieve the infix expression (the general mathematical expression) into postfix expression, easy math. In C++ code.
BtreeImpl
- B树算法与实现(C数据结构),十分详细哦-B-tree algorithm and implementation (C data structure), very detailed Oh! ! !
tStudyP
- 一个简单基本的快速排序,对于算法的入门学习有帮助-A simple basic quick sort, started learning algorithm for help
Prim
- 最小生成树源代码,了解无向图最小生成树有用。-projective Maximum Spanning Tree.
huffman
- 实现了哈夫曼的编码,建立了哈夫曼表,并根据节点查询译码。-Carried out to admire the encode of man Man, created to admire huffMan table, and search translation according to the nodal point.
List
- 建立链表,比较通过递归查找及非递归查找两种方式的效率 -The establishment of the list, more through the recursive and non recursive lookup to find the efficiency of two ways
Binary_tree
- 数据结构中的二叉树的基本操作:添加数据、前、中、后序遍历,高度显示,结点个数等-The binary tree data structure of the basic operations: add data, before, during and post-order traversal, height shows the number of nodes, etc.
DataStructuresaAlgorithmAnalysisinC
- 曾被评为 20 世纪 30 本顶尖计算机著作之一。本版(第二版)特点:专用两章分别讨论了算法设计技巧与摊还分析、介绍了当前流行论题(如斐波那契堆)等-Has been rated as the 20th century, 30 one of the top computer book. Edition (second edition) features: dedicated two chapters discuss the analysis of algorithm design techniq
