资源列表

« 1 2 ... .06 .07 .08 .09 .10 16211.12 .13 .14 .15 .16 ... 28523 »

[数据结构常用算法SparseMatrix

说明:稀疏矩阵的三元组存储及操作实现 【实验目的】 1. 调试运行课本中的第4章节的代码示例 2. 掌握矩阵的类定义及基本操作:构造矩阵、矩阵的寻址、矩阵的基本操作 3. 掌握矩阵的应用-Triples sparse matrix storage and operations to achieve
<林文众> 在 2025-11-12 上传 | 大小:10kb | 下载:0

[数据结构常用算法Heap

说明:最小堆的实现 最小堆的创建、调整、插入和删除算法,运用C++类实现最小堆的类定义及基本操作算法 -Minimum heap to achieve the minimum heap to create, adjust, insert and delete algorithms use C++ class to class definition and the basic operation algorithms to achieve the minimum heap
<林文众> 在 2025-11-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法ShortestPath_FLOYD

说明:代码的功能:用弗洛伊德算法求每一对顶点之间的最短路径的c语言实现。弗洛伊德算法采用图的带权邻接矩阵存储结构。算法基本思想:假设求顶点Vi到Vj的最短路径。弗洛伊德算法依次找从Vi到Vj,中间经过结点序号不大于0的最短路径,不大于1的最短路径,直到中间顶点序号不大于n-1的最短路径,从中选取最小值,即为Vi到Vj的最短路径。- Functionality of the code: Freud algorithm for each of the shortest path between ver
<Mei> 在 2025-11-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法linwenzhong-Graphlnk

说明:图的存储、遍历及其应用 掌握图的存储表示及基本操作的实现 , 掌握图的深度优先遍历和广度优先遍历的实现,图的邻接表表示,运用C++类实现图的类定义及基本操作算法。-Map storage, traversal and its application to master storage representation of the map and the realization of the basic operations, master graph depth-first travers
<林文众> 在 2025-11-12 上传 | 大小:4kb | 下载:0

[matlab例程PCA_MLSR

说明:采用主成分分析法,用于筛选数据库中效率较高的成分-Using principal component analysis for the screening of the database more efficient ingredients
<赖士村> 在 2025-11-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Topological-sort

说明:代码的功能:用C语言仿真有向图的拓扑排序,代码中带有详细的注解,十分有利于阅读。拓扑排序算法是有向图的应用领域中的一种重要算法,阐述了AOV图的定义及拓扑排序算法思想。 -Functionality of the code: a directed graph topological sort in C language simulation code with detailed comments, very conducive to reading. The topological sort
<Mei> 在 2025-11-12 上传 | 大小:4kb | 下载:0

[matlab例程ANN_MLP_BP_v1.1

说明:neural network mode for time series,which can process data adaptively
<李枫> 在 2025-11-12 上传 | 大小:196kb | 下载:0

[数据结构常用算法MergeSort

说明:代码的功能:用C语言实现归并排序的算法,代码中带有详细的注解,十分有利于阅读和改进来应用于自己的算法。归并排序法是将两个有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的,然后再把有序子序列合并为整体有序序列。-The functionality of the code: merge sort algorithm, implemented in C code with detailed comments, and very conducive to reading a
<Mei> 在 2025-11-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:动态线性表数据结构,VC6.0,可直接编译使用-Dynamic linear list data structure, VC6.0, can be directly compiled with the
<赵行晟> 在 2025-11-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Trifurcate-linked-list

说明:代码的功能:用C语言实现采用三叉链表存储结构实现二叉树的相关操作,如构造、销毁、插入、遍历等功能,代码中带有详细的注解,十分有利于阅读。算法主要优点在于在遍历时减小了时间复杂大。-Functionality of the code: using C language trifurcate linked list storage structure binary tree operations, such as construction, destruction, insert, traversa
<Mei> 在 2025-11-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法geodetic-algorithm

说明:测绘学中的大地主题正算,通过输入各参数计算出终点坐标等参数。-direct solution of geodetic problem in geomatics ,input parameters to calculate the end coordinates orother parameters.
<杨妍> 在 2025-11-12 上传 | 大小:49kb | 下载:0

[matlab例程mydspexp1_pujnifa

说明:谱减法实例,已经做过实验,可以运行,只要载入数据即可-Spectral subtraction instance, has done the experiment, you can run, as long as the data can be loaded
<liubin> 在 2025-11-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 16211.12 .13 .14 .15 .16 ... 28523 »

源码中国 www.ymcn.org