-
树AVL C语言
在计算机科学中,二叉树 (阿德尔森 Velskii 和 Landis" 树,发明者的名字命名) 是一个自平衡的二叉查找树。它是第一个被发明这种数据结构。[1] 在 AVL 树的两个孩子的任何节点的子树的高度不同最多之一 ;如果在任何时候他们相差不止一个,再平衡是为了还原此属性。查找、 插入和删除在平均和最坏情况下,所有的猛男 (logn) 时间,其中 n 是在手术前树中节点的数目。插入和删除可能需要树来重新平衡由一个或多个树轮换。
- 2022-03-19 19:53:37下载
- 积分:1
-
c# kalman 滤波
c# 实现的Kalman滤波算法能够很好地得到、观测和测量模型数据,你值得拥有。欢迎大家下载、试用。谢谢大家的支持!
- 2022-06-03 11:59:22下载
- 积分:1
-
Curve cubic spline interpolation, in both nodes with non
曲线的三次样条插值,在非首尾节点处具有三次光滑性质-Curve cubic spline interpolation, in both nodes with non-smooth nature of the three
- 2022-12-27 13:05:04下载
- 积分:1
-
Plane truss VB source code, very valuable learning finite element code, and shar...
平面桁架VB源程序,非常有学习价值的有限元代码,共享给大家-Plane truss VB source code, very valuable learning finite element code, and shared to everyone
- 2022-12-12 21:15:03下载
- 积分:1
-
《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩...
《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential- such.
- 2023-01-23 22:35:03下载
- 积分:1
-
图书管理系统
在这个图书借阅管理系统,我主要实现了两大功能:
(1)图书管理(增加图书、查询图书、删除图书、图书借阅、还书);
(2)会员管理(增加会员、查询会员、删除会员、借书信息);
- 2022-01-30 20:13:11下载
- 积分:1
-
A*算法解决图的搜索问题
可以在CodeBlocks或devc++上运行;可以将估价函数修改为曼哈顿距离,这样搜索的效率会提高;
- 2022-02-02 01:30:45下载
- 积分:1
-
线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法...
线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法-linear algebraic equations to solve all the main election yuan Gaussian Elimination entire election PCA about when Gaussian Elimination of complex equations of the entire election PCA Gaussian Elimination Act, etc.
- 2022-05-05 11:28:38下载
- 积分:1
-
8*8*8光立方制作 源码加PCB
8*8*8光立方制作,包括源码加PCB,pcb由protel布局布线完成,可直接使用,程序作者亲测可用,而且附带光立方制作资料
- 2022-05-09 04:36:03下载
- 积分:1
-
refprop调用
简单的refprop代码,仅仅只是针对不懂同学,当然还有获取更多资源
- 2023-07-13 16:35:04下载
- 积分:1