资源列表

« 1 2 ... .33 .34 .35 .36 .37 2038.39 .40 .41 .42 .43 ... 2656 »

[数据结构常用算法随机产生迷宫

说明:随机产生一个迷宫。可以找出一条可以通过的路径。也可以找出全部可以通过的路径。-randomly generated a maze. To be able to find a path through. All can find the path through.
<李南宁> 在 2024-09-29 上传 | 大小:1024 | 下载:0

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

说明:用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.
<yxl> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法JOSEPHUS1

说明:约瑟夫环算法实现,能实现约瑟夫算法,利于初学者更好的学习数据结构-Josephus algorithm, the algorithm can achieve Joseph, which will help beginners learn better data structure
<> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法KruskalAlgorithm

说明:本文件主要完成Kruskal算法。本文件包括三个类,分别是顶点类、边类和Kruskal类。-The document completed Kruskal algorithm. This document consists of three categories, namely category vertex, edge type and Kruskal category.
<韩希先> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法ClosestPairPoint

说明:实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.
<韩希先> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法Matrix_Chain

说明:求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.
<韩希先> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法HeapSort

说明:实现heap排序的算法,首先把Heap建立起来,然后通过对Heap的根节点来找出当前最小的节点,依次就可以实现排序了。-achieve heap sorting algorithm to first establish Run, then Run right through the current nodes to identify the smallest nodes can be followed to achieve the ra
<韩希先> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法树形选择排序源程序代码

说明:数据结构上机实验内容. 树形选择排序源程序代码,内容正确-data structure on the plane experiments. Tree Selection Sorting source code, the right content
<悠女> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法索引顺序表的查找源程序代码

说明:数据结构上机实验内容 索引顺序表的查找源程序代码-data structure on the plane experiment content indexing table lookup sequence source code
<悠女> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法快速排序源程序代码

说明:数据结构上机实验内容. 快速排序源程序代码-data structure on the plane experiments. Quick Sort source code
<悠女> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法Critical Path

说明:数据结构中实现图的关键路径的算法,是在TC中运行的。-data structure to achieve the critical path map algorithm is run in the TC.
< 张颌> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法程序存储问题

说明:程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的
<phq> 在 2024-09-29 上传 | 大小:1024 | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 2038.39 .40 .41 .42 .43 ... 2656 »

源码中国 www.ymcn.org