资源列表

« 1 2 ... .86 .87 .88 .89 .90 1991.92 .93 .94 .95 .96 ... 2656 »

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

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

[数据结构常用算法MergeSort

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

[数据结构常用算法1

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

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

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

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

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

[数据结构常用算法The-order

说明:数据结构的作业编程代码参考,北京理工大学-The operation of the data structure programming code reference, Beijing Institute of Technology
<赖汉龙> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法pca

说明:pca code for calculation of pca
<pooria> 在 2024-11-01 上传 | 大小:17408 | 下载:0

[数据结构常用算法RLS

说明:RLS算法 自适应算法中的RLS算法. 即是递归最小二乘算法-RLS algorithm in the adaptive algorithm of the RLS algorithm is the recursive least squares algorithm
<王萦> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法LMS

说明:LMS算法,自适应算法中的最小均方误差算法。-LMS algorithm, adaptive algorithm, the minimum mean square error algorithm.
<王萦> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法HeapBottomUp

说明:堆排序,dos界面。简单的堆排序,堆构造,堆删除-Heap sort, dos interface. Simple heap sort, heap constructor heap delete
<王敬哲> 在 2024-11-01 上传 | 大小:1166336 | 下载:0

[数据结构常用算法Course-Design-of-Data-Structure

说明:数据结构课程设计报告及源代码,是做一个职工工资管理系统-The data structures course design and source code, is to do a trade union wage management system
<杨杰> 在 2024-11-01 上传 | 大小:546816 | 下载:0

[数据结构常用算法ArbolBST

说明:Binary search tree, implementation and run of an binary search tree
<frangel> 在 2024-11-01 上传 | 大小:1024 | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 1991.92 .93 .94 .95 .96 ... 2656 »

源码中国 www.ymcn.org