资源列表

« 1 2 ... .18 .19 .20 .21 .22 2623.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法计算机程序设计艺术 第4卷

说明:这是一本关于算法设计的好书,值得一看,非常推荐。(This is a good book about algorithmic design, which is worth reading and highly recommended.)
<ChenHuihuang> 在 2024-11-01 上传 | 大小:17255424 | 下载:0

[数据结构常用算法project7

说明:利用构造完全二叉树的方法建立二叉树结构。(1) 实现二叉树的先序、中序、后序遍历以及求深度操作;(2) 利用堆栈进行中序遍历并指出栈内最多元素个数。(The structure of binary tree is established by constructing complete binary tree. To realize the traversal of the binary tree in order, in order
<cy050> 在 2024-11-01 上传 | 大小:64512 | 下载:0

[数据结构常用算法二叉排序树

说明:使用二叉树对一系列整数排序,并进行前序,中序,后序遍历。 可能有多组测试数据,对于每组数据,将题目所给数据建立一个二叉排序树,并对二叉排序树进行前序、中序和后序遍历。每种遍历结果输出一行。每行最后一个数据之后有一个空格。(The binary tree is used to sort a series of integers and traverse them in the order of preceding, middle and
<@wrong> 在 2024-11-01 上传 | 大小:9216 | 下载:0

[数据结构常用算法dijkstra

说明:图论中迪杰斯特拉最短路算法的matlab代码(Matlab code of Dijstro algorithm in graph theory)
<mazy@lzit.edu.cn> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法校园导航系统

说明:校园导航系统,用邻接矩阵和迪杰斯特拉算法(Campus Navigation System Using Adjacency Matrix and Dijkstra Algorithms)
<Day1> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法数据结构(c语言)

说明:数据结构经典教程,对各位编程有帮助!!!(Classic book of data structure, which is helpful to programming)
<习惯晚睡> 在 2024-11-01 上传 | 大小:26128384 | 下载:0

[数据结构常用算法project6

说明:利用线性探查法建立Hash表并进行查找操作(Establishment of Hash Table by Linear Exploration and Search Operation)
<紫金港编程能手> 在 2024-11-01 上传 | 大小:273408 | 下载:0

[数据结构常用算法c -SPH

说明:SPH code based on C.
<bbowang> 在 2024-11-01 上传 | 大小:508928 | 下载:0

[数据结构常用算法数据结构代码

说明:数据结构代码,包括主要数据类型(顺序表,链表,队列,树,图)的实现(Data structure code, including main data types)
<hhhhyz> 在 2024-11-01 上传 | 大小:13593600 | 下载:0

[数据结构常用算法数据结构 图的应用 最小生成树问题

说明:应用最小生成树的实际问题,内含题目、代码、问题分析(Application of the minimum spanning tree to practical problems, including problem, code and problem analysis)
<德德20> 在 2024-11-01 上传 | 大小:37888 | 下载:0

[数据结构常用算法二叉排序树_17281183_刘梦婷

说明:1.构造一棵二叉排序树并对其进行中序遍历输出; 2.在二叉排序树中查找某一关键字,若存在,显示查找成功;若不存在,将其插入到二叉排序树中,再中序遍历输出。(1. Construct a binary sort tree and output it through middle order traversal; 2. Find a keyword in the binary sort tree. If it exists, the s
<lmt19990807> 在 2024-11-01 上传 | 大小:2202624 | 下载:0

[数据结构常用算法哈希表_17281183_刘梦婷

说明:采用除留余数法构造哈希表,要求装载因子不超过0.7,线性探测再散列解决冲突,输出哈希表;任意输入关键字,判断是否在哈希表中,若存在显示查找成功并显示查找次数;若不存在,插入到哈希表中,再显示哈希表中的关键字序列。(The hash table is constructed by using the method of removing and reserving remainder. The loading factor is requ
<lmt19990807> 在 2024-11-01 上传 | 大小:2189312 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 2623.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org