资源列表

« 1 2 ... .21 .22 .23 .24 .25 2226.27 .28 .29 .30 .31 ... 2656 »

[数据结构常用算法dijkstra

说明:最段路径的算法 dijkstra算法,用C++编写-The dijkstra algorithm path segment algorithm, using C++ to prepare
<中伟> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法hello

说明:动态规划的是思想实现,快速查找最长公共字串的问题(二维数组和一维数组的实现)-adapt the DP to solve the common longest strings(two and one dimension array)
<zhengguohua> 在 2024-09-19 上传 | 大小:1024 | 下载:1

[数据结构常用算法mofang

说明:魔方阵完整算法(内含详细解释) 包括奇数和偶数 在VC6.0下运行-Magic matrix integrity algorithm (containing detailed explanation), including odd and even run in VC6.0
<郭应海> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法Huffman_Coding_and_Its_Application

说明:数据结构(C语言)——哈夫曼编码及其应用-Huffman Coding and Its Application
<tenwx> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法Cluster

说明:clustering data at matlab
<lutfi> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法ds_1

说明:1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-1. The definition of a linear form chain storage structure 2. Online sex store chain structure of the table, write a function to achieve the initialization lis
<Yvonne> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法ds_2

说明:1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法-1. Stack data structure defines the order of 2. Write a function to achieve the initialization of the stack, stack, o
<Yvonne> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法ds_3

说明:1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配-1. The definition of the order of string storage structure. 2. The initialization string write function implementation, distribution, taking sub-string algorithm 3
<Yvonne> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法ds_4

说明:1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。-1. The definition of binary tree data structure chain. 2. Write a function, create a binary tree as shown in figure below. 3. Write function, the output of t
<Yvonne> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法ds_5

说明:1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degr
<Yvonne> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法ds_6

说明:1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method
<Yvonne> 在 2024-09-19 上传 | 大小:1024 | 下载:0

[数据结构常用算法ds_7

说明:1.定义数据结构。 2.编写函数,实现插入排序算法。 3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Defined data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient a
<Yvonne> 在 2024-09-19 上传 | 大小:1024 | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 2226.27 .28 .29 .30 .31 ... 2656 »

源码中国 www.ymcn.org