资源列表
[数据结构常用算法] FileRecv
说明:数据结构实践课题,简易银行卡管理系统,可实现开户、挂失、销户、存款、取款、转账、查看余额、查看交易历史等功能,使用vc6.0运行。-Data structure operations, simple bank card management system, using c+ language vc6.0 open run, to achieve the account, loss, sales households, deposits, withdrawals, transfers, view<张> 在 2025-06-23 上传 | 大小:2.07mb | 下载:0
[数据结构常用算法] ShortestPath
说明:单源最短路径算法,dijkstra算法的实现 给定一些路口和道路,用有向图实现组织这些数据,然后用dijkstra算法找到单源到其他地方的最短路径-As residents of Chicago land, most of us face the realities of heavy traffic. If we attempt to drive on a local freeway during rush hour, we invariably experience major traf<EricZhang> 在 2025-06-23 上传 | 大小:45kb | 下载:0
[数据结构常用算法] wordtransformation
说明:wordtransformation游戏 wordtransformation就是看一个word能不能每次只变化一个字母,通过k次,转变成另一个word,例如full-foll-fool,full就通过三步转为fool,输入一个word,输出转化的步骤-Let us consider the following puzzle called a word ladder. Transform the word “FOOL” into the word “SAGE”. In a word la<EricZhang> 在 2025-06-23 上传 | 大小:589kb | 下载:0
[数据结构常用算法] CPP-generate-Tree
说明:一个用C++编写的生产树,同时也写了对于的ADT,方便理解,代码简洁,质量好。-Written in C++ a production tree, and also wrote for the ADT, easy to understand, the code is simple, good quality.<zhangyi> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[数据结构常用算法] CPP-two-dequeue
说明:用C++的两种方法实现了出队列的功能,代码简洁,可以方便学习和使用,代码确实很好,不用谢,哈哈。-Two ways to achieve a C++ function out of the queue, the code is simple, easy to learn and use, the code is really good, you re welcome, ha ha.<zhangyi> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Spanning-Tree-the-Kruskal-method
说明:用C++实现了最新生成树协议,克鲁斯卡尔方法在很多领域都会经常用到,比如操作系统和计算机网络。-C++ implementation of the latest Spanning Tree Protocol, Kruskal methods are often used in many fields, such as operating systems and computer networks.<zhangyi> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] john
说明:约瑟夫环文题描述:已知n个人围坐圆桌周围。从编号k的人开始报数,数到m的那个人出列;他的下一个人有1开始报数,数到m的那个人呢出列,一次规律重复下去-Joseph ring title descr iption: n known individuals sitting around the table.People began to count off number k, count to m out the man He has 1 started to count off the next<王淑婷> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MONKEY
说明:假设有两个按元素值递增次序排列的线性表A和B,均以单链表形式存储,里面的大部分元素对应相等,请删除一些元素(A中有而B中没有,或B中有而A中没有),使得两个有序表中保留下来的元素对应相等。比如,A中元素为(1,3,5,7,8,10,13,18),B中元素为(1,3,6,8,9,10,13,15),则删除元素后A、B里的元素为(1,3,8,10,13)。-Suppose there are two elements of value by increasing order of linear ta<顾欣> 在 2025-06-23 上传 | 大小:1kb | 下载:0