资源列表
expression
- 中缀表达式计算的堆栈算法的实现,在tc或vc++下编译通过-Infixation expression stack algorithm for the calculation of the realization in tc or under compile vc
ordering3
- 自底向上排序:思想: 将数组的个部分,两两有序数组进行合并 算法平均时间复杂度: O(nlogn)
LRU-update-Cache-
- LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algorithm gives an access field in
Fano
- 费诺编码的简单应用及编码方法,信息论实验用的-Application fee simple promise coding and encoding method used in information theory test
c-Sharp-sorting
- c#排序,插入排序和全对比排序,主要是算法结构-c# sort, insertion sort, and all comparison sorting algorithm structure is mainly
Linklist
- It is an implementation of link list algorithm
five
- 二叉树的基本操作,初始化,找结点,孩子结,层数,遍历-Binary tree basic operations, initialization, find node, the child node, number of storeys, traverse
heh
- 这是数据结构中单链表的源程序,希望能帮到你,多来下载哦,谢谢。-This is a single-linked list data structure of the source code, hoping to help you more to download Oh, thank you.
QuickSort
- Quicksort is a sorting algorithm developed by Tony Hoare that, on average, makes O(nlogn) (big O notation) comparisons to sort n items.
treeheight
- 数据结构的树的基本程序,数据结构入门必看的简单程序-Microsoft Visual C++ treeheight
111
- 将一个无向图的邻接表转换为邻接矩阵 已手动运行 100 可行-An undirected graph adjacency list adjacency matrix have been converted to run 100 feasible to manually
polynomial-calculation
- 解决数据结构中一元稀疏多项式计算的代码,已经调试通过-Solve a yuan sparse data structure calculation of polynomial code, have debugging through