资源列表
[数据结构常用算法] difference-of-array-and-point
说明:该文档详细说明了指针数组和数组指针的相关区别,详细的给粗学者一定的理论上的指导-The document details the pointer array and array pointer difference to coarse scholars some theoretical guidance<邱邱> 在 2024-11-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] xueshengchengjiguanlixitong
说明:简单的学生成绩系统管理 文件 可以以此推到-The simplest student achievement system management files<张健> 在 2024-11-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] single_linked_list
说明:用单链表实现对学生信息的管理,包括单链表的初始化,增添结点,删除节点,查找节点等功能-single linked list of student information management, including the initialization of the single linked list, add nodes, delete nodes, find the node functions<王嘉楠> 在 2024-11-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] DataStructTest
说明:数据结构常用算法集,包括链表,线性表,栈,队列等,编译成功,代码里面有对应的测试程序-Common set of algorithms, data structures, including linked lists, linear tables, stacks, queues, etc., the compilation is successful, the code inside the corresponding test pro<蒋乐> 在 2024-11-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] Data-structure-CPP-part1
说明:数据结构中伪代码的C++代码实现。本代码配合于严蔚敏编写的《数据结构》,可使初学者通过练习,更容易尽快掌握数据结构-The C++ source code of <Data Structer> writed by Weimin Yan.<gl> 在 2024-11-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构一些知识结构和考试试题,可以应对考试-Data structure of knowledge structure and examination, can cope with exams<李凯> 在 2024-11-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] Knight-traveled
说明:数据结构算法,骑士游历问题的解决及分析说明。-Data structure algorithms, Knight traveled to problem solving and the analysis shows.<程雷> 在 2024-11-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] the-average-path-length
说明:问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为 ,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1) 要求:输入邻接矩阵表示的图,计算其平均路径长度-Descr ipt<cagfaiss> 在 2024-11-16 上传 | 大小:13kb | 下载:0