资源列表

« 1 2 ... .65 .66 .67 .68 .69 1970.71 .72 .73 .74 .75 ... 2656 »

[数据结构常用算法zong

说明:这是数据结构c语言课本的几个常用算法代码。有广度和深度优先遍历。最小生成树,最短路径,拓扑排序。-This is the data structure of c language textbooks code of several commonly used algorithms. Have the breadth and depth-first traversal. Minimum spanning tree, shortest pa
<杨晓华> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法duichengjuzhen

说明:对称矩阵相乘:2. A和B是两个n×n阶的对称矩阵,以行为主序输入对称矩阵的下三角元素,压缩存储存入一维数组A和B,编写一个算法计算对称矩阵A和B的乘积,结果存入二维数组C。-Symmetric matrices: 2. A and B are two n × n symmetric band matrix, in order to conduct the main sequence of input symmetric matrix
<李月> 在 2024-09-30 上传 | 大小:160768 | 下载:0

[数据结构常用算法maandian

说明:找马鞍点:1. 若在矩阵Am×n中存在一个元素A[i][j],其满足A[i][j]是第i行元素中最小值,且又是第j列元素中最大值,则称此元素为该矩阵的一个马鞍点。用二维数组存储矩阵Am×n ,设计算法求出矩阵中所有马鞍点。-Find a saddle point: 1. If in the matrix Am × n, there is a element of A [i] [j], the meet A [i] [j] is the
<李月> 在 2024-09-30 上传 | 大小:156672 | 下载:0

[数据结构常用算法jiaohuanzuoyouzishu

说明:已知二叉树采用二叉链表存储结构,编写一个算法交换二叉树所有左、右子树的位置,即结点的左子树变为结点的右子树,右子树变为左子树。-Known binary tree using linked list storage structure, the preparation of a binary tree algorithm for the exchange of all the left and right subtree of the
<李月> 在 2024-09-30 上传 | 大小:148480 | 下载:0

[数据结构常用算法tongjierchashujiedian

说明:采用二叉链表结构存储一棵二叉树,编写一个算法统计该二叉树中结点总数及叶子结点总数。-Binary list using a binary tree structure of storage, the preparation of a statistical algorithm of the binary tree nodes and the total number of the total number of leaf nodes.
<李月> 在 2024-09-30 上传 | 大小:150528 | 下载:0

[数据结构常用算法panduanzhongxinduicheng

说明:设单链表中存放有n个字符,试编写算法,判断该字符串是否有中心对称的关系,例如xyzzyx是中心对称的字符串。-Store located in a single list has n characters, the preparation of test algorithm, the string to determine whether there is any relationship between the centro-symm
<李月> 在 2024-09-30 上传 | 大小:175104 | 下载:0

[数据结构常用算法xunhuanliedui

说明:2. 假设以数组sequ[m]存放循环队列的元素,同时设变量rear和quelen 分别指示循环队列中队尾元素的位置和内含元素的个数。编写实现该循环队列的入队和出队操作的算法。提示:队空的条件:sq->quelen==0;队满的条件:sq->quelen==m。-2. Assuming an array sequ [m] cycle queue storage elements, while the variable set
<李月> 在 2024-09-30 上传 | 大小:160768 | 下载:0

[数据结构常用算法Exercise1

说明:薛超英所教的数据结构课的实习一答案,供大家参考-薛超英data structure of a training course the answer
<oliver> 在 2024-09-30 上传 | 大小:7168 | 下载:0

[数据结构常用算法Exercise2

说明:薛超英老师的数据结构课的实习二作业答案,供大家参考-Data structure薛超英teacher training course the answer to the second operation, for your information
<oliver> 在 2024-09-30 上传 | 大小:12288 | 下载:0

[数据结构常用算法Exercise3

说明:薛超英老师的数据结构课的实习三的答案,仅供参考-Data structure薛超英teacher training course three answers are for reference only
<oliver> 在 2024-09-30 上传 | 大小:8192 | 下载:0

[数据结构常用算法Exercise4

说明:薛超英老师的数据结构课的实习四答案,仅供参考-Data structure薛超英teacher training course four answers are for reference only
<oliver> 在 2024-09-30 上传 | 大小:8192 | 下载:0

[数据结构常用算法ds1

说明:东北大学计算机单独考试数据结构重要资料,2009年最新-ds
<王平> 在 2024-09-30 上传 | 大小:44032 | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 1970.71 .72 .73 .74 .75 ... 2656 »

源码中国 www.ymcn.org