资源列表
统计关键字出现的频度
- 用Hash技术统计某个C源程序中的关键字出现的频度
calculationofstrongly
- 无向图的强连通计算 高效率算法 图论算法-No calculation of strongly connected directed graph
MergeSortBinSearch
- 一个归并排序算法的实现,还有一个二分查找算法的实现。-A merge sort algorithm, there is a binary search algorithm.
floyd
- 弗洛伊的算法是实现图中两点之间的最短距离,并显示路径-Freud' s method is to achieve the figure the shortest distance between two points, and shows the path
single
- 单链表逆置的源码~提供了源码和源码说明~简单实用,适用于课堂作业程度-Reverse single linked list provides a set of source code source code and source code ~ ~ simple and practical instructions for classroom work degree
EXAM5
- 给定流场条件下温度场的计算,流体流过一个直角的两表面,已知速度场。求计算区域中温度的分布。 -Under the given flow field calculation of the temperature field, fluid flow through a right angle to the two-surface velocity field is, find the temperature distribution in the computational domain.
matrix-inversion
- 矩阵求逆的完整实现,其中包括矩阵转置、求矩阵行列式、求伴随矩阵等功能模块,可以直接使用。-Complete implementation of matrix inversion, including matrix transpose, a matrix determinant, matrix and other requirements associated with function modules can be used directly.
tree1
- 树的存储结构,具体形象地理解各种数据结构-Tree storage structure, concrete images to understand a variety of data structures
leastSquaresEstimate
- 实现最小二乘法的直线拟合,输入为一串数据-To achieve linear least squares fitting, the input is a string of data
GETMD5
- 这段小程序的功能是:查看给定的文件是否为目录文件-Check whether the input document for Check the given if the file for directory file
test
- 十分基本的链表实验程序。包含创建,删除,插入,查找功能-The list is very basic experimental procedures. Include create, delete, insert, search function
Traverse-binary-tree
- 改程序使用了先序遍历,中序遍历,后续遍历和层次遍 方法遍历二叉树-PreOrderTraverse binary InOrderTraverse binary PostOrderTraverse binary LevelOrderTraverse binary