资源列表

« 1 2 ... .75 .76 .77 .78 .79 1080.81 .82 .83 .84 .85 ... 2656 »

[数据结构常用算法knapsack_problem

说明:很全面的关于动态规划中一类很基本但是变种很多的背包问题的资料!-knapsack problems are a class of basic dp problems.This file is comprehensive!
<aaa> 在 2025-06-18 上传 | 大小:308kb | 下载:0

[数据结构常用算法hash

说明:Hash Implementation in C programming.
<Abhishek> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法BST

说明:Binary search Tree implementation.
<Abhishek> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:主要是DIJKSTRA经典算法,可以作为单个算法来读,也可以调用。-DIJKSTRA mainly classical algorithm can be read as a single algorithm can also be called.
<蒋敏> 在 2025-06-18 上传 | 大小:886kb | 下载:0

[数据结构常用算法searchthemaxandmininarray

说明:分治思想是算法中很常用的一种技巧。在N个数中求最小值Min和最大值Max,我们只需分别求出前后N/2个数的N/2个数的Min和Max,然后取较小的Min,较大的Max即可(只需较大的数和较大的数比较,较小的数和较小的数比较,两次就可以了)。-You can use the procedure to find the Minnumber and the Maxnumber in the array.
<徐天扬> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法text

说明:分别从8个文件里提取同样数据结构的数据,用关键字排列,然后输出,文件内容2W个此数据结构,大概样子如下: Key: 3047 Protein: DIP-3047N Degree: 4 Linked-protein(s): DIP-3048N DIP-3049N DIP-3050N DIP-3153N Key: 3048 Protein: DIP-3048N Degree: 2 Linked-protein(s): DIP-3047N DIP-3096N
<tony> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法DataStrustion_C_

说明:数据结构C#版,基本原理与C语言一样,只是里面的语言是C#编写-C# version of the data structure, the basic principles and C languages, but which written language is C#
<liuyang> 在 2025-06-18 上传 | 大小:1.41mb | 下载:0

[数据结构常用算法suanfa

说明:数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
<dark> 在 2025-06-18 上传 | 大小:20kb | 下载:0

[数据结构常用算法campus_tour_program

说明:问题描述:用无向图表示你所在学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等。 设计要求: 1.查询各景点的相关信息; 2.查询图中任意两个景点间的最短路径; 3.查询图中任意两个景点间的所有路径。 -Problem Descr iption: The undirected graph that spot in your school campus plan, said the main attractions of vertices, the num
<zilin> 在 2025-06-18 上传 | 大小:263kb | 下载:0

[数据结构常用算法AdjacencyMultilist

说明:这是个图的深度和广度遍历算法,主要是巩固数据结构的内容,对人启发非常大-This is a graph traversal algorithm for the depth and breadth of the main contents of the consolidation of data structure, inspired by a very large human
<何晓涛> 在 2025-06-18 上传 | 大小:439kb | 下载:0

[数据结构常用算法LBGVQ_wgy

说明:LBG矢量量化C/C++语言实现(可执行) LBG是经典的矢量量化算法,通过对训练集的分析,生成适量量化使用的码本。 实现过程简单明了,就一个CPP文件。-LBG VQ C/C++ language (executable) LBG is a classic vector quantization algorithm, the analysis of the training set to generate code used to quantify the amount. Imp
<张三平> 在 2025-06-18 上传 | 大小:4kb | 下载:0

[数据结构常用算法ch03

说明:数据结构 的一些 习题 不错 和大家共享一下-very good data struct
<zwb> 在 2025-06-18 上传 | 大小:5kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 1080.81 .82 .83 .84 .85 ... 2656 »

源码中国 www.ymcn.org