资源列表
[数据结构常用算法] BT
说明:code for binary tree A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents.<subodh> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[matlab例程] matlab-Digital-image-processing
说明:matlab 数字图像处理源代码,需要毕业设计的可以在此处下载-matlab digital image processing source code graduation design is required can be downloaded here<Xiang Yi> 在 2025-06-14 上传 | 大小:8kb | 下载:0
[数学计算/工程计算] Heap-Sort-Algorithm-Pseudo-Code
说明:The heapsort algorithm can be divided into two parts. In the first step, a heap is built out of the data. In the second step, a sorted array is created by repeatedly removing the largest element from the heap, and inserting it into the arra<subodh> 在 2025-06-14 上传 | 大小:6kb | 下载:0
[matlab例程] Frame-difference-method
说明:帧差发源代码,来自matlab中文论坛,毕业设计需要-The fr a me difference originated code from Matlab Chinese Forum, graduation design needs<Xiang Yi> 在 2025-06-14 上传 | 大小:6kb | 下载:0
[数学计算/工程计算] Representing-and-Operating-on-an-N-inary-Tree-V3.
说明:This representation is a bit annoying because the kids array must be allocated separately from the node, and you need to reallocate the kids array every time you add a new kid to a node. Alternatively, you could instead over-allocate in anticipation<subodh> 在 2025-06-14 上传 | 大小:15kb | 下载:0
[数据结构常用算法] ToH
说明:The Tower of Hanoi (also called the Tower of Brahma or Lucas Tower,[1] and sometimes pluralised) is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can slide onto any rod. The puzzle starts wit<subodh> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[matlab例程] FisherLDA
说明:Fisher线性判定函数,输入训练集及测试集,输出错误率和线性判别函数。-The Fisher Linear determine the function, enter the training set and test set, the output error rate and linear discriminant function.<HengkaiGuo> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] stack1
说明:a stack is a particular kind of abstract data type or collection in which the principal (or only) operations on the collection are the addition of an entity to the collection, known as push and removal of an entity, known as pop.[1] The relation betw<subodh> 在 2025-06-14 上传 | 大小:1kb | 下载:0