资源列表
[数据结构常用算法] single-list
说明:单链表实现代码,各种操作:数据插入,删除,显示等-Single linked list implementation code, a variety of operations: data insertion, deletion, display<罗锦盛> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] lab02
说明:此文件是有关线性表顺序存储结构上所有功能的实现,例如构造空表、销毁或重置、元素个数、插入以及删除、返回值的实现等。-This file is the linear table stored in the order structure all functions are implemented, such as empty table structure, destroyed, or reset, the number of elements, insert, and delete, the r<Andy> 在 2025-06-17 上传 | 大小:17kb | 下载:0
[数据结构常用算法] lab07
说明:本例主要设计查找的有关算法,例如有序表的查找和顺序标的查找,顺序查找、折半查找及二叉排序树上查找的基本思想和算法实现等。-In this case mainly designed to find the relevant algorithm, such as an ordered list of the find and order the subject to find, sequential search, binary search and binary sort tree to find<Andy> 在 2025-06-17 上传 | 大小:13kb | 下载:0
[数据结构常用算法] lab01
说明:本实验用例为验证抽象数据类型复数的实现,主要实现c下实现抽象数据类型的加法、减法、乘法运算及复数的形式化输出。-The cases used in this experiment to verify the implementation of abstract data types plural, the main achievement of abstract data types of addition, subtraction, multiplication and plural form<Andy> 在 2025-06-17 上传 | 大小:13kb | 下载:0
[数据结构常用算法] Josephus
说明:约瑟夫环 程序可直接运行 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus program can be run directly known n individuals (No. 1, 2, 3, ... n, respectively) were sitting around a round table. K repor<gcl> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] beibaosufa
说明:背包算法 问题描述 给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。-The knapsack algorithm descr iption of the problem given a set of items, each item has its own weight and price, the total weight of the limited, how to choose in order to make the highest<gcl> 在 2025-06-17 上传 | 大小:1kb | 下载:0