资源列表
[数据结构常用算法] BankSimulation
说明:一个银行业务的事件驱动模拟系统,银行有两种业务:第一,取款或借款;第二,存款或还款。银行有两个窗口,用两个队列实现。事件表用带头结点的单向链表实现。-A banking system of event-driven simulation, the bank has two operations: first, the withdrawal or loan second, deposit or payment. Bank has two windows, with two queue imple<chaser tang> 在 2025-06-17 上传 | 大小:217kb | 下载:0
[数据结构常用算法] Matrix
说明:实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix<chaser tang> 在 2025-06-17 上传 | 大小:167kb | 下载:0
[数据结构常用算法] migong---cPP
说明:迷宫问题C++代码。。。解决迷宫问题-Maze C++ code. . . Solve maze problems. . . .<li> 在 2025-06-17 上传 | 大小:8kb | 下载:0
[数据结构常用算法] AVL
说明:利用平衡二叉树实现一个动态查找表, 以二叉链表作为二叉树的储存结构-Achieve a balanced binary tree using dynamic lookup table to binary linked list storage structure as a binary tree<chaser tang> 在 2025-06-17 上传 | 大小:110kb | 下载:0
[数据结构常用算法] Traffic-Advisory-Simulation
说明:模拟全国交通查询,可实现最少时间路径查询、最少中转路径查询、最省钱路径查询,基于图算法实现。-Simulated the nation' s transportation inquiries, to achieve the minimum time path query, at least transit path query, the most economical path query, graph-based algorithm.<chaser tang> 在 2025-06-17 上传 | 大小:324kb | 下载:0
[数据结构常用算法] PolynomialCoeff
说明:NTL应用——大数系数多项式乘法的计算。从文件读如参数,计算多项式相乘后某项的系数-NTL application- the multiplication of big numbers coefficient polynomial<za> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] concurrent-data-structures.pdf.tar
说明:Concurrent data structures.<Ak> 在 2025-06-17 上传 | 大小:218kb | 下载:0
[数据结构常用算法] Introduction-to-Algorithms
说明:Introduction to Algorithms》译作《算法导论》,是由Thomas H.Cormen, Charles E.Leiserson 等人编写的十分经典的计算机算法书籍。本书以相当的深度介绍了许多常用的数据结构和有效的算法,使得这些算法的设计和分析易于被各个层次的读者所理解。本书被china-pub会员评为“2007年我最喜爱的十大技术图书”之一,被《程序员》等机构评选为2006年最受读者喜爱的十大IT图书之一。-Introduction to Algorithms "<hylzuo> 在 2025-06-17 上传 | 大小:46.53mb | 下载:0
[数据结构常用算法] yusefusi
说明:约瑟夫斯(Josephus)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个 正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人 开始重新从1报数,如此下去,直至所有的人全部出列为止。试设计一个程序,按出列顺序印出各人编号。-Josephus (Josephus) a descr iption of the problem is: numbe<dlj> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] add-multiple-polynomial
说明:一元多项式的实现,用链表的方法实现一元多项式运算-One yuan polynomial realization of the method with a list achieve a polynomial expression<liu> 在 2025-06-17 上传 | 大小:1kb | 下载:0