资源列表

« 1 2 ... .66 .67 .68 .69 .70 271.72 .73 .74 .75 .76 ... 2656 »

[数据结构常用算法erchashu

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

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

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

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

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

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

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

[数据结构常用算法CSTH

说明:研究模型,可以作为仿真的模型,在上面可以进行-Research model
<xinruishen> 在 2025-01-16 上传 | 大小: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
<> 在 2025-01-16 上传 | 大小: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
<陈晚林> 在 2025-01-16 上传 | 大小:5.23mb | 下载:0

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

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

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

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

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

说明:常见的几种排序法:有快速排序,shell排序,堆排序,插入排序等-Several common sort: there quick sort, shell sort, heap sort, insertion sort, etc.
<陈晚林> 在 2025-01-16 上传 | 大小:4.65mb | 下载:0

[数据结构常用算法Ordered-binary-search-table

说明:用c/c++写的有序表的折半查找,有兴趣的朋友可以看一下-Binary search using c/c++ to write the sorted list
<陈晚林> 在 2025-01-16 上传 | 大小:4.94mb | 下载:0

[数据结构常用算法GprMaxV2.0

说明:地质雷达仿真软件,可以模拟各种结构,得到仿真数据。可编程也脚本文件-Geological radar simulation software can simulate a variety of structures, to get the simulation data. Programmable also scr ipt file
<谢剑邦> 在 2025-01-16 上传 | 大小:2.04mb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 271.72 .73 .74 .75 .76 ... 2656 »

源码中国 www.ymcn.org