资源列表

« 1 2 ... .60 .61 .62 .63 .64 165.66 .67 .68 .69 .70 ... 2656 »

[数据结构常用算法decare_tree

说明:有一种特殊的二叉树被称为笛卡尔树,这种二叉树的每个结点都有两个关键码,记为key1和key2。现在给你一组关键码,每组关键码用二个整数表示,要求构造一棵同时满足下列两个性质的笛卡尔树:   只考虑这棵笛卡尔树的第一关键码,它是一棵排序二叉树。   只考虑这棵笛卡尔树的第二关键码,它们满足类似于最小堆的性质,即任意一个父结点的第二关键码都比它的子结点的第二关键码小。 -There is a special kind of
<孙巍巍> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法source3

说明:以一个案例说明逻辑问题及其解法: 某地刑侦大队对涉及6个嫌疑人的一桩疑案进行分析-Case is an illustration of a logic problem and its solution: a place in the Criminal Investigation Brigade of the six suspects involved in the analysis of a mystery
<韦国立> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra算法 经典 Dijkstra算法 -Dijkstra algorithm
<java> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法exp3-6

说明:此代码是数据结构中使用到的看病系统代码,希望对大家有用-This code is the data structure used to code the medical system, in the hope that useful
<sym> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:数据结构课程的实验程序,演示了线性表的排序操作,包含多种排序算法,是一个控制台程序。-Experimental data structure course procedures, demonstrated the sort operation of the linear form, contains a variety of sorting algorithm is a console program.
<menchael> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法HashTableApp

说明:简单的HASH,显示简单的哈希算法,算是一个例子新手见谅-Simple HASH, shows a simple hash algorithm will be forgiven as an example of new
<guojiang> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法InorderTraversal

说明:中序遍历的递归算法定义:  若二叉树非空,则依次执行如下操作: (1)遍历左子树; (2)访问根结点; (3)遍历右子树。 -Traversal of the definition of the recursive algorithm: If the tree is not empty, then followed by the implementation of the following steps: (
<zong> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Topsort

说明:所谓拓扑排序是指将顶点按照拓扑次序排列。有几种简单的算法可以求出一个图的拓扑次序。一种算法的思想如下: (1)在有向图中查找一个没有后继(或前驱)的顶点并添加到顶点表中。 (2)从图中删除该顶点和所有以该顶点为头(尾)的弧。 -The so-called topological sorting refers to the vertex order in accordance with the topology.
<zong> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Zufallszahlen

说明:数据结构典型算法的代码: 关于Chi-Quadrat算法的随机数产生-Data structure of a typical algorithm code: Chi-Quadrat algorithm on the random number generator
<ly weimar> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法random-number

说明:数据结构典型算法的代码: 关于Chi-Quadrat算法的随机数产生-Data structure of a typical algorithm code: Chi-Quadrat algorithm on the random number generator
<ly weimar> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法shu

说明:首先,实现二叉树的创建和中序递归遍历算法,在此基础上,进一步实现二叉树的其它递归遍历算法和横向打印算法,最后再增加二叉树的非递归遍历算法、删除子树等算法。-First of all, the realization of the binary tree in order to create and recursive traversal algorithm, On this basis, the further the other re
<小也> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法danlianbiao

说明:该单链表实现的是初始化链表,插入和删除元素。还可以得到某个位置的元素的值、-danlianbiao
<yuanxing317> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 165.66 .67 .68 .69 .70 ... 2656 »

源码中国 www.ymcn.org