资源列表

« 1 2 ... .67 .68 .69 .70 .71 2372.73 .74 .75 .76 .77 ... 2656 »

[数据结构常用算法pinfanfangwen

说明:设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Loc
<顾欣> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法ZUXIAN

说明:在二叉树中查找值为x的结点,请编写一算法用以打印值为x的结点的所有祖先,假设值为x的结点不多于1个。-Find the value of x binary tree node, please write an algorithm to print the value of all the ancestors of the node x, assuming that the node is no more than 1 x.
<顾欣> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchashu

说明:(1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉
<顾欣> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法S-function

说明:Matlab中S函数的介绍,很详细,可以用于Simulation仿真。-S functions in Matlab is introduced, very detailed, can be used in the Simulation
<> 在 2024-11-09 上传 | 大小:7kb | 下载:0

[数据结构常用算法minimum-depth-of-binary-tree

说明:leetcode 数据结构题目中的答案,已经调试,直接运行,求二叉树的最小深度-leetcode title data structure answers have been debugging, run directly
<liu kun> 在 2024-11-09 上传 | 大小:1.93mb | 下载:0

[数据结构常用算法valid-palindrome

说明:leetcode 数据结构题目中的答案,已经调试,直接运行-leetcode title data structure answers have been debugging, run directly
<liu kun> 在 2024-11-09 上传 | 大小:2.39mb | 下载:0

[数据结构常用算法CSTH

说明:研究模型,可以作为仿真的模型,在上面可以进行-Research model
<xinruishen> 在 2024-11-09 上传 | 大小:8kb | 下载:0

[数据结构常用算法line-is-interact

说明:算法导论里面的关于线段是否相交以及点是否在多边形内的判断的源代码,另包含一个说明文档。-Introduction to Algorithms inside as well as on line intersects the point is within the polygon to determine the source code, and the other contains a descr iption of the docum
<> 在 2024-11-09 上传 | 大小:11kb | 下载:0

[数据结构常用算法calculator

说明:c/c++控制台 计算器calculator-Calculate the value of the expression in the console, can be counted as a calculator, currently can not enter a negative
<陈晚林> 在 2024-11-09 上传 | 大小:5.23mb | 下载:0

[数据结构常用算法Insert-and-delete-binary-sort-tree

说明:用c/c++写的二叉排序树的插入与删除,有兴趣的朋友可以看一下-Insertions and deletions using c/c++ to write binary sort tree
<陈晚林> 在 2024-11-09 上传 | 大小:5.05mb | 下载:0

[数据结构常用算法binary-tree

说明:由c/c++写的二叉树的常见操作,比如:树的建立、计算树的深度、计算树的叶子节点-Storage and realization of a binary tree
<陈晚林> 在 2024-11-09 上传 | 大小:5.14mb | 下载:0

[数据结构常用算法Various-sort

说明:常见的几种排序法:有快速排序,shell排序,堆排序,插入排序等-Several common sort: there quick sort, shell sort, heap sort, insertion sort, etc.
<陈晚林> 在 2024-11-09 上传 | 大小:4.65mb | 下载:0
« 1 2 ... .67 .68 .69 .70 .71 2372.73 .74 .75 .76 .77 ... 2656 »

源码中国 www.ymcn.org