资源列表
[数据结构常用算法] src
说明:分布式系统停车场问题:某停车场共有TOTAL-NUM个车位, ENTRY-NUM个入口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的.-Parking issues distributed systems: A total of TOTAL-NU<汪若疯> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] Calculator
说明:清华大学数据结构(殷人昆主编)第三章,栈的应用-the tsinghua university data structer,chapter 3<Alex Lee> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] CreateGraph.cc
说明:图论算法,在Linux平台编写,可以运行,有运行结果-Graph theory algorithms, the preparation of the Linux platform, you can run, and the results<赵福生> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] AVL.doc
说明:次代码是实现平衡二叉树的数据结构算法。参考的是严蔚敏c和c++数据结构书上的思想。经过调试可以连续实现删除、插入、查找算法-Sub-code is to achieve a balanced binary tree data structure algorithms. Reference is Yan Wei-Min c and c++ data structure book ideas. Debugging can be achieved through a continuous delete<liuhua> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] Markov_Chain_Algorition
说明:一种经典的用于输出随即英语文本的算法,用C语言实现,性能表现很好。-A classical English text for the output then the algorithm, using C language implementation, performance, good performance.<JXD> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] powercollect
说明:数据结构中的7幂集问题的实现算法,已通过运行。-Data structure in the power set of seven questions algorithm has been by running.<maxiujuan> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] candexeexe
说明:本科数据结构上机实验答案,希望能有用。包括线性表,队列,树,冒泡排序,快速排序等程序-Undergraduate data structures-on experiments answers, hoping to be useful. Including linear tables, queues, trees, bubble sort, quick sort and other procedures<carol> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] ssd5__adsasdsdexa1
说明:c++数据结构 ssd5的答案 很有用 保证正确 很有用 我亲自写的-#include "car.h" Car::Car(string plate) : license_plate(plate), moved(0), aisle(-1) {} Car::Car(string plate, int aisle) : license_plate(plate), moved(0), aisle(aisle) {} in<linchen> 在 2025-06-16 上传 | 大小:8kb | 下载:0