资源列表

« 1 2 ... .64 .65 .66 .67 .68 2069.70 .71 .72 .73 .74 ... 2656 »

[数据结构常用算法TU_datastructure

说明:数据结构中的重要结构,图,能够实现基本操作等。-data structure of important structures, graphics, and to achieve basic operation.
<tanyue> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法Diagram

说明:图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods,
<林静> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法Twoforktrees

说明:二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator varia
<林静> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法Ackermann

说明:Ackermann for Data Structure -Ackermann for Data Structure
<王浩> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法3.2

说明:作品:算法设计课程作业 作者:陈兴 学号:J04120010 操作说明: 1、最长公共子序列: 用VC6.0打开文件以后输入一串数字,按“\”为结束,输出结果。 2、背包问题 用vc6.0打开文件以后按提示操作。 3、残缺棋盘问题 用vc6.0打开文件以后按提示操作。 4、(3.1和3.2还有3.3) 这个是课本82页的作业,基本实现了。其中3.2的算法时间复杂度不是nl
<陈兴> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法PerTravel_Tree

说明:用图的邻接矩阵存取,来进行图的前序遍历-with the adjacency matrix access, plans to conduct the first preorder
<heifu> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法Priml

说明:这是一个小小的程序,用来演示图的prim算法-This a minor procedure, the map used to demonstrate the algorithm prim
<heifu> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法poj1990

说明:poj上第1990题目源码,用到了2个树状数组,这题数据结构是关键,想到了题目就很简单了-poj first topic FOSS 1990, used the two tree arrays, which that data structure is the key, think of a very simple topic
<zhao shan hai> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法queue8

说明:八皇问题,是数据结构中一种典型的问题,一般采用回溯算法来解决,是一种经典的算法-eight Huang, data structure is a typical problem, generally use backtracking algorithm to solve them. is a classical algorithm
<曾生宝> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法revmatrix

说明:螺旋矩阵问题:编程产生H*L的螺旋矩阵。首先,我们用一个二维数组来放置矩阵,然后按照数字大小顺序来填充矩阵.-spiral Matrix : Programming produced H* L spiral matrix. First, we used a two-dimensional array to accommodate matrix, in accordance with the order number to filling
<吴远峰> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法closed_point

说明:在一维空间上,有N个点,使用递归算法求解两个点x1和x2,使得这两个点靠得最近。-in one-dimensional space, a point N, the use of recursive algorithm for two points x1 and x2, This makes two points on a recently.
<李明> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法matrix_mult

说明:矩阵链的相乘的源代码,采用动态归还算法求解得到最优解。-chain matrix multiplication of the source code, the return of dynamic algorithm to obtain the optimal solution.
<李明> 在 2024-09-29 上传 | 大小:1024 | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 2069.70 .71 .72 .73 .74 ... 2656 »

源码中国 www.ymcn.org