资源列表
[数据结构常用算法] 自来水管道架设问题
说明:自来水管道架设问题 【问题描述】 若要在八个居民区(A区、B区、C区、D区、E区、F区、G区、H区)之间架设自来水管道,如何以最低的经济代价架设这个自来水管道。 【基本要求】 利用二种方法Prim算法和克鲁斯卡尔Kruskal算法生成自来水管道的架设方案(Two methods, Prim algorithm and Cruise Carle Kruskal algorithm are used to generate the water pipe erection scheme)<ls291730 > 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 双链表实现房产销售工人信息管理系统
说明:利用C语言(双链表)实现房产销售工人信息管理系统 【1】查找工人信息 【2】插入新工人信息 【3】删除工人信息 【4】工资合计 【5】统计 【6】按销售套数排序(The use of C language (double linked list) to achieve real estate sales<ls291730 > 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Gossip spread in social network Models
说明:网络谣言传播模型等。八卦几乎不可避免地出现在真实的社交网络中。在这篇文章中我们调查 一个人的朋友数量之间的关系和对八卦有多远的限制 该人可以在网络中传播。(Gossip almost inevitably arises in real social networks. In this article we investigate the relationship between the number of friends of a person .)<lxy3103 > 在 2025-06-08 上传 | 大小:1.13mb | 下载:0
[数据结构常用算法] main
说明:对一些超出整型数范围的正整数的应用,需要自己想办法解决的存储和运算。一种解决方案是用单链表存储一个正整数。注意,数字是用逆序存储的。试设计一个类处理任意大整数,必须实现输入输出操作、加法操作和赋值操作。(For some applications that are beyond the integer range of positive integers, they need to store and compute their own solutions. One solution is to<苏芒。 > 在 2025-06-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 二叉树的基本操作
说明:二叉树的先序,中序,后序,层序递归和非递归实现,总节点个数和叶子节点个数,二叉树的高度等基本操作(Two binary tree first order, middle order, backward sequence, sequence recursive and non recursive implementation, the total number of nodes and the number of leaf nodes, the height of the two fork tre<浩浩荡荡yy > 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 8640希尔排序
说明:用C语言言实现希尔排序。希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。(Using C language to achieve Hill sort.The Hill sort (Shell Sort) is a sort of insertion sort. Also called reduced delta sort is a more efficient version of the sorting algorithm dire<chen陈 > 在 2025-06-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 最小生成树算法
说明:最小生成树-Prim算法和Kruskal算法 详解(minimum spanning tree Prim and Kruskal)<oufala1314 > 在 2025-06-08 上传 | 大小:3kb | 下载:0