资源列表
roade
- 迷宫探路问题求解,利用结构体灵活解决现实问题,加深队列的应用
zhongzhuibiaodashi
- 对中缀表达式求值 用栈的方法对中缀表达式求值-zhong
yinhangjia
- 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。 -ankers algorithm is one of the most representative avoid deadlock algorithm. In avoiding deadlocks method allows processes to dynamically appli
hdu-3491-Thieves
- hdu 3491 源码, 源地址http://acm.hdu.edu.cn/showproblem.php?pid=3491-hdu 3491 source code, source address http://acm.hdu.edu.cn/showproblem.php?pid=3491
topological-sorting
- 数据结构中的拓扑排序,可以得到有向无环图的一个最优序列-Data structure topological sorting, you can get a directed acyclic graph of an optimal sequence
Banker_arithmetic
- 关于银行家算法的实现,其中的思想为: 银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定: 1.当一个用户对资金的最大需求量不超过银行家现有的资金就要接纳该用户 2.用户可以分期贷款,但垡的总数不能超过最大需求量 3.当银行家现有的资金不能满足用户的沿需垡数时,对用户的贷款可推迟支付,但总能使用户在有限的时间里得到贷款 4当用户得到所需的全部资金后,一定能在有限的时间里归还所有的资金. -bankers algorithm on th
Prims算法
- Prims算法的程序-Prims algorithm procedures
tostack
- 用C++语言实现的数据结构中的顺序栈的算法 具有很好的移植性能。-The order of the stack
LeftistTree
- 我的左偏树的实现,我已经测试过,不需要额外的依赖。-My leftist tree s implementation. I have tested it.
cordic-c-vc-6.0
- cordic算法的c语言实现,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角,适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm realize the C language, input x, y coordinates of two points, are automatically calculated to change point and plane coordinate axis ( x axis positive ) angle,
warshall
- 这是一个实现wallshall算法的程序,希望对大家有所帮助-This is a achieve wallshall algorithms procedures, we hope to help
sequential_search
- 顺序存储结构和链式存储结构的顺序查找方法实现,在GCC上测试通过-realization of sequential search, tested on GCC compiler
