资源列表
[数据结构常用算法] 表达式计算(加减乘除与或非及括号)C语言
说明:参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级<877598550@qq.com> 在 2011-05-04 上传 | 大小:185.63kb | 下载:9
[数据结构常用算法] ha_indexview
说明:这是一些有关数据结构的例程序,对于初学数据结构者是一个很好的例子。-This is the data structure of the cases procedures for beginners data structure is a good example.<田雨> 在 2025-06-16 上传 | 大小:186kb | 下载:0
[数据结构常用算法] yinhangjia
说明:操作系统的一个模拟算法的实现 银行家算法 -Operating system, the realization of a simulation algorithm of Banker<将如> 在 2025-06-16 上传 | 大小:186kb | 下载:0
[数据结构常用算法] erchashupaixu
说明:这是二叉树排序的一个算法实验,是我们学习数据结构的时候老师给我们做的实验,我觉得做的还行,给大家参考一下!-This is sort of a binary tree algorithm experiment, we study data structure when the teacher gave us to do experiments, I think to do also visit you for your reference!<侯坚强> 在 2025-06-16 上传 | 大小:186kb | 下载:0
[数据结构常用算法] huffmantree
说明:用C++实现的霍夫曼树,在学习数据结构时很有用,可以用来参考-With C++ implementation Huffman tree, in learning the data structure is useful and can be used for reference<张> 在 2025-06-16 上传 | 大小:186kb | 下载:0
[数据结构常用算法] housanweibijiao
说明:本程序完成读入200个数的操作,并按照最后三位数的大小进行排序。-This process is completed 200 the number of read operations, and in accordance with the size of the last three digits of the sort.<雪山飞狐> 在 2025-06-16 上传 | 大小:186kb | 下载:0
[数据结构常用算法] Josephus
说明:约瑟夫环,设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。以n=8,s=1,m=4为例,若初始的顺序为 n1,n2,n3,n4,n5,n6,n7,n8。则问题的解为n4,n8,n5,n2,n1,n3,n7,n6。-Joseph Wan, with n individuals sitting around a round table, is reported starting from<ll> 在 2025-06-16 上传 | 大小:186kb | 下载:0