资源列表

« 1 2 ... .13 .14 .15 .16 .17 1218.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法src

说明:分布式系统停车场问题:某停车场共有TOTAL-NUM个车位, ENTRY-NUM个入口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的.-Parking issues distribute
<汪若疯> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra-c++代码及全部的代码注释-Dijkstra-c++
<王海瑞> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法Calculator

说明:清华大学数据结构(殷人昆主编)第三章,栈的应用-the tsinghua university data structer,chapter 3
<Alex Lee> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法CreateGraph.cc

说明:图论算法,在Linux平台编写,可以运行,有运行结果-Graph theory algorithms, the preparation of the Linux platform, you can run, and the results
<赵福生> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法panada

说明:模仿熊猫烧香的感染过程的一个小程序,主要是练习数据结构用-It is a small program which mimic the process of Panda infection burning incense , a good pratice of thedata structure .
<simple> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法nixu

说明:数据结构题目答案。。。对链表实现整数的就地逆置-failed to translate
<李好> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法prim

说明:prim算法是将一个无向图生成最小生成树的算法。其中一个是用最下堆实现的,已在压缩包的txt文件中说明。-prim algorithm is an undirected graph generated minimum spanning tree algorithms. One of them is the most under the heap to achieve, has been compressed package txt-do
<liuhua> 在 2024-10-15 上传 | 大小:8192 | 下载: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 achiev
<liuhua> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法Markov_Chain_Algorition

说明:一种经典的用于输出随即英语文本的算法,用C语言实现,性能表现很好。-A classical English text for the output then the algorithm, using C language implementation, performance, good performance.
<JXD> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法powercollect

说明:数据结构中的7幂集问题的实现算法,已通过运行。-Data structure in the power set of seven questions algorithm has been by running.
<maxiujuan> 在 2024-10-15 上传 | 大小:8192 | 下载: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> 在 2024-10-15 上传 | 大小:8192 | 下载: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), mov
<linchen> 在 2024-10-15 上传 | 大小:8192 | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 1218.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org