-
red black tree c语言
红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。它是在1972年由Rudolf Bayer发明的,他称之为"对称二叉B树",它现代的名字是在 Leo J. Guibas 和 Robert Sedgewick 于1978年写的一篇论文中获得的。它是复杂的,但它的操作有着良好的最坏情况运行时间,并且在实践中是高效的: 它可以在O(log n)时间内做查找,插入和删除,这里的n 是树中元素的数目。
- 2023-05-09 07:05:03下载
- 积分:1
-
VB matrix eigenvalue of the algorithm sets. Including : symmetric matrix Jacobia...
用VB实现矩阵特征值的求解算法集。包括:对称矩阵的雅可比变换,实对称阵为三对角阵的特征值求解,等五种特征值求解算法。-VB matrix eigenvalue of the algorithm sets. Including : symmetric matrix Jacobian transform, real symmetric matrix to a three-diagonal matrix eigenvalue solution, the five eigenvalue algorithm.
- 2023-05-05 06:25:03下载
- 积分:1
-
通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限...
通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限-Polling mixed communication network system simulation and analytic solution of the waiting time process. Each station has two types of data, data generated with the length not to be restricted, one type of data exhausted Category 2 threshold
- 2022-09-06 00:15:03下载
- 积分:1
-
单片外围电路中常用的小无件,ds1302,是一个时钟芯片
单片外围电路中常用的小无件,ds1302,是一个时钟芯片-Single-chip peripheral circuits commonly used in non-small pieces, ds1302, is a clock chip
- 2023-08-06 01:45:03下载
- 积分:1
-
一个讲文本排序的算法论文,附带源码.
一个讲文本排序的算法论文,附带源码.-a ranking algorithm papers, fringe source.
- 2022-01-21 01:20:15下载
- 积分:1
-
3D reconstruct use ContourFilter
这段代码是基于 CT 图像的三维重构,它使用 ContourFilter。安德成功,我试试它。
- 2023-06-22 10:30:04下载
- 积分:1
-
this program highlights the pointer to pointer and enum concepts of c
this program highlights the pointer to pointer and enum concepts of c
- 2022-06-15 05:57:25下载
- 积分:1
-
用基本蚁群算法求解0
采用了基本的蚁群算法来求解0-1背包问题,该算法不仅可以对0-1背包问题进行求解,还可以对多维背包问题进行求解。-Using the basic ant colony algorithm to solve the 0-1 knapsack problem, the algorithm not only for the 0-1 knapsack problem can be solved, but also multi-dimensional knapsack problem can be solved.
- 2022-06-22 03:24:58下载
- 积分:1
-
多目标决策;多属性决策
多目标决策;多属性决策多目标决策;多属性决策;Multi-objective decision; multiple attribute decision making
- 2022-10-10 18:40:02下载
- 积分:1
-
工业机器人PUMA560逆解算法
资源描述工业机器人PUMA560逆解算法,使用VS2012环境编译实现,输入机器人末端齐次矩阵,可得八组逆解关节角度。
- 2022-04-27 09:03:28下载
- 积分:1