资源列表
LA2U-Replacealgorithm
- 一个项目研究中的缓存替换算法LA2U,在传统访问频率的基础上,考虑了更新频率,性能优于LRU和LFU-A replace algorithm called LA2U,which considers both access rate and update rate ,and performance is better than LRU and LFU
高斯-赛德尔算法
- 高斯-赛德尔算法 解线性方程组
Nqueen
- 给出了用三种方法实现的N皇后,包括循环、递归、位运算等,方便初学者进行研究学习。-Three ways to achieve the N-Queens, including loops, recursion, bit operation, easy for beginners to study learning.
zhan
- 软件设计 数据结构 栈的使用 实现算术运算-Software design data structures used to achieve arithmetic stack
Factorial
- C++ 实现大数阶乘的算法,运用C++的链表(list<>)模板为数据结构的阶乘的实现,算法是基于乘法进位,有注释和一附图,帮助大家理解。-C++ implementation of large numbers factorial algorithm, using C++ linked list (list <>) templates for implementation of the factorial structure of the data, the algori
ShortestPath
- 该算法实现了任意两点间的最短路径选取,还有放大缩小漫游等功能,可以应用到交通分析等方面。
lianbiao
- 单链表的创建及排序,能够取得很好的效果,希望对大家有所帮助。-The creation of a single linked list and sort, able to achieve good results, we want to help.
实验5
- 二叉排序树或者是一棵空树,或者是具有下列性质的二叉树: (1)若左子树不空,则左子树上所有结点的值均小于或等于它的根结点的值; (2)若右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值; (3)左、右子树也分别为二叉排序树;(A two - fork sort tree or an empty tree, or a two - fork tree with the following properties: (1) if the left subtree is not e
Simple-caculator
- 实现压栈出栈的计算机程序 调试通过 对于对栈学习的人 很有帮助-Realization push the stack of computer program debugging through the stack and learn helpful for
CalculateTree
- 用树实现表达式的计算,在表达式中,可以出现变量和常量,生成树以后可以对变量赋值和修改-With the calculation of the tree to achieve expression, in expressions, variables and constants can occur, spanning tree can be a variable after the assignment and modification of
Calgorithm
- c语言算法,用于学习算法思路,提高编程技巧-c language algorithm for the learning algorithm ideas, to improve programming skills
