资源列表
[数据结构常用算法] shujujiegou
说明:常用的几种树型数据结构实现 效率比较高 代码简洁 注释明确-Several commonly used tree data structure to achieve more efficient code is simple and clear comments<linwe> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] sequence-list
说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table. , In the order of t<mireya> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Josephus-circle
说明:上海交大电子工程系数据结构作业之一:约瑟夫环-Electronic Engineering, Shanghai Jiaotong University, one of the data structure of the job: Joseph Central<张杰> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Enumeration
说明:排列组合各种源码的集合,有好几种实现方法,试了一种还是可以.-enumeration source code<rrkkk> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Hierarchical-clustering
说明:使用VC++对给出的数据分别进行均值聚类、平均距离聚类、最小距离聚类和最大距离聚类运算,进行分析比较。-VC++ use of the data presented were mean clustering, average distance clustering, minimum and maximum distances the cluster clustering operation, were analyzed and com<杨洁> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] BigNum
说明:对大数的运算处理算法,包括大数的加减乘除求幂的算法等-A large number of arithmetic processing algorithms, including a large number of addition and subtraction multiplication and exponentiation algorithm<aoguangjun> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] C---C-space-reconstruction-method
说明:C-C空间重构法,对随机信号进行空间重构。-C- C space reconstruction method, the random signal space reconstruction.<马志方> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Distance_of_graph
说明:从文件读取图结构的信息,输出子图个数,并统计相邻d距离的节点对个数。-read data a file and print to the terminal the number of connected sub-graphs and for each connected sub-graph, print a histogram of the number of pairs of vertices that are a distance<hanyi> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Seqlist-change
说明:顺序栈的验证和改造 用结构体描述停车场中车辆的信息,包括车牌号,进入时间等。修改顺序栈的入栈成员函数push(x),要求栈满时动态创建一个比原来的栈数组大一倍的新数组,代替原来的栈数组。-93/5000 The validation and transformation of the sequential stack describes the vehicle s information in the parking lot, in<王雪> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] DblLinkList-change
说明:修改循环队列模板,把成员数据rear改为length表示队列长度,并完成各成员函数的修改。 增加成员数据tag,原有成员数据不变,改变队空和队满的判断条件为:front rear&&tag 0表示队空;front rear&&tag 1表示队满,并完成各成员函数的修改。-Modify the circular queue template, the length of the member data to rear queue le<王雪> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] algo_project3
说明:算法基础课程实验三 动态规划算法 中国科学技术大学 算法导论-Algorithms third experiment foundation course Introduction to dynamic programming algorithm University of Science and Technology of China algorithm<丁张> 在 2024-11-20 上传 | 大小:5kb | 下载:0