资源列表

« 1 2 ... .66 .67 .68 .69 .70 571.72 .73 .74 .75 .76 ... 2656 »

[数据结构常用算法find

说明:哈希表的建立、查找。设有若干个学生的考试成绩,用学生的学号作为关键字,采用除留余数求哈希地址,将学生的信息存储到该地址空间,并且采用线性探测法解决冲突问题。-The establishment of hash table to find. There are a number of students in examinations, with students as No. keywords used in addition to st
<yyfy> 在 2025-01-30 上传 | 大小:3kb | 下载:0

[数据结构常用算法C_TREE

说明:本例题将介绍一种建立二叉树的算法。同时介绍对“遍历算法”灵活应用:将二叉树中每个结点的左右子树进行交换。介绍求二叉树深度的算法。 二叉树的建立是一个递归方法,与二叉树先序遍历思路有点相似。数据的组织是先序遍历的顺序,但是当某结点的某孩子为空时以数据0来充当,也要输入。结合右图的二叉树,其数据的输入顺序应该是: 1 2 4 0 0 0 3 5 0 7 0 0 6 8 0 0 9 0 0。 若当前数据不为0,则申请一个结点存入当
<yyfy> 在 2025-01-30 上传 | 大小:3kb | 下载:0

[数据结构常用算法C_string

说明:本程序的串编辑要求对串实现以下四种功能: (1)取子串:从给定串中取出定长的子串; (2)插入:把一个字符串插入到给定串的指定位置; (3)删除:将串中某指定位置开始的若干字符从串中删除; (4)联接串:把一个字符串插入到给定串的最后一个字符之后。-This procedure requires editing the string string to achieve the following four functio
<yyfy> 在 2025-01-30 上传 | 大小:4kb | 下载:0

[数据结构常用算法1

说明:用数据结构实现了数据结构学习中卖衣服的模拟,是学习数据结构的实验例子-Data structure used to achieve a data structure to learn selling clothes in the simulation, is to learn from examples of experimental data structure
<全全> 在 2025-01-30 上传 | 大小:1kb | 下载:0

[数据结构常用算法DataSructure

说明:这是C语言版的数据结构资料,适合编程的初学者。-This is the C language version of the data structure of information, suitable for beginners programming.
<zhangshihui > 在 2025-01-30 上传 | 大小:1.86mb | 下载:0

[数据结构常用算法suanfaC

说明:常用的算法,用C实现的,挺有用的。看看吧-Commonly used algorithms, using C to achieve, quite useless. Take a look at it
<刘凯> 在 2025-01-30 上传 | 大小:41kb | 下载:0

[数据结构常用算法pre

说明:以先序之方法遍历二叉树,以递归方法和非递归方法分别实现。-To preorder tree traversal methods to recursive methods and the realization of non-recursive method, respectively.
<guo168> 在 2025-01-30 上传 | 大小:1kb | 下载:0

[数据结构常用算法lab3

说明:在C语言环境下编写的利用队列计算向量的+,-,内积。-In the C language environment prepared calculated using queue vector ,-, inner product.
<袁昌明> 在 2025-01-30 上传 | 大小:7kb | 下载:0

[数据结构常用算法DataStructurePart1

说明:学校老师上课的讲义和习题解答。数据结构的线性表部分。-School teachers class lectures and exercises to answer. Data structure part of the linear form.
<心心> 在 2025-01-30 上传 | 大小:380kb | 下载:0

[数据结构常用算法DataStructurePart2

说明:学校老师上课的讲义和习题解答。这一部分关于栈和队列。-School teachers class lectures and exercises to answer. This part on the stack and queue.
<心心> 在 2025-01-30 上传 | 大小:260kb | 下载:0

[数据结构常用算法DataStructurePart3

说明:学校老师上课的讲义和习题解答。这一部分关于树和二叉树。-School teachers class lectures and exercises to answer. This part on the trees and tree.
<心心> 在 2025-01-30 上传 | 大小:663kb | 下载:0

[数据结构常用算法DataStructurePart4

说明:学校老师上课的讲义和习题解答。这一部分是关于图。-School teachers class lectures and exercises to answer. This part is on the map.
<心心> 在 2025-01-30 上传 | 大小:406kb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 571.72 .73 .74 .75 .76 ... 2656 »

源码中国 www.ymcn.org