资源列表

« 1 2 ... .69 .70 .71 .72 .73 1974.75 .76 .77 .78 .79 ... 2656 »

[数据结构常用算法IntervalSearch

说明:区间树上的重叠区间查找算法:通过增加树结点的信息域将红黑树扩张为区间树,并通过给定的某个区间i,查找区间树上相应的重叠区间。-The overlap interval between the tree search algorithm: tree node by increasing the information domain will be red and black tree expansion for the interval
<米石> 在 2024-09-30 上传 | 大小:3072 | 下载:0

[数据结构常用算法erchashu

说明:对于二叉树的基本的运算,查找孩子结点,查看叶子节点到根节点的路径~ 二叉树的宽度。-For computing the basic binary tree to find the child node to view the leaf node to the root of the width of the path-tree.
<隋辩> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数据结构常用算法MinimumSpanningTree

说明:在图形中若于个边(edge)上加上一些值,此数值称为比重( weight ) 。而此图形称为比重图形(Weight Graph ) ,若weight是成本( cost )或距离( distance ) ,则称此图形为网路( Network )。根据Spanning Tree的定义,知一个图形可有许多不同spanning tree ,在network中找出一个具有最小成本( Cost )的Spanning tree ,则此Spanning
<lll> 在 2024-09-30 上传 | 大小:3072 | 下载:0

[数据结构常用算法reverse

说明:顺序表的就地逆置算法,文档中有程序实现算法的代码与可运行源程序-Algorithm and source code for list reverse
<sunlei> 在 2024-09-30 上传 | 大小:95232 | 下载:0

[数据结构常用算法queue

说明:用数据结构中的队列实现解决迷宫问题的程序-Data structure used to achieve a settlement of the queue maze procedure
<xhouyan> 在 2024-09-30 上传 | 大小:8192 | 下载:0

[数据结构常用算法32014730974

说明:数据结构和算法Flash动画演示 更加容易看懂~-Data structures and algorithms Flash animation demo easier to read ~
<苏家园> 在 2024-09-30 上传 | 大小:406528 | 下载:0

[数据结构常用算法ThreeColor

说明:采用回溯法,利用动态搜索树的数据结构来构造一棵解树,实现3着色问题。 本程序使用迭代回溯算法-The use of retrospective law, the use of dynamic search tree data structure to construct a solution tree, the realization of 3 coloring problem. This procedure backtrackin
<jay> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法TopoSort

说明:实现拓扑排序:一个有向无环图,表述为一个邻接矩阵graph[n][n],其中graph[i][0]为顶点i的入度,其余为其后继结点。-The realization of topological sort: a directed acyclic graph, expressed as an adjacency matrix graph [n] [n], which graph [i] [0] for the vertex i of in
<jay> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法CSort

说明:用C++6.0编写,采用分治法求解快速排序和归并排序所花的时间并输出,能够具体地让大家明白时间复杂度这一抽象的概念-Using C++6.0 development, the use of sub-rule method to sort quick sort and merge the time spent and output, specifically so that everyone can understand the time
<jay> 在 2024-09-30 上传 | 大小:438272 | 下载:0

[数据结构常用算法IntegerSort

说明:设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the
<jay> 在 2024-09-30 上传 | 大小:8192 | 下载:0

[数据结构常用算法Jisuanqi

说明:一个简单的表达式计算器。包含了对负号的处理-A simple expression calculator. Includes the handling of negative sign
<zzh> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法mowang

说明:用C++语言写的简单魔王语言源码,是关于数据结构作业中的魔王翻译语言的一组简单代码-Using C++ language source code of a simple language devil is operating on the data structure of the devil in the translation of a group of simple language code
<郭子> 在 2024-09-30 上传 | 大小:3072 | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 1974.75 .76 .77 .78 .79 ... 2656 »

源码中国 www.ymcn.org